Note that there are some explanatory texts on larger screens.

plurals
  1. POconnection timeout to smtp with python/openerp
    text
    copied!<p>when i add the correct config for outgoing email to my openerp server i always get a connection timeout problem:</p> <pre><code>2013-10-10 08:22:35,119 20541 INFO MyCompany werkzeug: 192.168.1.50 - - [10/Oct/2013 08:22:35] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2013-10-10 08:22:35,191 20541 INFO MyCompany werkzeug: 192.168.1.50 - - [10/Oct/2013 08:22:35] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2013-10-10 08:22:35,395 20541 INFO MyCompany werkzeug: 192.168.1.50 - - [10/Oct/2013 08:22:35] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2013-10-10 08:22:35,405 20541 INFO ? werkzeug: 192.168.1.50 - - [10/Oct/2013 08:22:35] "GET /web/static/src/img/form_sheetbg.png HTTP/1.1" 304 - 2013-10-10 08:22:35,626 20541 INFO ? werkzeug: 192.168.1.50 - - [10/Oct/2013 08:22:35] "GET /web/static/src/img/icons/gtk-network.png HTTP/1.1" 304 - 2013-10-10 08:22:35,631 20541 INFO MyCompany werkzeug: 192.168.1.50 - - [10/Oct/2013 08:22:35] "POST /web/dataset/search_read HTTP/1.1" 200 - 2013-10-10 08:22:38,117 20541 ERROR MyCompany openerp.netsvc: Connection Test Failed! Hier sehen Sie, was wir an Stelle dessen bekommen haben: 110 Die Wartezeit für die Verbindung ist abgelaufen Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 292, in dispatch_rpc result = ExportService.getService(service_name).dispatch(method, params) File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 626, in dispatch res = fn(db, uid, *params) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 188, in execute_kw return self.execute(db, uid, obj, method, *args, **kw or {}) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 131, in wrapper return f(self, dbname, *args, **kwargs) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 197, in execute res = self.execute_cr(cr, uid, obj, method, *args, **kw) File "/usr/lib/pymodules/python2.7/openerp/osv/osv.py", line 185, in execute_cr return getattr(object, method)(cr, uid, *args, **kw) File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_mail_server.py", line 215, in test_smtp_connection raise osv.except_osv(_("Connection Test Failed!"), _("Here is what we got instead:\n %s") % tools.ustr(e)) except_osv: (u'Connection Test Failed!', u'Hier sehen Sie, was wir an Stelle dessen bekommen haben:\n 110\nDie Wartezeit f\xfcr die Verbindung ist abgelaufen') </code></pre> <p>Perhaps there is still something wrong with my routing, but the POP server works fine. Does anyone have an idea what there is wrong?</p> <p>I also tried it with googlemail but without success :/ Thanks</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload