Chris Penn wrote:
> 
> I have a mailserver at mail.mydomain.com.  The mailman url path is
> mail.mydomain.com.
> I have virtual domain mail server setup running on a mysql backend.
> I have mailman setup and I am attempting to setup the mm_cfg.py
> I am having a little trouble with the way I am suppose to setup the "Put
> YOUR site-specific settings below this line" part. I know that I want
> something like this:
> 
> ####################################
> DEFAULT_EMAIL_HOST = 'mail.mydomain.com'
> DEFAULT_URL_HOST = 'mail.mydomain.com'
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> ####################################
> 
> I think I want to replace the default_url_host and default_email_hosts.
> in the add_virtualhost().  I dont think it should be the default.  When
> people mail the list is should be [EMAIL PROTECTED]


If people mail the lists at [EMAIL PROTECTED], and you have the
appropriate MX or A records so this works, what you want is

DEFAULT_EMAIL_HOST = 'mydomain.com'
DEFAULT_URL_HOST = 'mail.mydomain.com'
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://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&amp;file=faq01.027.htp

Reply via email to