[EMAIL PROTECTED] (Russ Allbery) writes:
> Bruno Wolff <[EMAIL PROTECTED]> writes:
>
> > He probably means a domain with no dots. For example: discuss@opennic
>
> That's a dumb idea.
>
> Anyway, qmail's behavior for such domain names is documented in
> qmail-header(5):
>
> All host names should be fully qualified. qmail-inject appends the
> default domain name to any name without dots:
>
> djb@silverton -> [EMAIL PROTECTED]
>
> So qmail-inject currently cannot handle mail to such domains.
If you make defaultdomain the empty string, then you get:
box@host -> box@host.
and if the host's name really is ``host.'', there's no problem. (If
you want this behavior only on occasion, you can use the
QMAILDEFAULTDOMAIN environment variable.)
^L