-----Original Message----- From: Noel Jones <[email protected]> Reply-To: postfix users list <[email protected]> To: Dave Johnson <[email protected]>, postfix users list <[email protected]> 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 [email protected] [email protected] > > 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
