Hi,

is it possible to specify multiple tables for check_sender_access used in smtpd_sender_restrictions? Few examples i tried (none worked):

smtpd_sender_restrictions =
  reject_non_fqdn_sender
check_sasl_access hash:/etc/postfix/sasl_access hash:/etc/postfix/sasl_access_2
  reject_sender_login_mismatch



smtpd_sender_restrictions =
  reject_non_fqdn_sender
check_sasl_access hash:/etc/postfix/sasl_access,hash:/etc/postfix/sasl_access_2
  reject_sender_login_mismatch



smtpd_sender_restrictions =
  reject_non_fqdn_sender
  check_sasl_access hash:/etc/postfix/sasl_access
  check_sasl_access hash:/etc/postfix/sasl_access_2
  reject_sender_login_mismatch




Use case: One table is used for hand editing, one is generated by script.

Thanks.

azur

Reply via email to