1. Install Kaspersky Anti-Spam 3.0. Strictly follow the given recommendation: install the key file, using the script config-postfix.pl integrate Anti-Spam into your MTA. After integration the following lines will be added to the file master.cf:
smtp inet n - n - - smtpd
### KASPERSKY ANTI-SPAM BEGIN ### -o content_filter=kas3scan:127.0.0.1:9026
### KASPERSKY ANTI-SPAM END ###
…
pickup fifo n - n 60 1 pickup
### KASPERSKY ANTI-SPAM BEGIN ###
-o content_filter=kas3scan:127.0.0.1:9026
…
### 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 - &nnbsp; 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
kas3scan unix - - n - 10 smtp
-o smtp_send_xforward_command=yes
### KASPERSKY ANTI-SPAM END ###
2. Install Kaspersky Anti-Virus 5.5 for Unix Mail Servers, without integration with postfix. (If during the installation you specify the path to the postfix configuration file – no changes will be added to the file anyway)
3. Add changes