exim4多域中继 – update-exim4.conf.conf

我正在尝试configurationDebian vServer来中继指向vServer的多个域的邮件。 vServer有一个固定的ip。 所有域的networking服务器工作正常。

有一个域,中继正在按预期工作,但我不能添加另一个域uptedate-exim4.conf.conf。 它一直在说:

/etc/exim4/update-exim4.conf.conf:20:domain2.com:not found /etc/exim4/update-exim4.conf.conf:23:domain2.com:not found

它想告诉我什么? 它在哪里寻找domain2.com? 为什么它总是为domain1.com工作?

dc_eximconfig_configtype='internet' dc_other_hostnames='domain1.com';'domain2.com' dc_local_interfaces='0.0.0.0' dc_readhost='' dc_relay_domains='domain1.com';'domain2.com' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='' CFILEMODE='644' dc_use_split_config='true' dc_hide_mailname='' dc_mailname_in_oh='true' dc_localdelivery='mail_spool' 

注意:configuration可能不是我想要的,但我无法testing它,因为这个问题。

刚刚意识到这个问题,整个清单都要引用,而不是每一个领域。 像这样:

 'domain1.com;domain2.com'