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... :( I tried using gmail smtp as well (port 25 and 587), but it requires TLS, which is supported by trac 0.10 onwards, right? What else should I do? -- 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.
