Hello, I'm configuring mailman and postfix with virtual domain support. The problem is that everytime I send an email to myl...@lists.anotherdom.net I got a reply error from postfix as
<*myl...@mydomain.io <myl...@mydomain.io>>* (expanded from < myl...@lists.anotherdom.net>): User unknown in virtual alias table I do not understand why the list is traduced to mydomain.io that is not configured anywhere. My mm_cfg.py is: MAILMAN_SITE_LIST = 'mailman' DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/' IMAGE_LOGOS = '/images/mailman/' DEFAULT_EMAIL_HOST = 'myhost.mydomain.io' DEFAULT_URL_HOST = 'myhost.mydomain.io' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) DEFAULT_SERVER_LANGUAGE = 'en' DEFAULT_SEND_REMINDERS = 0 MTA='Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.anotherdom.net'] Here my main.cf configuration: http://pastebin.com/zNf9Lyn7 I see that virtual-mailman just translate: myl...@lists.anotherdom.net mylist And probably here postfix try to treat it as local address. However in /var/lib/mailman/data/virtual-mailman is present mylist: "|/var/lib/mailman/mail/mailman post mylist" Any idea? thanks Ste ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org