El Mon, Jul 31, 2006 at 08:55:02AM +0200, Miguel Angel Laguna va escriure: > Hi all, > > Sorry if the question is not new. I have been usign trac since version > 0.8.4 and I have never seen working email notification properly. > (Fedora Core 5) > > My Trac is working with mod_python and Apache is using LDAP > authentication, so user names are different from email address. Thus > every user has setting up his email address in his personal settings > once authenticated, but no one of us can receive mails.
I have it working on Debian and CentOS without problems, using almost the same configuration as yours. > Email notificiation is working because I specified a cc list such way > every mail notification is send to every user, but we are a bit > unconfortable with this solution. That makes me think that your SMTP server is working OK, as you are already using it for sending messages. > I looked for patches and tickets, in google and trac tickets but there > is no solution for me. I reviewed so many times documentation and I > allways found that notification works, but not for me. > > I try to install trac from rpm package and from tgz package too, but > the same result. I also put a new ticket #3478, but it was closed and > suggested to put the issue in the mailing list. > > Any suggestion? Can you post your trac.ini notification section to the list? One of my working sections looks like: [notification] always_notify_owner = true smtp_port = 25 smtp_password = smtp_enabled = true smtp_replyto = [EMAIL PROTECTED] smtp_always_cc = always_notify_reporter = true smtp_from = [EMAIL PROTECTED] smtp_server = localhost smtp_user = -- Sergio Talens-Oliag <[EMAIL PROTECTED]> <http://people.debian.org/~sto/> Key fingerprint = 29DF 544F 1BD9 548C 8F15 86EF 6770 052B B8C1 FA69 _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
