Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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