Skip to content

Commit

Permalink
Adjust dovecot LDA options to allow SMTP relaying
Browse files Browse the repository at this point in the history
  • Loading branch information
memmerto committed Sep 14, 2024
1 parent c69b38b commit 19c16bf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/configfiles/bookworm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ mailman unix - n n - - pipe
${nexthop} ${user}
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
flags=DORhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
]]>
</content>
</file>
Expand Down
2 changes: 1 addition & 1 deletion lib/configfiles/bullseye.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ mailman unix - n n - - pipe
${nexthop} ${user}
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
flags=DORhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
]]>
</content>
</file>
Expand Down
2 changes: 1 addition & 1 deletion lib/configfiles/focal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ postlog unix-dgram n - n - 1 postlogd
#
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
flags=DORhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
]]>
</content>
</file>
Expand Down
2 changes: 1 addition & 1 deletion lib/configfiles/jammy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ postlog unix-dgram n - n - 1 postlogd
#
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
flags=DORhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
]]>
</content>
</file>
Expand Down
2 changes: 1 addition & 1 deletion lib/configfiles/noble.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1912,7 +1912,7 @@ postlog unix-dgram n - n - 1 postlogd
#
# Dovecot LDA
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
flags=DORhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
]]>
</content>
</file>
Expand Down

0 comments on commit 19c16bf

Please sign in to comment.