feat(role): Initial commit

This commit is contained in:
2025-04-02 23:39:17 +02:00
parent 35a7aa165a
commit 78e80101b3
10 changed files with 200 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
# SPDX-License-Identifier: MIT
# In our 'From:' header reuse any mail display name then append our
# official sender e-mail address.
/^From:[[:space:]]*(.+?)([[:space:]]*<)/ REPLACE From: "${1}" <{{ somta__e_mail_default_sender_addr_spec }}>
# Hide the sender's IP and user agent in the Received header
# https://wiki.archlinux.org/title/Postfix
/^Received:.*/ IGNORE
/^User-Agent:.*/ IGNORE