On Sunday 28 March 2004 19:58, Vermyndax wrote: > Hi all... > > I'm using postfix/spamassassin/amavisd-new on Gentoo. I do not use > amavisd-new to throw to spamassassin, instead use procmail. I only use > amavisd-new to send to clamav. > > I was wondering - what is the recommended practice to avoid scanning > outbound email that is leaving the network? I've been adding users to the
If you're using amavisd-new, you're probably already running a dual-postfix setup, where one copy listens on 25, and the other on 10025. Two options: Configure mail clients in the network to use port 10025. You won't virus-scan outbound mail this way, and this can be considered a bad thing. Bind a second IP to the machine, bind a second postfix instance to this second IP. Set up whatever rules you want. Tell mail clients to use that IP.
