Hi all. I am using both sender_bcc and recipient_bcc maps on a postfix server in order to back-up messages off-site. A few months ago we moved the server to a new machine and migrated from courier to dovecot.
Anyway, the issue here is that for every incoming/outgoing email, two copies are sent to the off-site backup: Mar 26 09:03:00 srv postfix/smtpd[17585]: 0EAF017A8EFA: client=localhost[127.0.0.1] Mar 26 09:03:00 srv postfix/cleanup[17843]: 0EAF017A8EFA: message-id=<[email protected]> Mar 26 09:03:00 srv postfix/qmgr[13675]: 0EAF017A8EFA: from=<SENDER>, size=2111, nrcpt=1 (queue active) Mar 26 09:03:00 srv postfix/smtpd[17585]: disconnect from localhost[127.0.0.1] Mar 26 09:03:00 srv postfix/smtpd[17585]: connect from localhost[127.0.0.1] Mar 26 09:03:00 srv postfix/smtpd[17585]: 1734717A8EFB: client=localhost[127.0.0.1] Mar 26 09:03:00 srv postfix/cleanup[17843]: 1734717A8EFB: message-id=<[email protected]> Mar 26 09:03:00 srv postfix/smtpd[17585]: disconnect from localhost[127.0.0.1] Mar 26 09:03:00 srv postfix/qmgr[13675]: 1734717A8EFB: from=<SENDER>, size=2281, nrcpt=2 (queue active) Mar 26 09:03:00 srv amavis[9654]: (09654-16) Passed CLEAN, [62.241.4.164] [62.241.4.164] <SENDER> -> <[email protected]>,<[email protected]>, Message-ID: <[email protected]>, mail_id: YihEhQ2jBCU1, Hits: -1.661, size: 1686, queued_as: 0EAF017A8EFA/1734717A8EFB, 1129 ms Mar 26 09:03:00 srv postfix/smtp[17582]: CDAEF17A8EF8: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=2, delays=0.83/0/0/1.1, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=09654-16, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 0EAF017A8EFA) Mar 26 09:03:00 srv postfix/smtp[17582]: CDAEF17A8EF8: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:10024, delay=2, delays=0.83/0/0/1.1, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=09654-16, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 0EAF017A8EFA) Mar 26 09:03:00 srv postfix/qmgr[13675]: CDAEF17A8EF8: removed Mar 26 09:03:00 srv dovecot: deliver([email protected]): msgid=<[email protected]>: saved mail to INBOX Mar 26 09:03:00 srv postfix/pipe[17847]: 1734717A8EFB: to=<[email protected]>, relay=dovecot, delay=0.09, delays=0/0/0/0.08, dsn=2.0.0, status=sent (delivered via dovecot service) Mar 26 09:03:00 srv postfix/qmgr[13675]: 7C88C17A8EF8: removed Mar 26 09:03:02 srv postfix/smtp[17846]: 0EAF017A8EFA: to=<[email protected]>, relay=172.16.0.10[172.16.0.10]:25, delay=2.7, delays=0.03/0.01/1.6/1, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as D0196400248) Mar 26 09:03:02 srv postfix/qmgr[13675]: 0EAF017A8EFA: removed Mar 26 09:03:02 srv postfix/smtp[17848]: 1734717A8EFB: to=<[email protected]>, relay=172.16.0.10[172.16.0.10]:25, delay=2.9, delays=0/0.01/1.8/1, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 16D0840027F) Mar 26 09:03:02 srv postfix/qmgr[13675]: 1734717A8EFB: removed What's up with that? Thanks. -RV
