Skip to content
Snippets Groups Projects
Commit d35463f8 authored by void's avatar void
Browse files

check and sort parameter

parent e7f8e91a
No related branches found
No related tags found
2 merge requests!119Revert "new var for dmarc rua reporting address",!55Mailsetup Migration from mailcow to mailu
...@@ -93,6 +93,7 @@ FETCHMAIL_ENABLED=False ...@@ -93,6 +93,7 @@ FETCHMAIL_ENABLED=False
FETCHMAIL_DELAY=600 FETCHMAIL_DELAY=600
# Recipient delimiter, character used to delimiter localpart from custom address part # Recipient delimiter, character used to delimiter localpart from custom address part
# must be set to + for mailman
RECIPIENT_DELIMITER=+ RECIPIENT_DELIMITER=+
# DMARC rua and ruf email # DMARC rua and ruf email
......
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
# Overrides for mailman3 integration # Overrides for mailman3 integration
# see https://patrick.georgi.family/2019/01/12/combining-mailman-3-with-mailu/ # see https://patrick.georgi.family/2019/01/12/combining-mailman-3-with-mailu/
always_add_missing_headers = yes
append_at_myorigin=no append_at_myorigin=no
append_dot_mydomain=no append_dot_mydomain=no
recipient_delimiter = + local_header_rewrite_clients = permit_sasl_authenticated
unknown_local_recipient_reject_code = 550
owner_request_special = no owner_request_special = no
virtual_mailbox_maps = regexp:/opt/mailman/postfix_lmtp \${podop}mailbox unknown_local_recipient_reject_code = 550
transport_maps = regexp:/opt/mailman/postfix_lmtp \lmdb:/etc/postfix/transport.map \${podop}transport
local_recipient_maps = regexp:/opt/mailman/postfix_lmtp local_recipient_maps = regexp:/opt/mailman/postfix_lmtp
always_add_missing_headers = yes transport_maps = regexp:/opt/mailman/postfix_lmtp \lmdb:/etc/postfix/transport.map \${podop}transport
local_header_rewrite_clients = permit_sasl_authenticated virtual_mailbox_maps = regexp:/opt/mailman/postfix_lmtp \${podop}mailbox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment