> Not that I am aware of:
> 
> # ==========================================================================
> # service type  private unpriv  chroot  wakeup  maxproc command + args
> #               (yes)   (yes)   (yes)   (never) (100)
> # ==========================================================================
> smtp      inet  n       -       n       -       -       smtpd
>         -o smtpd_proxy_filter=127.0.0.1:10024
> 
> header_checks are turned of on re-entry, but that's not where I enter the test
> message.

That's the problem. The smtpd shown above never queues the mail, so no
cleanup there. Enable them on reentry.

smtp      inet  n       -       -       -       1       postscreen
smtpd     pass  -       -       n       -       -       smtpd
   -o receive_override_options=no_address_mappings
   -o smtpd_proxy_filter=127.0.0.1:10025
   -o smtpd_proxy_options=speed_adjust

and

localhost:10026    
          inet  n       -       -       -        -      smtpd
   -o smtpd_client_restrictions=
   -o smtpd_helo_restrictions=
   -o smtpd_sender_restrictions=
   -o smtpd_recipient_restrictions=permit_mynetworks,reject
   -o smtpd_end_of_data_restrictions=
   -o smtpd_authorized_xforward_hosts=127.0.0.0/8
   -o mynetworks=127.0.0.0/8
   -o receive_override_options=no_unknown_recipient_checks
   -o content_filter=
   -o syslog_name=reinjection
                 

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            

Reply via email to