On 3/15/2010 7:58 PM, roger pedrol wrote:
Hi all,
Maybe not related to postfix but Ubuntu dpkg but trying to install SPF I
came across this problem:
Configuring postfix (2.5.1-2ubuntu1.2) ...
Running newaliases
postalias: fatal: can't create maps via the proxy service
dpkg: error al procesar postfix (--configure):
el subproceso post-installation script devolvió el código de salida de
error 1
The newaliases command is to rebuild alias maps listed in the
alias_database parameter.
Don't list sql maps (or other non-DB maps) in the
alias_database parameter.
Since you aren't using any DB maps, there is no need for you
to ever run newaliases.
nee...@obi:/etc/postfix$ postconf -n
alias_database = proxy:mysql:/etc/postfix/mysql_virtual_alias_maps.cf
Change the above to
alias_database =
-- Noel Jones