Craig R. Skinner:
> On 2013-06-24 Mon 20:24 PM |, Wietse Venema wrote:
> > Craig R. Skinner:
> > > The default aliases file does not indicate that;-
> > >
> > > "The aliases(5) table provides a system-wide mechanism to redirect mail
> > > for LOCAL recipients."
> > >
> > > "Users can control delivery of their own mail by setting up .forward
> > > files in their home directory."
> >
> > Actually, it says:
> >
> > The aliases(5) table provides a system-wide mechanism to redirect
> > mail
> > for local recipients. The redirections are processed by the
> > Postfix
> > local(8) delivery agent.
> >
> > And hence, it is processed by the local(8) delivery agent, which
> > normally handles domains listed in mydestination.
> >
>
> Well, that's the theory - but I don't see that happening when adhering
> to the suggestions provided in this thread:
>
> myorigin = $mydomain
> mydestination = localhost, localhost.$mydomain
> virtual_alias_domains = example.com ($mydomain)
> mailbox_transport = lmtp:unix:private/dovecot-lmtp
You need to show:
1 - One email address ending in localhost or localhost.$mydomain,
2 - Logfile evidence that this email address is not bounced or
delivered by the local(8) delivery agent,
3 - Configuration evidence in the form of postconf command output:
$ postconf myorigin mydestination virtual_alias_domains mailbox_transport
Otherwise, I will ignore this thread.
Wietse