Re: recipient address must contain a domain

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Neal Becker
日付:  
To: Philip Hazel
CC: exim-users
題目: Re: recipient address must contain a domain
The problem I had yesterday with receiver_unqualified_hosts was that
localhost wasn't included, even though I had previously set

receiver_unqualified_hosts = *.ctd.comsat.com

A connection from the local machine was not recognized by this entry
until I changed it to:

receiver_unqualified_hosts = *.ctd.comsat.com:localhost

So I'm asking, shouldn't we always qualify hostnames for all such
comparisons?

You may recall this issue came up before regarding
local_domains_include_host, and I sent in a patch for this, which is
now included in exim.