mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Link postfix to postsrsd for SRS
This commit is contained in:
parent
7ab13b56c9
commit
240158ffaf
1 changed files with 3 additions and 1 deletions
|
@ -137,8 +137,10 @@ smtpd_recipient_restrictions =
|
|||
permit
|
||||
|
||||
# SRS
|
||||
sender_canonical_maps = regexp:/etc/postfix/sender_canonical
|
||||
sender_canonical_maps = tcp:localhost:10001
|
||||
sender_canonical_classes = envelope_sender
|
||||
recipient_canonical_maps = tcp:localhost:10002
|
||||
recipient_canonical_classes= envelope_recipient,header_recipient
|
||||
|
||||
# Ignore some headers
|
||||
smtp_header_checks = regexp:/etc/postfix/header_checks
|
||||
|
|
Loading…
Add table
Reference in a new issue