From: Mark Constable [mailto:[EMAIL PROTECTED] > > On Fri, 23 Apr 2004 08:56 pm, David Bruha wrote: > > Thanks for the response David. > > > the problem is with the target server, not yours - it's a > > generally known bug of a misconfigured MS Exchange server. To be > > able to send mail there you have to add a line into your > > esmtproutes config file with (for example): > > > > excel-europe.com: /SECURITY=NONE > > > > Try to google for it and you'll find various links to posts about > > this Exchange behaviour. I have found many of them at Exim mail > > lists. > > I have this entry and restarted courier but still get the same error. > > # cat /etc/courier/esmtproutes > 61.8.8.197:<TAB>/SECURITY=NONE > > esmtproutes - If the host being delivered to is found in this file, > the value will be used instead of looking up MX or A records. The > value is a space/tab separated list of IP addresses or hostnames. > > Should this entry be in the bofh file instead perhaps ?
Right place, wrong format. You need to specify the domain instead of the IP address. Your example would only work for mail sent to '[EMAIL PROTECTED]'. Bowie ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
