Agus writes:
> OK....thanks to Jonathan i started changing config and saw that /etc/hosts
> had this:
> 127.0.0.1 localhost.my-domain.com
> 192.x.x.x machine.my-domain.com
>
> So when i tried to send mails to localusers i got them stuck in queue with
> deferred....
>
> Now i changed my /etc/hosts to this:
> 127.0.0.1 localhost
> 192.x.x.x machine
>
> and thats it....
> Now it works....
> Is this ok?
As I understand things, the format is:
<IP address> <full canonical name> <alias1> <alias2> <alias3> ...
e.g.:
192.168.43.9 machine.my-domain.com machine gumball print-server-3 ps3
Robert Huff
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"