Gary wrote:

>> I am lost as you now... I understand that this has to work.

>>> I noticed you have no content_filter in main.cf Let me see your
>>> master.cf. If this is not working maybe it's related to how
>>> amavis is called.

>> Sorry, It was disabled because of some testing at the time I ran
>> postconf to show my config.

>> Thanks Gary for your patience an help.

> I still want to see your master.cf.

Actually, I want you to look at your amavisd-new re-injection port and
override and redefine smtpd_data_restrictions for it, e.g.:

127.0.0.1:10025 inet n  -       n     -       -  smtpd
    -o content_filter=
    -o smtpd_restriction_classes=
    -o smtpd_delay_reject=no
    -o smtpd_client_restrictions=permit_mynetworks,reject
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    [other overrides]

Then see if the header is still written.
    
Gary V


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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