Hi,
I'm currently using mailman version 2.1.12 on postfix and running on Centos 
6.3. 

Everything is working pretty much OK.

I can post by sending to mailam-te...@hostname.company.com

The problem is that when I do a reply (replies are configured as to 'this 
list'), the reply goes to:
    mailman-te...@company.com
When I want them to go to
mailman-te...@hostname.company.com


I checked the configuration file and it has been set up correctly to identify 
the HOST:
# cat /etc/mailman/mm_cfg.py  | egrep DEFAULT
# 1) the hostname used in your urls (DEFAULT_URL_HOST)
# 2) the hostname used in email addresses for your domain (DEFAULT_EMAIL_HOST)
# your email fqdn is "dom.ain".  DEFAULT_URL_HOST controls the former,
# and DEFAULT_EMAIL_HOST controls the latter.  Mailman also needs to
DEFAULT_URL_HOST   = "mailman.company.com"
DEFAULT_EMAIL_HOST = "mailman.company.com" 
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)


Is there anything else I am missing..

Regards,
Kamlesh
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to