On 07/12/2013 06:10 AM, [email protected] 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 <[email protected]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list [email protected]
http://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:
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org