Hi, On an e-mail system where the storage is backed up daily, if the mailbox storage fails, I may loose up to one day of e-mail. To avoid this, I am willing back up all incoming emails, so I can replay them if I ever have to restore the mailboxes.
Currently, I defined a recipient_bcc map that copies all messages for anyu...@example.net to sameu...@email-backup.example.net. Then I define a bsmtp transport for the email-backup.example.net. It works fine, except that I am somewhat unhappy with the extra "email-backup" domain part in my bsmtp backup. It looks kind of a dirty hack, and makes it somewhat more complex to reimport that backup as I have to rewrite the recipients. So is there a way I can ask Postifix, in my recipent_bcc map that the message hould be copied to sameu...@example.net *with the bsmtp transport*? Cheers, -- Nicolas Boullis