On 2013-06-25 Tue 10:14 AM |, Wietse Venema wrote:
> 
> You need to show:
> 
> 1 - One email address ending in localhost or localhost.$mydomain, 
> 

aliases:
root:           admin-acct
deamon:         root
...
...

$ uptime | mail -s uptime daemon@localhost

> 2 - Logfile evidence that this email address is not bounced or
>     delivered by the local(8) delivery agent, 
> 

Jun 25 15:25:52 server1 postfix/pickup[1694]: 5D6C167DC: uid=7432 
from=<admin-acct>
Jun 25 15:25:52 server1 postfix/cleanup[1739]: 5D6C167DC: 
message-id=<20130625142552.5d6c16...@server1.example.com>
Jun 25 15:25:52 server1 postfix/qmgr[8437]: 5D6C167DC: 
from=<server.ad...@example.com>, size=399, nrcpt=1 (queue active)
Jun 25 15:25:52 server1 postfix/cleanup[1739]: 8C25B67DF: 
message-id=<20130625142552.5d6c16...@server1.example.com>
Jun 25 15:25:52 server1 postfix/qmgr[8437]: 8C25B67DF: 
from=<server.ad...@example.com>, size=546, nrcpt=1 (queue active)
Jun 25 15:25:52 server1 postfix/local[22643]: 5D6C167DC: 
to=<dae...@localhost.example.com>, orig_to=<daemon@localhost>, relay=local, 
delay=0.3, delays=0.15/0.06/0/0.09, dsn=2.0.0, status=sent (forwarded as 
8C25B67DF)
Jun 25 15:25:52 server1 postfix/qmgr[8437]: 5D6C167DC: removed Jun 25 15:25:52 
server1 postfix/error[16542]: 8C25B67DF: to=<r...@example.com>, 
orig_to=<daemon@localhost>, relay=none, delay=0.2, delays=0.03/0.08/0/0.08, 
dsn=5.0.0, status=bounced (User unknown in virtual alias table)


> 3 - Configuration evidence in the form of postconf command output:
>     $ postconf myorigin mydestination virtual_alias_domains mailbox_transport
> 

$ postconf myorigin mydestination virtual_alias_domains mailbox_transport
myorigin = $mydomain
mydestination = localhost, localhost.$mydomain
virtual_alias_domains = example.com
mailbox_transport = lmtp:unix:private/dovecot-lmtp


Thanks,
-- 
Craig Skinner | http://twitter.com/Craig_Skinner | http://linkd.in/yGqkv7

Reply via email to