On 06/11/04 15:15 -0000, Mangesh V Rakhunde wrote:
Hi my question was i run sendmail server configured with smtp-auth. Is there any way where i can filter the mails or discard the mails having infected attachments.
Do not top post. Do wrap lines at 76 characters or less.
If you wish to filter mail with viruses that actually hits your server, then amavisd-new is a good choice, as is sendmail milter (clamav-milter works).
However, if this is a LAN scenario, keep in mind that viruses do not send via the regular SMTP servers, but use their own builtin SMTP engine instead. This means that filtering for these on your outbound gateway is useless.
Devdas Bhagat