Può accadere di aver bisogno di dover archiviare sia le email in ingresso che quelle in uscita. La soluzione più semplice ed economica è quella di sfruttare una caratteristica di Postfix l’MTA di Zimbra.
Come si legge dal manuale alla pagina http://www.postfix.org/postconf.5.html
always_bcc (default: empty)
Optional address that receives a "blind carbon copy" of each message that is received by the Postfix mail system.
Note: if mail to the BCC address bounces it will be returned to the sender.
Note: automatic BCC recipients are produced only for new mail. To avoid mailer loops, automatic BCC recipients are not generated for mail that Postfix forwards internally, nor for mail that Postfix generates itself.
basta modifcare il file main.cf e valorizzare il parametro always_bcc con la casella dove depositare la copia delle email.

