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