On 4/14/2010 3:42 PM, fakessh wrote:
On Wed, 14 Apr 2010 13:50:34 -0500, Noel Jones<[email protected]>
wrote:
On 4/14/2010 1:45 PM, fakessh wrote:
On Wed, 14 Apr 2010 14:12:25 -0400, Charles Marcus
<[email protected]> wrote:
I changed the entries @fakessh to r...@localhost in /etc/postfix/virtual
postmap then a file to
the postfix restart.
all without success, or rather the same mistake
Then post your new "postconf -n", log entries showing the
problem, and file contents.
But you already have all the information you need to fix this
yourself.
Key points are
1) use fully qualified names in virtual_alias_maps. ie.
[email protected] [email protected]
*not*
[email protected] user
2) if you want local delivery of the mail, the new domain must
be listed in mydestination.
Your fix may be as simple as adding "localhost.$mydomain" to
mydestination.
-- Noel Jones