Re: [Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Terry Davis
I use sendmail. I have the hostname and fqdn lists.domain.com in my Fw file. If it was masquerading all mail out with this hostname, then all my email would say it was from [EMAIL PROTECTED] rather than [EMAIL PROTECTED] like it is now. Ashley M. Kirchner wrote: > Richard Idalski wrote: >

Re: [Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Ashley M. Kirchner
Richard Idalski wrote: > WOuld this not be more of a problem with either your MTA's aliases file, or > with your MTA's configuration file tacking the wrong name on there? For > instance if you're running sendmail check your sendmail.cf file to see what > it has, or if you're running postfix chekc

RE: [Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Richard Idalski
cf file. Not sure if that would have any bearing, but worth a look. -Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Terry Davis Sent: Wednesday, January 09, 2002 3:49 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Use

Re: [Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Ashley M. Kirchner
Terry Davis wrote: > Yes, that is in my mm_cfg.py file. Can you run 'strings' against the .pyc file, see if the settings match with .py ? -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirc

Re: [Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Terry Davis
Yes, that is in my mm_cfg.py file. Ashley M. Kirchner wrote: > Terry Davis wrote: > > >>I have the following set: >>DEFAULT_HOST_NAME = 'lists.domain.com' >>DEFAULT_URL = 'http://lists/mailman' >> > > In which file? They need to be in ~mailman/Mailman/mm_cfg.py: > > grep DEFAULT

Re: [Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Ashley M. Kirchner
Terry Davis wrote: > I have the following set: > DEFAULT_HOST_NAME = 'lists.domain.com' > DEFAULT_URL = 'http://lists/mailman' In which file? They need to be in ~mailman/Mailman/mm_cfg.py: grep DEFAULT mm_cfg.py DEFAULT_HOST_NAME = 'lists.diarist.net' # DEFAULT_URL must end

[Mailman-Users] mail coming from different hostname than specified

2002-01-09 Thread Terry Davis
Hello, Support here has been great. Things are working out well. With one exception. I have an a-record set up that I am using (lists). When I send an email to [EMAIL PROTECTED], the response comes back from [EMAIL PROTECTED] where hostname is the actual hostname of the server. How can I fix