Hi list, well, i have a problem integrating mailman with postfix. I manage my virtual domains and aliases through mysql and a PHP-Frontend. Mailman is running and i could create the global list "mailman" So far so good, but how can i use the generated aliases with mysql?
This is the relevant entries in the config file: DEFAULT_URL_HOST = "www.mydomain.de" DEFAULT_EMAIL_HOST = "mydomain.de" add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mydomain.de'] Through the PHP-Frontend i?ve created the virtual domain mydomain.de Now when i send a email the mail gets to the mailbox root from another domain. This is probably because the mail gets send to the hostname of the server server.mydomain.de Here i have an catch all alias which points to [EMAIL PROTECTED] Now i got stuck. Kind regards, Christian ------------------------------------------------------ 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
