Kurt Buff wrote, at 09/25/2008 12:47 PM: > I'm getting messages in /var/log/maillog about "mail looping back to > myself", and the mail is discarded.
> Sep 25 03:01:21 loki postfix/smtp[24894]: 021951A4CEC: > to=<[EMAIL PROTECTED]>, relay=none, delay=0.01, delays=0.01/0/0/0, > dsn=5.4.6, status=bounced (mail for loki.example.com loops back to > myself) > Sep 25 03:01:21 loki postfix/qmgr[58371]: 021951A4CEC: removed > > > postconf -n > > mydestination = > mydomain = example.com > myhostname = loki.example.com Try: mydestination = $myhostname, localhost > /usr/local/etc/postfix/aliases > root: [EMAIL PROTECTED] The mail is addressed to [EMAIL PROTECTED], so you should accept it. Your alias will forward it to [EMAIL PROTECTED]