fix concerning whitelist handling

This commit is contained in:
Wolfgang Hottgenroth 2025-02-28 20:03:53 +01:00
parent 7adb4c1fde
commit 8502fbd9a1

@ -61,7 +61,7 @@ begin acl
acl_check_rcpt: acl_check_rcpt:
accept accept
hosts = RELAYNETS hosts = RELAYNETS
ifelse(SMARTHOST_USER, `', `', ` ifelse(WHITELISTED_RECIPIENTS, `', `', `
accept accept
domains = WHITELISTED_RECIPIENTS domains = WHITELISTED_RECIPIENTS
') ')