On Tue, 2004-03-02 at 13:29, Brendan B. Chard wrote:
> I am attempting to run mailman on a FreeBSD machine with multiple virtual
> hosts.
> 
> Everything is working great except that the list address I want is
> "[EMAIL PROTECTED]"  and it works great, I can send to it and it
> works just fine.
> 
> The problem is that when the list sends out a post to members it drops the
> subdomain from it's address and says, reply to "[EMAIL PROTECTED]"
> 
> - I have an address record created for my lists.chard.net and a proper
> virtual host for it.  
> - The primary domain is also hosted, as a virtual host on the same machine
> - I have set the "host name this list prefers" to "lists.chard.net"
> - lists.chard.net is set up as my default url host and e-mail host in the
> Defaults.py and mm_cfg.py files
> 
> - I have added these entries to my mm_cfg.py file:
> DEFAULT_EMAIL_HOST = 'lists.chard.net'
> DEFAULT_URL_HOST = 'lists.chard.net'
> add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
> 
> 
> Like I said, everything about the list is working great except that when a
> post or administrative message is sent out by mailman it says to reply to
> [EMAIL PROTECTED] instead of [EMAIL PROTECTED]
> 
> Any advice would be great!
> -Brendan Chard
> [EMAIL PROTECTED]
> 

Brendan, it is common that folks create the list before they properly
set up the virtual hosts.  Unfortunately, you may need to use the
withlist command to correct this within the lists database.

Good Luck - Jon Carnes


------------------------------------------------------
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/

Reply via email to