From: (no name) (no email)
Date: Thu Nov 13 2003 - 21:01:26 EST
On Thu, 13 Nov 2003, Anne Ramey wrote:
> connect to mailchecks.blast.com[66.45.96.27]: read timeout (port 10027)
>
> in master.cf:
> smtp inet n - n - 80 smtpd
> smtp-amavis unix - - n - 10 smtp
> -o smtp_data_done_timeout=1200
> -o disable_dns_lookups=yes
> 127.0.0.1:10025 inet n - n - - smtpd
> -o content_filter=
> -o local_recipient_maps=
> -o smtpd_helo_restrictions=
> -o smtpd_client_restrictions=
> -o smtpd_sender_restrictions=
> -o smtpd_recipient_restrictions=permit_mynetworks,reject
> -o mynetworks=127.0.0.0/8
>
> Second instance:
> in master.cf:
> 66.45.96.27:10027 inet n - n - 80 smtpd
>
Why do you have re-injection SMTP listeners in both instances? Construct a
sensible data-flow diagram. Implement the re-injection listener and
content filter on 127.0.0.1 only. Connect the various componets per the
diagram:
Instance 1 ---> Filter ---> Instance 2
\ ^
\ /
\----- Bypass -------/
Use the transport table in Instance 1 to route recipients either to the filter
or into Instance 2. There is no re-injection listener in Instance 1.
Look at the logs to find out why smtpd is not issuing a banner.
-- Viktor.
|
|
|