Gregg Leslie wrote:
>I've changed the host name to
>www.reporterscommittee.org. But all the lists still want to use the linux
>address instead of the new "www" one.
See
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
article 4.29 "Existing versus new lists".
--
Mark Sapiro <[EMAIL PROTE
I've recently set up mailman under SuSE Linux 9.3. When I was testing the
new machine, I had its host name set to "linux.reporterscommittee.org". Now
that it's ready (more or less) for prime time, I've changed the host name to
www.reporterscommittee.org. But all the lists still want to use the linu
Mailman Version: 2.0.13
OS: Redhat Linux
Hi Mailman users,
Currently, we're migrating from Majordomo to Mailman, and have run into a host
name issue. The email server we use has one domain, while we use an aliasing
system for our email addresses; for instance, my alias is [EMAIL PROTECTED], but
From: "Jon Carnes" <[EMAIL PROTECTED]>
> On Saturday 01 June 2002 10:28 pm, Danny Terweij wrote:
> > steven <[EMAIL PROTECTED]> heeft geschreven:
> > > [EMAIL PROTECTED] instead of [EMAIL PROTECTED] ?
> > I have the same question asked at the dev list ( a few days ago).
> > Danny,
> Alas, Mai
es
> Sent: Saturday, June 01, 2002 9:30 PM
> To: Danny Terweij; steven; [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Mailman-Users] "Host name this list prefers"
>
>
> On Saturday 01 June 2002 10:28 pm, Danny Terweij wrote:
> > steven <[EMAIL PROTE
On Saturday 01 June 2002 10:28 pm, Danny Terweij wrote:
> steven <[EMAIL PROTECTED]> heeft geschreven:
> > Hi,
> >
> > How do I get the field labelled "Host name this list prefers" on the
> > admin page "mailing list administration
> > General Options Section" to correctly handle a sub-domain (aka
steven <[EMAIL PROTECTED]> heeft geschreven:
> Hi,
>
> How do I get the field labelled "Host name this list prefers" on the
> admin page "mailing list administration
> General Options Section" to correctly handle a sub-domain (aka three
> part machine name, e.g. foo.domain.com) so that mail sent
Hi,
How do I get the field labelled "Host name this list prefers" on the
admin page "mailing list administration
General Options Section" to correctly handle a sub-domain (aka three
part machine name, e.g. foo.domain.com) so that mail sent from
adminstrative aliases comes from
[EMAIL PROTECTED]
I've tryed it, but it doesn't work . Homepages are fine , but when an User
receives a e-mail, he still receives [EMAIL PROTECTED]
Chris Hedemark wrote:
> On Wed, 2002-02-20 at 23:33, Alan ER. Romaniuc wrote:
> > My hostname is ".domain", but when Mailman sends e-mail, I would
> > l
Actually, make this change in /home/mailman/Mailman/mm_cfg.py
Specifically, set DEFAULT_HOST_NAME to the desired name... such as:
DEFAULT_HOST_NAME = '.domain'
-ted
Quoting Chris Hedemark <[EMAIL PROTECTED]>:
> On Wed, 2002-02-20 at 23:33, Alan ER. Romaniuc wrote:
> > My hostname i
On Wed, 2002-02-20 at 23:33, Alan ER. Romaniuc wrote:
> My hostname is ".domain", but when Mailman sends e-mail, I would
> like that the sender was "[EMAIL PROTECTED]", How can I do that???
Edit /home/mailman/Mailman/Defaults.py
--
Ma
Hi,
My hostname is ".domain", but when Mailman sends e-mail, I would
like that the sender was "[EMAIL PROTECTED]", How can I do that???
Thx
--
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/ma
Hi Richard,
Thanks for the tip it works great!
When receiving mail from the lists,why does the To: header reflect the
real host name e.g. To: [EMAIL PROTECTED],
instead of To: [EMAIL PROTECTED] Where lists is the hostname
i want to appear. Is it sendmail's masquerading option
or mailman's?
Ri
Title: [Mailman-Users] host name
Actually I may have a little bit more of this answer. While I edited the files others mentioned above to get it so it gave my correct machine name, since I use virtual hosts for multiple domains on my machine I had to find a way to have them ‘masquerade’ as if
I see!
I have total overlooked this.
Thank you for the adjustment.
regards
Oliver
Message from Thursday 24 January 2002 13:31:
> At 14:14 24/01/2002 +, Oliver Egginger wrote:
> >You have to change the DEFAULT_HOST_NAME option in the Defaults.py file.
> >mm.py don't work in this case, al
At 14:14 24/01/2002 +, Oliver Egginger wrote:
>You have to change the DEFAULT_HOST_NAME option in the Defaults.py file.
>mm.py don't work in this case, alas.
>
>- oliver
>
No! You should NOT edit Defaults.py. You will regret doing so when you come
to install an upgrade to Mailman.
If some v
You have to change the DEFAULT_HOST_NAME option in the Defaults.py file.
mm.py don't work in this case, alas.
- oliver
> > I was able to remove the hostname by reconfiguring my sendmail, but the
> mailing list mainpage
> .../mailman/admin/listinfo shows the line "(Send questions and c
I was able to remove the hostname by reconfiguring my sendmail, but the
mailing list mainpage
../mailman/admin/listinfo shows the line "(Send questions and comments
to mailman-owner@cebu.)"
where "cebu" is the host name of my machine, how will I change this
to "[EMAIL PROTECTED]" or
"[EMAIL PROTE
i successfuly setup and configure mailman on my server, but the problem
is the return address
reflect the host name of my machine instead of the "lists" hostname.
I checked my sendmail.cf file
but masquerading is on. Is there any way on mailman configuration to
correct this?
--
Lito A. Lampito
Wait, could it be sendmail is changing those headers?
250 mardy.hank.org Hello localhost [127.0.0.1], pleased to meet you
mail from: [EMAIL PROTECTED]
250 2.1.0 [EMAIL PROTECTED] Sender ok
rcpt to: [EMAIL PROTECTED]
250 2.1.5 [EMAIL PROTECTED] Recipient ok
data
354 Enter mail, end with "." o
://hank.org/mailman/s
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
mardy.hank.org0
Hum.
>
>Jon Carnes
>- Original Message -
>From: "Bill Moseley" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, November 28, 2001 2:49 PM
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 28, 2001 2:49 PM
Subject: [Mailman-Users] Host name sent in email confirmation wrong
> I have my lists all setup to use the full name of the host.
>
> DEFAULT_HOST_NAME = 'mardy.hank.org'
>
> Th
I have my lists all setup to use the full name of the host.
DEFAULT_HOST_NAME = 'mardy.hank.org'
This is the same host as simply hank.org. I just tried to subscribe to a
list, and the confirm mail came like this:
Reply-To: [EMAIL PROTECTED]
The list settings have not changes (they still
Under general options, I changed the host name information from
host1.domain.com to host2.domain.com (both host1 and host2 are the same machine
according to my DNS server).
But when sending out lists, mailman insists on using "host1" Am I missing
something? What else do I need to change to fix
24 matches
Mail list logo