Jaap Bril:
> LS,
> I am installing mailman and try to integrate with postfix and
> postfixadmin. I try to keep all as vanilla as possible. 
> Specificaly I would like to have mailman take care of aliasing. 
> 
> So i try to have postfix use the mailman created aliases by tweaking
> main.cf:
> [...]
> #MySql Configurationvirtual_alias_maps =
> proxy:mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf,   hash:

That is VIRTUAL_alias_maps. The syntax of VIRTUAL_alias_maps is
described in http://www.postfix.org/virtual.5.html (or "man 5
virtual" for the local manpage).

> <"|/usr/local/mailman/mail/mailman post test"@camelopardus.nl>: user
> unknown

As documented, VIRTUAL_alias_maps does not support "|command" syntax.
You need ALIAS_maps for that. ALIAS_maps and command execution are
a Sendmail compatibility feature.

I'm pretty sure that mailman documentation does not use "|command"
syntax in VIRTUAL_alias_maps.

        Wietse

Reply via email to