17 Jun
2022
17 Jun
'22
8:52 a.m.
On 6/17/22 12:29, Austin Witmer wrote:
Do I add this to my postfix main.cf file and what is the exact syntax? Yes, e.g.: sender_bcc_maps = hash:/etc/postfix/back-to-sent-folder
/etc/postfix/back-to-sent-folder : (simple key-value) user@domain user+sent@domain
hash the file with: postmap back-to-sent-folder this will create back-to-sent-folder.db which is what postfix will actually look at
Will this affect all users or just this user?
The content of the file determines that.
For details: https://www.postfix.org/postconf.5.html#sender_bcc_maps
In this example, we have only one line affecting only one user.
The data can be taken from other sources, including SQL database: