>lmtp-amavis unix -      -       n     -       2  lmtp
>     -o header_checks=regexp:/etc/postfix/remove_headers
>smtp-amavis unix -     -       n      -       2  smtp
>     -o header_checks=regexp:/etc/postfix/remove_headers


Note that header_checks are performed by the postfix 
cleanup service and is not an option used by smtp or 
lmtp.  This won't cause an error, but it won't work 
either.  To define alternate header_checks you must define 
an alternate cleanup service.

# master.cf
cleanup-amavis   unix  n       -       n       -       0 
    cleanup
   -o header_checks=regexp:/etc/postfix/remove_headers

smtp-amavis unix -     -       n      -       2  smtp
   ...
   -o cleanup_service_name=cleanup-amavis
   ...


-- 
Noel Jones 


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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