我想在 Debian 上使用 Exim 配置备份 MX,使用dpkg-reconfigure exim4-config
我设置了这个:
#update-exim4.conf.conf
dc_eximconfig_configtype='internet'
dc_other_hostnames='xxx'
dc_local_interfaces='127.0.0.1 ; ::1'
dc_readhost=''
dc_relay_domains='domain_to_relay'
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
它接受所有发往 domain_to_relay 的邮件,但我想拒绝未知地址的邮件(维护已知地址列表),因此它不会成为反向散射,我该如何配置?
后缀中的等价物是
relay_recipient_maps = hash:/etc/postfix/relay_recipients
我已经解决了这个添加到
update-exim4.conf.conf
创建自定义 ACL 文件
/etc/exim4/custom_acl
:并创建已知地址列表
/etc/exim4/recipients_whitelist