#3180: Failure sending notification
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jonas
Type: defect | Status: new
Priority: high | Milestone:
Component: general | Version: 0.9.4
Severity: normal | Keywords:
---------------------------------+------------------------------------------
'''Problem'''
* I cannot receive any type of notification messages from trac.
'''Notes:'''
* Trac is installed on Linux with Postgres DB and Apache for CGI
* I have tried sending a smtp message direct from Python and it works
successfully
'''Trac.ini'''
{{{
[notification]
always_notify_owner = true
smtp_always_cc = [EMAIL PROTECTED]
smtp_password = xxxxxx
smtp_enabled = true
smtp_replyto = [EMAIL PROTECTED]
smtp_port = 25
always_notify_reporter = true
always_notify_owner = true
smtp_server = mail.mycompany.com
smtp_from = [EMAIL PROTECTED]
smtp_user = [EMAIL PROTECTED]
}}}
'''Error Message'''
{{{
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 352,
in _do_save
tn.notify(ticket, newticket=False, modtime=now)
File "/usr/lib/python2.4/site-packages/trac/Notify.py", line 211, in
notify
NotifyEmail.notify(self, ticket.id, subject)
File "/usr/lib/python2.4/site-packages/trac/Notify.py", line 108, in
notify
Notify.notify(self, resid)
File "/usr/lib/python2.4/site-packages/trac/Notify.py", line 45, in
notify
self.begin_send()
File "/usr/lib/python2.4/site-packages/trac/Notify.py", line 116, in
begin_send
self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
File "/usr/lib/python2.4/smtplib.py", line 241, in __init__
(code, msg) = self.connect(host, port)
File "/usr/lib/python2.4/smtplib.py", line 303, in connect
raise socket.error, msg
error: (13, 'Permission denied')
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3180>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets