[EMAIL PROTECTED] wrote:

> My computer uses a dial-up connection to the internet. I installed
> bind 8 and sendmail 8.8.8 and configured them according to DNS-HOWTO
> and SENDMAIL-ADDRESS-REWRITE HOWTO exactly. Now i still have problems:
> 
> 1. when make aliases database using 'newaliases'  i get following message:
> 
> WARNING: local host name (hylx) is not qualified; fix $j in config file
> /etc/mail/aliases: 5 aliases, longest 9 bytes, 64 bytes total

In general, there should be an entry in /etc/hosts which contains both
your hostname and FQDN. The domain should match the one in
resolv.conf.

You can get around this for sendmail, by adding

        Dj full.host.name

to sendmail.cf. However, sendmail isn't the only program which needs
to be able to determine your FQDN.

> 2. sendmail startup delay not eliminated and my syslog says:
> 
> hash map "Alias0": unsafe map file /etc/mail/aliases: No such file or directory

`unsafe map file' generally means that either the specified file or
its parent directory are group/world writable. You can eliminate the
warning by setting the DontBlameSendmail option appropriately.

-- 
Glynn Clements <[EMAIL PROTECTED]>

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to