On 24/01/2010 19:29, Graeme Simpson wrote:
Hi Bitfolks,
I've been using the very comprehensive instructions I found here
http://flurdy.com/docs/postfix/ to set up my shiny new VPS box. I
'think' I've got it mostly working now, but I'm not sure how to get my
box talking to the bitfolk central spamassassin box.
I realise I have to specify a username and the servername, but I don't
know the syntax. Could someone point me in the right direction? I assume
it's just a line in master.cf I need.
Somewhere you will specify a command to run.
Just append a "-d spamd.lon.bitfolk.com".
For spamass-milter (sendmail) in Centos, I use this in
/etc/sysconfig/spamass-milter
EXTRA_FLAGS="-m -r 15 -i 127.0.0.1 -- -d spamd.lon.bitfolk.com"