Re: [Mailman-Users] mail is getting misdirected

2010-08-04 Thread Mark Sapiro
Goodman, William wrote:
>
>I'm using version 2.1.12rc1 on CentOS 5.2 64 bit and postfix-2.3.3-2.
>I thought I configured mailman correctly, but I have issues when list
>members reply to al messages, this is the issue when I post a message
>from myl...@lists.jcvi.org it is sent to all subscribers, however when they
>try to respond the users are automatically responding to myl...@jcvi.org.
>
>Why is mailman truncating the lists.jcvi.org ? Where is the configured in
>mailman or postfix ? Please help I need to upgrade my OS and software
>but now I know my list server is not working as designed.


If this is Mailman doing this - e.g. you have selected
reply_goes_to_list = This list - you can fix it by scrolling down to
near the bottom of the admin General Options page and setting

Host name this list prefers for email.
(Details for host_name)

to lists.jcvi.org

I suspect the underlying issue is you have something like

add_virtualhost('lists.jcvi.org')

in mm_cfg.py. If you look at the definition of add_virtualhost() in
Defaults.py, you'll see that this is equivalent to

add_virtualhost('lists.jcvi.org', 'jcvi.org')

and you want

add_virtualhost('lists.jcvi.org', 'lists.jcvi.org')

or maybe

DEFAULT_URL_HOST = 'lists.jcvi.org'
DEFAULT_EMAIL_HOST = 'lists.jcvi.org'
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)

You can make those changes and then run fix_url to fix all existing
lists.

If the above is not the answer, see the FAQ at
.


-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

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


[Mailman-Users] mail is getting misdirected

2010-08-04 Thread Goodman, William
Hi all,

I'm using version 2.1.12rc1 on CentOS 5.2 64 bit and postfix-2.3.3-2.
I thought I configured mailman correctly, but I have issues when list
members reply to al messages, this is the issue when I post a message
from myl...@lists.jcvi.org it is sent to all 
subscribers, however when they
try to respond the users are automatically responding to 
myl...@jcvi.org.

Why is mailman truncating the lists.jcvi.org ? Where is the configured in
mailman or postfix ? Please help I need to upgrade my OS and software
but now I know my list server is not working as designed.

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