Victor Duchovni wrote:
On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote:
mydestination =
mydomain = example.com
myhostname = loki.example.com
Try:
mydestination = $myhostname, localhost
Note, with the default setting "append_dot_mydomain = yes", mail to
"[EMAIL PROTECTED]" becomes "[EMAIL PROTECTED]", so the right name
to include in mydestination is "localhost.$mydomain":
mydestination = $myhostname, localhost.$mydomain, localhost
the final "localhost" is there "just in case", the real work is done by
localhost.$mydomain.
freebsd cron jobs don't set a domain, so he only has to deal with
@$myorigin. but he must first replace Sendmail with postfix.
and he'd better set the relay host to the mail server.