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: /usr/local/mailman/data/virtual- mailman, hash:/usr/local/mailman/data/aliasesvirtual_gid_maps = static:125virtual_mailbox_base = /usr/local/virtualvirtual_mailbox_domains = proxy:mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cfvirtual _mailbox_limit = 51200000virtual_mailbox_maps = proxy:mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cfvirtual _minimum_uid = 125virtual_transport = dovecotvirtual_uid_maps = static:125This seems OK but: the aliases called are actually invocations of the mailman application while postfix treats them as 'regular' aliases. A bouncemail states: [...] <"|/usr/local/mailman/mail/mailman post test"@camelopardus.nl>: user unknown Maillog really has no more to offer: May 23 10:15:02 campan maiad[9166]: (09166-02) Passed CLEAN, [IPv6:2 001:981:4cee::###] [2001:981:4cee::###] <j...@camelopardus.nl> -> <"|/usr/local/mailman/mail/mailman post test"@camelopardus.nl>, Message-ID: < 852b9292f408ff60c4d64e2b5ad2102f9f5da655.ca...@camelopardus.nl>, Hits: -, 433 msMay 23 10:15:02 campan maiad[9166]: (09166-02) Passed CLEAN, <j...@camelopardus.nl> -> <"|/usr/local/mailman/mail/mailman post test"@camelopardus.nl>, Hits: -, tag=999, tag2=999, kill=999, L/0/0/0May 23 10:15:02 campan postfix/smtp[9224]: 2FC062D5241: to=<"|/usr/local/mailman/mail/mailman post test"@camelopardus.nl>, orig_to=<t...@lists.camelopardus.nl>, relay=127.0.0.1[127.0.0.1]:1002 4, delay=0.62, delays=0.13/0/0.01/0.49, dsn=2.6.0, status= sent (250 2.6.0 Ok, id=09166-02, from MTA: 250 2.0.0 Ok: queued as 930E82D524B)May 23 10:15:02 campan postfix/qmgr[9106]: 2FC062D5241: removedMay 23 10:15:02 campan postfix/pipe[9227]: 930E82D524B: to=<"|/ usr/local/mailman/mail/mailman post test"@camelopardus.nl>, relay=d ovecot, delay=0.26, delays=0.12/0.01/0/0.14, dsn=5.1.1, status=bounced (user unknown) Please explain where I went wrong (and how to do it if possible) TIAJaap