From: Michael Hall (no email)
Date: Wed Nov 02 2005 - 13:33:47 EST
On Wed, Nov 02, 2005 at 11:39:58AM -0600, Adi Linden wrote:
> > In what manner are you submitting mail to the system for sending?
>
> 'telnet 172.28.1.51 25' and 'telnet 172.28.1.41 25', log shows the
> respective instance handling the mail. Just realized that things are going
> haywire because all mail is passed through amavisd. No matter how it
> received mail, it sends it to the first instance. I wonder how to fix
> that....
from 'amavisd.conf-sample':
# MTA SETTINGS, UNCOMMENT AS APPROPRIATE,
# both $forward_method and $notify_method default to 'smtp:[127.0.0.1]:10025'
# POSTFIX, or SENDMAIL in dual-MTA setup, or EXIM V4
# (set host and port number as required; host can be specified
# as an IP address or a DNS name (A or CNAME, but MX is ignored)
#$forward_method = 'smtp:[127.0.0.1]:10025'; # where to forward checked mail
#$notify_method = $forward_method; # where to submit notifications
# To make it possible for several hosts to share one content checking daemon,
# the IP address and/or the port number in $forward_method and $notify_method
# may be spacified as an asterisk. An asterisk in the colon-separated
# second field (host) will be replaced by the SMTP client peer address,
# An asterisk in the third field (tcp port) will be replaced by the incoming
# SMTP/LMTP session port number plus one. This obsoletes the previously used
# less flexible configuration parameter $relayhost_is_client. An example:
# $forward_method = 'smtp:*:*'; $notify_method = 'smtp:*:10587';
-- Work is a four-letter word. Mike Hall, System Admin - Rock Island Communications <> System Admin - riverside.org, ssdd.org <>
|
|
|