Hello,

 can anyone please point me to the default location of the trac.ini
file. We had a sysadmin who set it up for us, but he's no longer
around. A few days back trac suddenly stopped sending email and i've
been trying to figure out the reason.

Our logs say :

 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
287, in begin_send
     self.server.login(self.user_name, self.password)
   File "/usr/lib/python2.4/smtplib.py", line 591, in login
     raise SMTPAuthenticationError(code, resp)
 SMTPAuthenticationError: (535, '5.7.0 authentication failed')

I found this trac.ini file at /srv/trac/conf/trac.ini


[EMAIL PROTECTED] ~]# view /srv/trac/conf/trac.ini
always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
mime_encoding = base64
smtp_always_bcc =
smtp_always_cc = [EMAIL PROTECTED]
smtp_default_domain = SOMETHING.COM
smtp_enabled = true
smtp_from = [EMAIL PROTECTED]
smtp_password = 123asdf
smtp_user=
smtp_port = 25
smtp_replyto = [EMAIL PROTECTED]
smtp_server = localhost
smtp_subject_prefix = __default__
use_public_cc = false
use_short_addr = false
use_tls = false

Can anyone help.

Thanks a lot. !


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to