mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
A sender canonical map deletes the domain part from sender addresses. Postfix will append @$myhostname after the rewriting.
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# -*- mode: conf-space -*-
|
|
# This file is managed by FreedomBox
|
|
# regexp sender canonical map
|
|
|
|
# Remove the domain part from email addresses
|
|
# Postfix will append @$myhostname
|
|
/^([^@]+)@/ $1
|