Hi All,

 

 

We are trying to configure a setup that would set the list server
addresses to be a different hostname than the  URL  host and admin pages
use.  

 

For example if we had a machine named foo.interest.com  with a DNS alias
for fooalias.interest.com ,  we want our admin pages look to like this.

 

http://foo.interest.com/mailman/listinfo/mailinglist

 

But we want users to send email to:

 

mailingl...@fooalias.interest.com
<mailto:mailingl...@newfoo.interest.com> 

 

 

Does anyone know how to do this?

 

 

I tried  to configure  mm_cfg.py like the following:

 

DEFAULT_EMAIL_HOST = 'fooalias.interest.com'

DEFAULT_URL_HOST = 'foo.interest.com'

 

And it is mostly working. However the machine is still accepting mail
from people who send to:

 

mailingl...@foo.interest.com and we want it to only accept mail sent to
mailingl...@fooalias.interest.com

 

 

Does anyone have an idea how to make this happen?

 

Thanks a bunch

 

John

 

 

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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

Reply via email to