Package: exim4-config
Version: 4.44-2

I want to leave DEBCONFvisiblenameDEBCONF empty so that qualify_domain
is taken from the systems hostname. exim4-config lets me do that,
but exim4.conf ends up with:

qualify_domain = 

And when I send mail from the box exim sends it as "root@".

The correct thing to do would be something like:

.ifdef DEBCONFvisiblenameDEBCONF
qualify_domain = DEBCONFvisiblenameDEBCONF
.endif

That, or fixing exim to treat "empty" the same as "unset" in this case.

Thanks,

Mike.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to