|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Andrew Long (along
escapewire.com)
Date: Wed Oct 10 2007 - 12:11:24 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> now, you have a "loops back to myself" because
> - postfix has not been told to handle mail for
> authorization.escapewire.local
> - but your DNS probably tells postfix to forward this mail to
> .... itself.
>
OK, I changed mydestination thus:
# OLD ENTRY:: mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
mydestination = localhost, authorization.escapewire.local, $mydomain
and we have success!
Q - am I right to explicitly state the hostname since it is different than the hostname that would would be returned by gethostname(), ie, the machine's actual hostname is xx.domain.local, not xx.domain.com. Just checking to see if I have written this the best way.
Thanks for the help mouss!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]