Dear Sir, I followed everything in this site (Just the Virus Protection Section)
http://genco.gen.tc/postfix_virtual.php#virusprotection And I tried to send virus mail and received error Thank you, Marc <snip> This is the Postfix program at host saturn.oo.com. I'm sorry to have to inform you that your message could not be be delivered to one or more recipients. It's attached below. For further assistance, please send mail to <postmaster> If you do so, please include this problem report. You can delete your own text from the attached returned message. The Postfix program <[EMAIL PROTECTED]>: host 127.0.0.1[127.0.0.1] refused to talk to me: 502 Error: command not implemented <snip> POSTFIX AMAVIS CONFIGURATION Write these lines into the end of /etc/postfix/master.cf (We are using lmtp interface not smtp here) smtp-amavis unix - - n - 2 lmtp -o lmtp_data_done_timeout=1200 -o lmtp_send_xforward_command=yes 127.0.0.1:10025 inet n - n - - smtpd -o content_filter= -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=yes -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 Now it is time to tell postfix to use a content filter. Open main.cf file and write the following; /etc/postfix/main.cf content_filter=smtp-amavis:[127.0.0.1]:10024 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth Oncinian Sent: Tuesday, September 21, 2004 8:25 AM To: Philippine Linux Users Group Mailing List Subject: Re: [plug] Mail Scanner > Highly recommended and widely deployed. Together with SpamAssassin and a > decent virus scanner (ClamAV has improved a lot, and is in many ways I definitely agree with this, I use clamav side by side with trendmicro and sophos and i can say that the detection rate is awesome for an opensource AV. I also have to mention that in my organization, clamav was the first to detect the bagle c worm that hit my smtp server, trend took 2 more days to detect the worm. regards, Kenneth -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.766 / Virus Database: 513 - Release Date: 9/17/2004 -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
