Browse - Computer Tips - How do I keep a backup copy of all mail sent by my Postfix server?
Date: 2008nov12 Keywords: backup Product: postfix Q. How do I 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_backupEdit the /etc/postfix/main.cf to have:always_bcc = mail_backupRestart postfix:systemctl restart postfix