On Tue, Jan 18, 2005 at 05:12:31PM +0100, Sebastian Feltel wrote:
> I was running into the same problems which Martin described while 
> upgrading postfix. I "solved" the problem by uncommenting the 
> newaliases-Section (line 438 - 450) in the postix postinst-Script.

> For reference I've saved my configuration at [1]. This configuration was 
> used under postfix 1.x and modified some times ago to be compatible with 
> postfix 2. Postfix is running quite well as before the upgrade to 
> postfix 2.1.5-4

alias_maps = hash:/etc/postfix/aliases, mysql:/etc/postfix/mysql-aliases.cf
alias_database = hash:/etc/postfix/aliases, mysql:/etc/postfix/mysql-aliases.cf

>From the documentation:
# The alias_maps parameter specifies the list of alias databases used
# by the local delivery agent. The default list is system dependent.

# The alias_database parameter specifies the alias database(s) that
# are built with "newaliases" or "sendmail -bi".  This is a separate
# configuration parameter, because alias_maps (see above) may specify
# tables that are not necessarily all under control by Postfix.

Since you can't rebuild mysql maps with newaliases, you really want to
have this instead:

alias_maps = hash:/etc/postfix/aliases, mysql:/etc/postfix/mysql-aliases.cf
alias_database = hash:/etc/postfix/aliases

lamont


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to