[Trac-tickets] Re: [The Trac Project] #3180: Failure sending
notification
The Trac Project
noreply at edgewall.com
Tue May 23 13:01:03 CDT 2006
#3180: Failure sending notification
---------------------------------+------------------------------------------
Reporter: mdaymond at extend.com | Owner: jonas
Type: defect | Status: closed
Priority: high | Milestone:
Component: general | Version: 0.9.4
Severity: normal | Resolution: worksforme
Keywords: |
---------------------------------+------------------------------------------
Changes (by eblot):
* resolution: => worksforme
* status: new => closed
Comment:
This issue has been raised several times.
It usually comes from the security manager of your server, which prevents
the Apache process from connecting to a priviledged port (SMTP=25 < 1024).
You need to tweak your server configuration so that Postfix can receive
requests from the Apache server.
You can try to send an email from Python using the Apache "user" (sudo -u
www-data python ...) to cross check.
Have a look at the similar ticket and the mailing list archive. You might
want to search for "Fedora" which is a good candidate for such kind of
troubles ;-)
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3180>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list