On 21/05/11 06.13, Pandu Poluan wrote: > Hello list! > > Due to the increase of spam/phishing emails received by my office, I > decided to explore the idea of implementing a spamfiltering 'frontend' > in front of my email server. > > Here's how I plan to do it: > > fetchmail (G) --> postfix (G) --> amavisd+spamassassin+database (G) > --> postfix (G) --> current email back-end (WS) --> clients (W)
Having a second postfix instance between amavisd and the email server is going to make things way more complicated. Amavisd is perfectly capable of speaking smtp/lmtp by itself, so unless you need to perform complex mail routing you could directly send the filtered mail to the windows server. Other than that, I have very similar setup (fetchmail->postfix->amavis->cyrus-imap, where all hops but the first are done with lmtp) that has been working quite well for the past few years. HTH, andrea

