kevin korngut wrote:
> This is in a postfix environment using virtual domains and mailboxes,
> accounts are stored in an LDAP database....
>
>
>
> I've configured majordomo and installed it thusfar,
> /var/majordomo-1.94.5/wrapper config-test works fine...
>
> I have a file called majordomo_aliases which contains the following:
> majordomo: "|/var/majordomo-1.94.5/wrapper majordomo"
> owner-majordomo: kevin@example.com
> majordomo-owner: kevin@example.com
>
> and a line in my postfix main.cf file that reads:
>
> virtual_alias_maps = hash:/etc/postfix/virtual_alias,
> hash:/etc/postfix/majordomo_aliases
>
You can't invoke commands in virtual alias maps
You need to resolve the virtual alias to a local alias, and the local
alias can contain a command.
.
References:
|
|