Got the error message below:
Trac System failed to send email notification. Please check the log/
trac.log.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py",
line 563, in _do_save
tn.notify(ticket, newticket=False, modtime=now)
File "/usr/lib/python2.4/site-packages/trac/ticket/
notification.py", line 129, in notify
NotifyEmail?.notify(self, ticket.id, subject)
File "/usr/lib/python2.4/site-packages/trac/notification.py", line
216, in notify
Notify.notify(self, resid)
File "/usr/lib/python2.4/site-packages/trac/notification.py", line
114, in notify
self.begin_send()
File "/usr/lib/python2.4/site-packages/trac/notification.py", line
278, in begin_send
self.server = smtplib.SMTP(self.smtp_server, self.smtp_port)
File "/usr/lib/python2.4/smtplib.py", line 244, in init
(code, msg) = self.connect(host, port)
File "/usr/lib/python2.4/smtplib.py", line 306, in connect
raise socket.error, msg
error: (13, 'Permission denied')
Anything wrong with the file permission? which files?
Thank you very much!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---