[Mailman-Users] Domain name

Mark Sapiro mark at msapiro.net
Sat Jul 13 07:47:41 CEST 2013


On 07/12/2013 06:10 AM, Benjamin_Joyner at ao.uscourts.gov wrote:
> Yes, I saw that page before and set my mm config file toto include the
> default email host setting and it still didn't work.
> 
> # Put YOUR site-specific settings below this line.
> IMAGE_LOGOS = '/icons/'
> #MTA = 'Sendmail'
> MTA='Postfix'
> POSTFIX_ALIAS_CMD = '/usr/bin/sudo /usr/local/sbin/mailman.aliases'
> POSTFIX_STYLE_VIRTUAL_DOMAINS = []
> DEFAULT_EMAIL_HOST = 'HOSTNAME.gtwy.dcn'
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> add_virtualhost('HOSTNAME.gtwy.dcn')

I don't know what the value of DEFAULT_URL_HOST is but I'm sure your
problem is the line above -

add_virtualhost('HOSTNAME.gtwy.dcn')

This is equivalent to

add_virtualhost('HOSTNAME.gtwy.dcn', 'gtwy.dcn')

Just remove that line, and if the value of DEFAULT_URL_HOST is not
'HOSTNAME.gtwy.dcn' from Defaults.py, set it here as in

DEFAULT_URL_HOST = 'HOSTNAME.gtwy.dcn'
DEFAULT_EMAIL_HOST = 'HOSTNAME.gtwy.dcn'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list