Mails received twice since migration to kolab 2.2

Thomas Arendsen Hein thomas at intevation.de
Thu Aug 7 19:14:45 CEST 2008


* Sylvain MEDEOT <smedeot at ville-pontoise.fr> [20080807 18:05]:
> I'm using in main.cf.templates both recipient_bcc and sender_bcc for 
> some users :
> 
> sender_bcc_maps = hash:/kolab/etc/postfix/sender_bcc
> recipient_bcc_maps = hash:/kolab/etc/postfix/recipient_bcc
> 
> I noticed that my users receiving bcc mails get them twice...
> I can't notice any change in my setup between 2.1 and 2.2 regarding this...
> 
> Is there anything special to do in kolab 2.2 regarding this ?

I would have expected this problem to occur in 2.1, too, maybe it
was an older beta?

The solution is simple: Don't add this options globally in
main.cf.template, but only to the first "cleanup" entry in
master.cf.template, e.g.:

cleanup   unix  n       -       n       -       0       cleanup
     -o sender_bcc_maps = hash:/kolab/etc/postfix/sender_bcc
     -o recipient_bcc_maps = hash:/kolab/etc/postfix/recipient_bcc

(or alternatively unset those in "post-cleanup", but I haven't
tested that)

Regards,
Thomas

-- 
thomas at intevation.de - http://intevation.de/~thomas/ - OpenPGP key: 0x5816791A
Intevation GmbH, Osnabrueck - Register: Amtsgericht Osnabrueck, HR B 18998
Geschaeftsfuehrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner




More information about the users mailing list