1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Fix: Add SRS to fix SPF issues on redirect #611 (#814)

* add srs support

* change autorestart behavior

* this may work now

* make postsrsd’s own wrapper file

* fix dockerfile formatting

* fixing tests
This commit is contained in:
Jurek Barth
2018-02-06 08:11:57 +01:00
committed by Johan Smits
parent 3b7fc5930c
commit e1e4542390
6 changed files with 70 additions and 3 deletions

View File

@ -98,3 +98,9 @@ policyd-spf_time_limit = 3600
# Remove unwanted headers that reveail our privacy
smtp_header_checks = pcre:/etc/postfix/maps/sender_header_filter.pcre
# postSRSd rules to process spf mail forwarding
sender_canonical_maps = tcp:localhost:10001
sender_canonical_classes = envelope_sender
recipient_canonical_maps = tcp:localhost:10002
recipient_canonical_classes = envelope_recipient,header_recipient