You won't get any info about SMTP from the Apache logs, only from the mail server logs.
What is the configuration you've defined in the [notification] section? Cheers, Manu On 7/18/07, Wetterman, Christopher <[EMAIL PROTECTED]> wrote: > > Hi Manu, > > I do not see any errors in the Apache logs. I checked Apache's config > file and there is nothing in there regarding SMTP. There is an SMTP > server elsewhere (that I do not have access to) I am using. Other > projects (not Trac and hosted on different servers) I know use the same > SMTP domain. Unless there is something I need to add to the Apache > config file? > > Chris > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of Emmanuel Blot > Sent: Wednesday, July 18, 2007 10:53 AM > To: [email protected] > Subject: [Trac] Re: SMTP Trac Notification Error > > > Well, it could come from a security rule on your Trac server that > prevents the Apache "user" to send data over SMTP. > > The first thing to look at is the SMTP server log files, to see whether > the SMTP connection has been established on the SMTP server > > Cheers, > Manu > > On 7/18/07, Wetterman, Christopher <[EMAIL PROTECTED]> > wrote: > > > > > > Hi all, > > > > I'm trying to set up email notifications through Trac. The SMTP server > > > is not the machine running Trac. Based on the errors below does anyone > > > know where to look first? I have Trac running through Apache. Not sure > > > if that could be hanging things up. > > > > Thanks. > > > > Chris > > > > > > 2007-07-18 10:04:47,746 Trac[web_ui] ERROR: Failure sending > > notification on change to ticket #74: (10053, 'Software caused > > connection abort') Traceback (most recent call last): > > File "C:\Program > > Files\Python24\Lib\site-packages\trac\ticket\web_ui.py", > > line 562, in _do_save > > tn.notify(ticket, newticket=False, modtime=now) > > File "C:\Program > > Files\Python24\Lib\site-packages\trac\ticket\notification.py", > > line 129, in notify > > NotifyEmail.notify(self, ticket.id, subject) > > File "C:\Program > > Files\Python24\Lib\site-packages\trac\notification.py", > > line 216, in notify > > Notify.notify(self, resid) > > File "C:\Program > > Files\Python24\Lib\site-packages\trac\notification.py", > > line 114, in notify > > self.begin_send() > > File "C:\Program > > Files\Python24\Lib\site-packages\trac\notification.py", > > line 278, in begin_send > > self.server = smtplib.SMTP(self.smtp_server, self.smtp_port) > > File "C:\Program Files\Python24\lib\smtplib.py", line 244, in > __init__ > > (code, msg) = self.connect(host, port) > > File "C:\Program Files\Python24\lib\smtplib.py", line 310, in > connect > > raise socket.error, msg > > error: (10053, 'Software caused connection abort') > > > > > > > > > > -- > Manu > > > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
