Hi all I have just installed a trial version for Altermime pro (to put disclaimers on outbound mails) on a SuSe Linux Mail server running Postfix and Kaspersky Anti-virus and Antispam. While the altermime now seems to work well, it has proceeded to make mails bypass the Kaspersky scanners and all the mail is simply processed by altermime and then delivered without going through the Kaspersky Scans.
How can I readjust my settings to ensure that I get the altermime pro to work while at the same time ensuring that the Kaspersky is active too? The entries that altermime added in the main.cf are; # content_filter=altermimepro receive_override_options=no_address_mappings # Selected entries in the master.cf are as follows; # ========================================================================== smtp inet n - n - - smtpd ### KASPERSKY ANTI-SPAM BEGIN ### -o content_filter=kas3scan:127.0.0.1:9026 ### KASPERSKY ANTI-SPAM END ### ### KASPERSKY ANTI-SPAM BEGIN ### -o content_filter=kas3scan:127.0.0.1:9026 ### KASPERSKY ANTI-SPAM END ### ### KASPERSKY ANTI-SPAM BEGIN ### 127.0.0.1:9026 inet n n n - 20 spawn user=mailflt3 argv=/usr/local/ap-mailfilter3/bin/kas-pipe 127.0.0.1:9025 inet n - n - 25 smtpd -o smtpd_authorized_xforward_hosts=127.0.0.0/8 -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=no -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 -o receive_override_options=no_address_mappings kas3scan unix - - n - 10 smtp -o smtp_send_xforward_command=yes ### KASPERSKY ANTI-SPAM END ### #kav4lms-filter-begin kav4lms_filter unix - - n - 10 smtp -o smtp_send_xforward_command=yes 127.0.0.1:10026 inet n - n - 10 smtpd -o content_filter= -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks,no_address_mappings -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,[::1]/128 -o smtpd_authorized_xforward_hosts=127.0.0.0/8,[::1]/128 #kav4lms-filter-end tlsmgr unix - - n 1000? 1 tlsmgr altermimepro unix - n n - 10 pipe user=altermimepro argv=/usr/local/altermimepro/altermimepro -c /usr/local/altermimepro/altermimepro.conf ${sender} ${recipient} localhost:10125 inet n - n - - smtpd -o content_filter= -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks Thanks in advance. Wire