Patrick Proniewski:
> I really feel like my setup needs some cleanup and I'm not sure were to
> start. Some of you have suggested to me, in the past, that I could move to
> amavisd-milter instead of smtpd_proxy_filter for antispam/antivirus
> filtering. It might be the way but I don't know if it can help me with my new
> need.
It may well be:
- You can use amavisd-milter to filter inbound SMTP mail (with
smtpd_milters) and /usr/sbin/sendmail local submissions (with
non_smtpd_milters). The two settings can be different if needed.
- Assuming that amavisd supports per-user configuration, it
can be told not to touch email for your fetchmail user.
- Otherwise, maybe you can configure fetchmail to talk to a dedicated
smtpd entry in master.cf that has "-o smtpd_milters=". i.e. no filter.
Wietse