You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #271 on February 05, 2026 09:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Feature Description
Possibility of self-archiving by sending to a specific address.
To use always_bcc and forward incoming and outgoing emails from a specific domain to an archiving account.
Proposed Solution
/etc/postfix/main.cf:
recipient_bcc_maps = pcre:/etc/postfix/bcc_map
sender_bcc_maps = pcre:/etc/postfix/bcc_map
smtp_destination_recipient_limit = 1
/etc/posfix/bcc_map:
/(.+)@customer1.com/ customer1@archive.yourdomain.com
/(.+)@customer2.com/ customer2@archive.yourdomain.com
/(.+)@customer3.com/ customer3@archive.yourdomain.com
All reactions