Computer Tips - Postfix: keep a backup copy of all mail sent by my Postfix server

Date: 2008nov12 Update: 2024dec24 OS: Linux Keywords: backup Product: postfix Q. Postfix: keep a backup copy of all mail sent by my Postfix server A. There are several ways but this seems like the easiest: As root, create a new user:
useradd mail_backup
Edit the /etc/postfix/main.cf to have:
always_bcc = mail_backup
Restart postfix:
systemctl restart postfix