5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Controlling outbo...
FromSent OnAttachments
Jeff GamsbyApr 2, 2004 12:33 pm 
Jeff JansenApr 2, 2004 1:03 pm 
Jeff GamsbyApr 2, 2004 2:07 pm 
Martijn LievaartApr 2, 2004 2:18 pm 
Jeff JansenApr 2, 2004 2:42 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Controlling outbound SMTPActions...
From:Jeff Jansen (ivb_@sil.org)
Date:Apr 2, 2004 1:03:42 pm
List:net.sourceforge.lists.courier-users

On Friday 02 April 2004 20:33, Jeff Gamsby wrote:

This may be a dumb question, but I would like to force all outgoing mail to a specific smtp server.

Not asking is dumber! :-) Put a line in the 'esmtproutes' file in courier's etc directory (usually "/etc/courier" if you built rpms, "/usr/lib/courier/etc" otherwise) that says:

: mail.domain.com

with the name of the server you want courier to send everything to. If you use an ip address enclose it in brackets:

: [10.1.1.1]

Now courier will relay ALL mail to this server. If you need to authenticate to relay through this machine then put the info in a file called 'esmtpauthclient' also in courier's etc directory in the form:

server username password

Make sure that "server" matches the name (or ip address) that you put in esmtproutes. Again, put an ip address in brackets.