You're probably talking about an exchange server. That server needs to provide a way to mail out, but probably it doesn't do that for non-authenticated users.
The quickest way to fix this is to use the smtp server of your isp. The neatest way is to set up your internal mail server differently, but make sure you don't create an open relay. greetings, Hans On Wed, Mar 11, 2009 at 16:40, luch3 <[email protected]> wrote: > > I'm trying to get Trac e-mail notifications sent through our internal > Outlook server. E-mail notifications go out well when the recipient > is in our domain ([email protected]), but does not work when the e-mail > address is outside our domain. ([email protected]) > > Here's the log output: > > 2009-03-10 11:01:23,390 Trac[web_ui] ERROR: Failure sending > notification on change to ticket #12: {u'[email protected]': > (550, '5.7.1 Unable to relay for [email protected]')} > Traceback (most recent call last): > File "/usr/lib/python2.5/site-packages/trac/ticket/web_ui.py", line > 969, in _do_save > tn.notify(ticket, newticket=False, modtime=now) > File "/usr/lib/python2.5/site-packages/trac/ticket/notification.py", > line 149, in notify > NotifyEmail.notify(self, ticket.id, subject) > File "/usr/lib/python2.5/site-packages/trac/notification.py", line > 241, in notify > Notify.notify(self, resid) > File "/usr/lib/python2.5/site-packages/trac/notification.py", line > 130, in notify > self.send(torcpts, ccrcpts) > File "/usr/lib/python2.5/site-packages/trac/ticket/notification.py", > line 302, in send > NotifyEmail.send(self, torcpts, ccrcpts, hdrs) > File "/usr/lib/python2.5/site-packages/trac/notification.py", line > 406, in send > self.server.sendmail(msg['From'], recipients, msgtext) > File "/usr/lib/python2.5/smtplib.py", line 703, in sendmail > raise SMTPRecipientsRefused(senderrs) > SMTPRecipientsRefused: {u'[email protected]': (550, '5.7.1 Unable > to relay for [email protected]')} > > Any tips to configure Outlook to make this go through? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
