-----Original Message-----
From: Noel Jones <njo...@megan.vbhcs.org>
Reply-To: postfix users list <postfix-users@postfix.org>
To: Dave Johnson <da...@wsnet.co.za>, postfix users list
<postfix-users@postfix.org>
Subject: Re: etc/postfix/sender_access_map and /etc/aliases
Date: Mon, 30 Mar 2009 17:30:11 -0500


Dave Johnson wrote:
> The problem I am having is as follows
> 
> Alias
> 
> The mail is not being moved from info to louise when it arrives
> 

aliases are only applied to mail delivered by the postfix 
"local" transport.  Generally this means the domain must be 
listed in mydestination.  Log entries showing (mis)delivery 
would help to confirm this guess.

An easy fix for this is to list your alias in 
virtual_alias_maps.  and make sure to use a fully qualified 
address, not just the username part.

# virtual_alias_maps entry
i...@example.com  lou...@example.com


> 
> sender_access_map
> 
> Stops the server receiving mail when installed via postfix reload
> 

No doubt postfix logs a helpful message telling what the 
problem is.
http://www.postfix.org/DEBUG_README.html#logging


   -- Noel Jones

warning: restriction `check_client_access' after `permit' is ignored

Reply via email to