Re: installation woes
"Roger B.A. Klorese" <[email protected]>
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected] > majordomo-owner: [email protected] > > 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. .