Hello,

Could anyone please help with a Postfix/Spamassassin configuration problem.

I have a small debian wheezy server running Fetchmail 6.3.21-4, Postfix
2.9.6-2 & Spamassassin 3.3.2-5.

I have set the always_bcc in the main.cf as below and this works fine
without spamassassin. With spamassassin set up as in master.cf below I am
getting 

multiple entries in the sniffer inbox. I understand there is another way to
configure postfix with spamassassin to avoid this duplication.

I am not an expert and I have just followed basic howto's in setting up
Postfix & Spamassassin.

Could anyone give me an example of how to set this up to cure the always_bcc
duplication problem ?

Thanks very much

pappin

===============

main.cf

always_bcc = snif...@myhost.com

===============



master.cf

smtp      inet  n       -       -       -       -       smtpd -o
content_filter=spamassassin

.....

maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}

uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)

ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender
$recipient
scalemail-backend unix  -       n       n       -       2       pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
${nexthop} ${user} ${extension}
mailman   unix  -       n       n       -       -       pipe
  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}

spamassassin unix -     n       n       -       -       pipe
user=debian-spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f
${sender} ${recipient}

retry     unix  -       -       -       -       -       error

================



--
View this message in context: 
http://postfix.1071664.n5.nabble.com/Postfix-Spamassassin-and-always-bcc-tp65835.html
Sent from the Postfix Users mailing list archive at Nabble.com.

Reply via email to