Bug#302060: Should be able to leave DEBCONFvisiblenameDEBCONF empty

Miquel van Smoorenburg Miquel van Smoorenburg <mikevs@xs4all.net>, 302060@bugs.debian.org
Wed, 30 Mar 2005 00:09:35 +0200


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.