Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10627 closed defect (cantfix)

SMTPSenderRefused: (530, 'tracker@syncrobot.com.br You must authenticate first/Voc\xc3\xaa deve autenticar primeiro/Primero debe autenticar', u'"Tracker" <tracker@syncrobot.com.br>')

Reported by: marcossilva Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.7
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a POST operation on /admin/accounts/users, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'__FORM_TOKEN': u'275023a17b67c6fad464f3a1',
 'add': u' Add ',
 'cat_id': u'accounts',
 'email': u'equipe@syncrobot.com.br',
 'name': u'test',
 'panel_id': u'users',
 'password': u'test',
 'password_confirm': u'test',
 'path_info': None,
 'username': u'test'}

User Agent was: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.78 Safari/535.11

System Information

Trac 0.11.7
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2]
setuptools 0.6
SQLite 3.7.4
pysqlite 2.6.0
Genshi 0.6
Agilo 0.9.7
Pygments 1.4
Subversion 1.6.12 (r955767)
jQuery: 1.5

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.7/dist-packages/trac/admin/web_ui.py", line 114, in process_request
    path_info)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/admin.py", line 137, in render_admin_panel
    return self._do_users(req)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/admin.py", line 240, in _do_users
    _create_user(req, env, check_permissions=False)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/web_ui.py", line 148, in _create_user
    acctmgr.set_password(username, password)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/api.py", line 293, in set_password
    self._notify('created', user, password)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/api.py", line 456, in _notify
    getattr(l, func)(*args)
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/notification.py", line 39, in user_created
    notifier.notify(username, 'New user registration')
  File "/usr/local/lib/python2.7/dist-packages/TracAccountManager-0.3.2-py2.7.egg/acct_mgr/notification.py", line 89, in notify
    NotifyEmail.notify(self, username, subject)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 241, in notify
    Notify.notify(self, resid)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 135, in notify
    self.send(torcpts, ccrcpts)
  File "/usr/lib/python2.7/dist-packages/trac/notification.py", line 401, in send
    self.server.sendmail(msg['From'], recipients, msgtext)
  File "/usr/lib/python2.7/smtplib.py", line 701, in sendmail
    raise SMTPSenderRefused(code, resp, from_addr)
SMTPSenderRefused: (530, 'tracker@syncrobot.com.br You must authenticate first/Voc\xc3\xaa deve autenticar primeiro/Primero debe autenticar', u'"Tracker" <tracker@syncrobot.com.br>')

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 13 years ago

Resolution: cantfix
Status: newclosed
SMTPSenderRefused: (530, 'tracker@syncrobot.com.br You must authenticate first (...)

I would have thought that this is explicit enough… So yeah, InstallationIssue. Check your SMTP configuration.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.