[Mailman-Users] newbie question

2003-07-10 Thread Ed Hill

Hi folks,

I've setup mailman for a low-traffic public list and, while all the
mails seem to get through just fine, I'm having one nagging little
problem.  I'd like the Reply-To: address to point to: 

  [EMAIL PROTECTED]

but mails sent from the list appear to be from:

  [EMAIL PROTECTED]

in spite of my efforts to specify the Return-To: settings through the
mailman admin tools.

For instance, heres part of a header:

Received: from onyx.he.net (onyx.he.net [216.218.161.2]) by
forge.lcs.mit.edu (8.12.8/8.12.8) with ESMTP id h6AEFXMf018850 for
[EMAIL PROTECTED]; Thu, 10 Jul 2003 10:15:33 -0400
Received: from eaps-dhcp-131.lcs.mit.edu (eaps-dhcp-131.lcs.mit.edu
[18.24.3.131]) by onyx.he.net (8.8.6p2003-03-31/8.8.2) with ESMTP id
HAA05609 for [EMAIL PROTECTED]; Thu, 10 Jul 2003 07:15:33
-0700

and it appears from this that sendmail is changing the Reply-To:
address.

Any suggestions on how I can fix this?

thanks!
Ed


-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Room 54-1424;  77 Massachusetts Ave.
Cambridge, MA 02139-4307
email:   [EMAIL PROTECTED],  [EMAIL PROTECTED]
URL: http://web.mit.edu/eh3/
phone:   617-253-0098
fax: 617-253-4464


signature.asc
Description: This is a digitally signed message part
--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] newbie question

2003-07-10 Thread Ed Hill
On Thu, 2003-07-10 at 11:33, Jon Carnes wrote:
 Hay Ed,
 
 What version of Mailman are you using?  Guessing that you are using a
 recent version, you should be able to set the Mailing host (as opposed
 to the Web host) separate within the configuration file:
   ~mailman/Mailman/mm_cfg.py

Hi Jon,

Thanks for responding!  I'm using mailman-2.1.2-2 as shipped with RH 9
and the machine has the name forge.lcs.mit.edu with a CNAME of
dev.mitgcm.org pointing to the same IP address.  Through the Mailman
admin web interface I set the Reply-To: address as
[EMAIL PROTECTED] and in the Mailman config file I set:

  DEFAULT_URL_HOST   = 'dev.mitgcm.org'
  DEFAULT_EMAIL_HOST = 'dev.mitgcm.org'

and also in sendmail.mc I used:

  MASQUERADE_AS(`dev.mitgcm.org')dnl
  FEATURE(allmasquerade)dnl
  FEATURE(masquerade_envelope)dnl
  FEATURE(masquerade_entire_domain)dnl
  MASQUERADE_DOMAIN(forge.lcs.mit.edu)dnl
  MASQUERADE_DOMAIN(dev.mitgcm.org)dnl

and made sure to run the sendmail.cf--rebuild command and restart all
daemons.  But after all that the emails from the list still arrive at my
inbox with To: and Reply-To: addresses of
[EMAIL PROTECTED] when what I'd prefer is 
[EMAIL PROTECTED].  Its really just an annoyance since the
list emails seem to go to all the right places -- I just want the
different fqdn in the To: and Reply-To: headers.

So I'm stumped.  What config-file invocation am I missing?


 You would be setting up a virtual domain since the address is different
 from the default.
 
 The kids are calling so I've got to be running!  Good Luck - Jon

Thanks again and I hope things are going well in NC!  ;-)

Ed


-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Room 54-1424;  77 Massachusetts Ave.
Cambridge, MA 02139-4307
email:   [EMAIL PROTECTED],  [EMAIL PROTECTED]
URL: http://web.mit.edu/eh3/
phone:   617-253-0098
fax: 617-253-4464


signature.asc
Description: This is a digitally signed message part
--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org