I have this working but I have all my virtual domains listed here: virtual_mailbox_domains = virt1.com, virt2.com, ..., virtn.com
Don't see your "virtual_mailbox_domains =" clause. Try with setting it up. Also, you may need things like virtual_gid_maps, virtual_uid_maps I have these things in my main.conf: virtual_gid_maps = static:1000 virtual_uid_maps = static:1001 virtual_transport = virtual virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf (I use mysql db for virtual users mailbox map) Hope this helps a little (post back to let me know). Yassen On Wednesday 26 January 2005 13:48, Eljee wrote: > Hi All, > > I got a configuration problem. I try to get postfix to work nicely with > mailman with virtual domains. For some strange reason are the > mailmanlists under my 'mydomain' of 'myhostnam' working as it should but > the mailmanlists under my virtual domains are not working. For example > [EMAIL PROTECTED] will not be processed by mailman but > just delivered at [EMAIL PROTECTED] > > /var/mailman/data/virtual-mailman contains the line: > [EMAIL PROTECTED] list-1-subscribe > > and > > /var/mailman/data/aliases contains the line: > list-1-subscribe: "|/var/mailman/mail/mailman subscribe list-1" > > the two files are owned by mailman (also the group) > > Anyone any idea?? > Regards, LJ ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
