use %u instead of %s

This commit is contained in:
Sebastian Hugentobler 2022-01-23 10:26:15 +01:00
parent 32ead16f05
commit 52725a888c
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -63,7 +63,10 @@ smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_u
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination, reject_unverified_recipient
smtpd_sender_restrictions = reject_sender_login_mismatch
smtpd_sender_login_maps = pgsql:/etc/postfix/pgsql-login-maps.cf
smtpd_sender_login_maps = unionmap:{
$virtual_mailbox_maps,
pgsql:/etc/postfix/pgsql-login-maps.cf
}
smtpd_milters={{getenv "RSPAMD_ADDRESS" "inet:127.0.0.1:11332"}}
non_smtpd_milters=$smtpd_milters