On 4/17/08, jeff donovan wrote:
>
> On Apr 17, 2008, at 11:26 AM, Gary V wrote:
>
> >
> > > I meant
> > >  -o smtpd_enforce_tls = no
> > >
> >
> > without the spaces:
> >
> >  -o smtpd_enforce_tls=no
> >
> > -- Gary V
> >
> >
>
> yes that did the trick
>
> summary:
>
> amavis host:
>
> $forward_method = 'smtp:example.com:2525';
>
>
> smtp1 & smtp2
>
>
> #
> ==========================================================================
> # service type  private unpriv  chroot  wakeup  maxproc command + args
> #               (yes)   (yes)   (yes)   (never) (100)
> #
> ==========================================================================
> smtp      inet  n       -       n       -       -       smtpd
> 2525      inet  n       -       n       -       -       smtpd
>         -o mynetworks=10.135.1.6
>         -o smtpd_client_restrictions=permit_mynetworks,reject
>         -o smtpd_enforce_tls=no
>         -o smtpd_sasl_auth_enable=no
>

You should take the extra step of making sure these two servers don't
reject any mail the amavis client sends them. If they were to reject
cleaned messages, this would created bounces. Additional overrides
typical of an amavis reinjection port should be considerd:

    -o content_filter=
    -o smtpd_restriction_classes=
    -o smtpd_delay_reject=no
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    -o smtpd_end_of_data_restrictions=
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000
    -o smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
    -o 
receive_override_options=no_header_body_checks,no_unknown_recipient_checks

-- 
Gary V

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to