1 Feb 12:40
[Trac] Trac notification not working
Hi friends, I have following setup - Ubuntu 6, Trac 0.9, Postfix 2.2...I am using this postfix to send mails from my other code, which is a php-symfony portal, which works fine... always_notify_owner = true smtp_enabled = true smtp_replyto = <email id> smtp_port = 25 always_notify_re> smtp_from = <IP> smtp_from_name = Sumedh I tried with and without smtp_user and smtp_password settings...both fails... In my log, i get these kind of errors - 1. AUTH not supported 2. Relay access denied 3. Authentication failed and so on... I also tried doing telnet to port 25 and looked at what is enabled on postfix...and it shows STARTTLS as one entry...this postfix installation is working fine for my php portal. I also tried upgrading trac to 0.11 version but i think i will have to upgrade ubuntu to do that cleanly! apt-get on ubuntu 6 doesn't give me 0.11... :((Continue reading)
RSS Feed