Re: [Mailman-Users] Virtual Domains

2002-03-21 Thread lito a. lampitoc
 this
> > > >>> makes sense... :)
> > > >>>
> > > >>>Any idea how I can fix this? I know that if you have the same
> listname
> > > >>> at different domains, then you have to set up another mailman server
> > > >>> for it,
> > > >>
> > > >>but
> > > >>
> > > >>>this is different list names at different domains.
> > > >>>
> > > >>>Any help would be appreciated.
> > > >>>
> > > >>>Regards
> > > >>>JvdW
> > > >>>
> > > >>>--
> > > >>>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
> > > >>
> > > >>--
> > > >>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
> > > >
> > > > --
> > > > 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
> >
> > --
> > 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
> 
> 
> --
> 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
> 
-- 
Lito A. Lampitoc
Foundation for Communication Initiativesphone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
Things which matter most must not be in the mercy of things which
 matter least" - Goethe.


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



[Mailman-Users] wrong gid

2002-03-19 Thread lito a. lampitoc

Hi,
I have two questions:

1. when confirming I received this error message. What should i do?

- The following addresses had permanent fatal errors -
"|/export/home/mailman/mail/wrapper mailcmd test"
(reason: 2)
(expanded from: <[EMAIL PROTECTED]>)

   - Transcript of session follows -
Failure to exec script. WANTED gid 1, GOT gid 2001.  (Reconfigure to
take 2001?)
554 5.3.0 "|/export/home/mailman/mail/wrapper mailcmd test"... unknown
mailer error 2

2. my mailman is running on another machine named lists.xyz.com running
its own copy of http, aside from my real http server. How will I
configure all mailman transactions to point to lists.xyz.com and not to
xyz.com, as you can see the above email address is xyz.com and not
lists.xyz.com., even the senders address is xyz.com.

Thanks for the help.
-- 
Lito A. Lampitoc
Foundation for Communication Initiativesphone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
Things which matter most must not be in the mercy of things which
 matter least" - Goethe.


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



[Mailman-Users] separate web server

2002-02-07 Thread Lito A. Lampitoc


Hi All,
I have two servers that work as http and mail, I already have mailman
already working on my mail server and right now its also running apache.
How am I going to reconfigure my mailman to run on a different web server
and mail server? I have read mailman
documentations but there is no detailed explanation on how to do it.
Any reference you may give or is there anyone on the list kind enough to
give me instruction on how to do it?
 
Thank you very much in advance.
-- 
Lito A. Lampitoc
Foundation for Communication Initiatives    phone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
Things which matter most must not be in the mercy of things which
 matter least" - Goethe.
 


[Mailman-Users] list

2002-01-28 Thread Lito A. Lampitoc


I added a new list by doing newlist < list name>, but when I view it
on the web page, it does not exist
on publicly advertised list, even though public advertised option is
allowed in the list options.
Why?
-- 
Lito A. Lampitoc
Foundation for Communication Initiatives    phone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
"If you think you're good, you're not."
 


Re: [Mailman-Users] host name

2002-01-25 Thread Lito A. Lampitoc


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?
 
 
Richard Barrett wrote:
At 20:05 24/01/2002 +0800, you wrote:
>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 PROTECTED]"?
>I already edited my mm_cfg.py with the line DEFAULT_HOST_NAME=lists
but
>nothing happened, but it doesnt work?btw the original one in Defaults.py
>has the value "cebu".
>
If you have change the value of DEFAULT_HOST_NAME in
$prefix/Mailman/mm_cfg.py then you will also need to add the following
line
to it AFTER the assignment redefining DEFAULT_HOST_NAME:
MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME
If you do not, then MAILMAN_OWNER will pick up the 'old' value of
DEFAULT_HOST_NAME from $prefix/Mailman/Defaults.py rather than the
'new'
value you have assigned in $prefix/Mailman/mm_cfg.py.
>
>
>Richard Barrett wrote:
>>At 16:18 24/01/2002 +0800, you wrote:
>> >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?
>> >
>>
>>Assuming MM 2.0.x:
>>
>>Check the hostname defaults set up in $prefix/Mailman/Defaults.py
and
>>override those you don't like with revised assignments in
>>$prefix/Mailman/mm_cfg.py - see the $build/INSTALL document for more
info
>>on the rationale for this way of working
>>
>>For any existing list you can edit (very carefully) the last couple
of
>>options on the General Options page of the admin web GUI
>>
>> >--
>> >Lito A. Lampitoc
>> >Foundation for Communication
>> Initiatives   
phone:+63(2)8941345
>> >CodeWAN
>> >Project
>> ><<http://www.codewan.com.ph>http://www.codewan.com.ph>http://www.codewan
>> .com.ph
>> >--
>> >"If you think you're good, you're not."
>> >
>
>--
>Lito A. Lampitoc
>Foundation for Communication Initiatives   
phone:+63(2)8941345
>CodeWAN
>Project
><http://www.codewan.com.ph>http://www.codewan.com.ph
>--
>"If you think you're good, you're not."
>

-- 
Lito A. Lampitoc
Foundation for Communication Initiatives    phone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
"If you think you're good, you're not."
 


Re: [Mailman-Users] host name

2002-01-24 Thread Lito A. Lampitoc


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 PROTECTED]"?
I already edited my mm_cfg.py with the line DEFAULT_HOST_NAME=lists
but nothing happened, but it doesnt work?btw the original one in Defaults.py
has the value "cebu".
 
 
 
Richard Barrett wrote:
At 16:18 24/01/2002 +0800, you wrote:
>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?
>
Assuming MM 2.0.x:
Check the hostname defaults set up in $prefix/Mailman/Defaults.py and
override those you don't like with revised assignments in
$prefix/Mailman/mm_cfg.py - see the $build/INSTALL document for more
info
on the rationale for this way of working
For any existing list you can edit (very carefully) the last couple
of
options on the General Options page of the admin web GUI
>--
>Lito A. Lampitoc
>Foundation for Communication Initiatives   
phone:+63(2)8941345
>CodeWAN
>Project
><http://www.codewan.com.ph>http://www.codewan.com.ph
>--
>"If you think you're good, you're not."
>

-- 
Lito A. Lampitoc
Foundation for Communication Initiatives    phone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
"If you think you're good, you're not."
 


[Mailman-Users] host name

2002-01-24 Thread Lito A. Lampitoc


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. Lampitoc
Foundation for Communication Initiatives    phone:+63(2)8941345
CodeWAN Project http://www.codewan.com.ph
--
"If you think you're good, you're not."