← Back to team overview

openerp-india team mailing list archive

[Bug 1104220] [NEW] smtp validate error

 

Public bug reported:

Hello I try to insert into OpenERP 7.0 in Ubu 12.04 a new default email server (in administration)
my smtp is a local  server (192.168.100.254) without authentication, test says "succeed" but in log seems an error instead of correct test, is that's behaviour correct? This is the log:

2013-01-24 17:09:27,837 10943 ERROR mydb openerp.netsvc: Connection test succeeded!
Tutto sembra correttamente configurato!
Traceback (most recent call last):
  File "/home/thebrush/lp7/openerp/openerp/netsvc.py", line 289, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/thebrush/lp7/openerp/openerp/service/web_services.py", line 614, in dispatch
    res = fn(db, uid, *params)
  File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 169, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 123, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 179, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 166, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/thebrush/lp7/openerp/openerp/addons/base/ir/ir_mail_server.py", line 221, in test_smtp_connection
    raise osv.except_osv(_("Connection test succeeded!"), _("Everything seems properly set up!"))
except_osv: (u'Connection test succeeded!', u'Tutto sembra correttamente configurato!')

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1104220

Title:
  smtp validate error

Status in OpenERP Server:
  New

Bug description:
  Hello I try to insert into OpenERP 7.0 in Ubu 12.04 a new default email server (in administration)
  my smtp is a local  server (192.168.100.254) without authentication, test says "succeed" but in log seems an error instead of correct test, is that's behaviour correct? This is the log:

  2013-01-24 17:09:27,837 10943 ERROR mydb openerp.netsvc: Connection test succeeded!
  Tutto sembra correttamente configurato!
  Traceback (most recent call last):
    File "/home/thebrush/lp7/openerp/openerp/netsvc.py", line 289, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/thebrush/lp7/openerp/openerp/service/web_services.py", line 614, in dispatch
      res = fn(db, uid, *params)
    File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 169, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 123, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 179, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/thebrush/lp7/openerp/openerp/osv/osv.py", line 166, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/thebrush/lp7/openerp/openerp/addons/base/ir/ir_mail_server.py", line 221, in test_smtp_connection
      raise osv.except_osv(_("Connection test succeeded!"), _("Everything seems properly set up!"))
  except_osv: (u'Connection test succeeded!', u'Tutto sembra correttamente configurato!')

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1104220/+subscriptions


Follow ups

References