On 12/22/2016 11:24 AM, Caesar Samsi wrote: >> *What is the value of the list's host_name attribute (near the bottom of >> the list's web admin General Options page). >> * > > Overview of all yugi.us mailing lists > <http://yugi.us/cgi-bin/mailman/listinfo>
Go to <http://yugi.us/cgi-bin/mailman/admin/mailman>, log in and scroll down until you see Host name this list prefers for email. (Details for host_name) (about 5 settings from the bottom). What is that set to? > *What's in mm_cfg.py? (Make sure you're looking at the correct one.)* ... > #------------------------------------------------------------- > # Default domain for email addresses of newly created MLs > DEFAULT_EMAIL_HOST = 'yugi.us' > #------------------------------------------------------------- > # Default host for web interface of newly created MLs > DEFAULT_URL_HOST = 'yugi.us' > #------------------------------------------------------------- > # Required when setting any of its arguments. > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) You are missing POSTFIX_STYLE_VIRTUAL_DOMAINS. See <https://mail.python.org/pipermail/mailman-users/2016-December/081685.html> which says in part >> POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us'] > > If you want to generate data/virtual-mailman for lists in the > mail.yugi.us email domain, this should be > > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mail.yugi.us'] > > or > > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yugi.us', 'mail.yugi.us'] > > if you want both. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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