Re: [Mailman-Users] Installation Problem

2003-12-14 Thread Thomas Murphy
Hello,

b udhi19 wrote:
a.check if u have run mailmanctl, if u have not then run it
it ussualy at /mailman/bin/
yes i started it with "mailmanctl start" - and i've also taken care to 
make a "mailmanctl restart" whenever i changed the configuration.

but i think i just stumbled accross the problem, it was a list with 
moderator confirmation and all the mail went to a catchall account i 
didn't check.
Now i'm still having problems with the aliases, but i'm working on it.
There still is something wrong with postfix, but perhaps it's a postfix 
configuration issue, not mailman one.

but thanks for your help. :)

bye,
Murphy
--
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


[Mailman-Users] Installation Problem

2003-12-14 Thread Thomas Murphy
Hello everyone,

i spend the last 2 two days on getting mailman installed on a suse 8.1 
server (postfix + confixx) and i'm stuck, i really tried it on my own, 
but now i would really appreciate a helping hand.

current situation: web-interface works fine, but when i try to 
subscribe, i get no mail.
i set all the neccessary options in httpd.conf.

---
mm_cfg.py:
DEFAULT_EMAIL_HOST = 'netmilk.de'
DEFAULT_URL_HOST = 'netmilk.de'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'
MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS=['netmilk.de']
---
one thing i was wondering about: i tried the mailman package that comes 
with suse, but it is an older version and also didn't work, so i tried 
to configure it from scratch.
when i restart apache i still get

Starting httpd [ Mailman PERL PHP4 Python SSL ZopeKeepHomes ]

even if i totally comment out every line of my mailman config-lines in 
httpd.conf !!?

i'm stuck.

bye,
Murphy
--
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] Rejecting non-member mail to a list

2003-12-14 Thread Erick Mechler
:: How do I set up mailman so it drops all mail to the list sent by
:: non-members instead of holding it for moderator approval?

It's under Privacy options --> Sender filters ... near the bottom.

Cheers - Erick

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


[Mailman-Users] Rejecting non-member mail to a list

2003-12-14 Thread Josh Paetzel
I know I've set this up before, and I know it's just some sort of
pointy clicky thing in the web administration menu, but I can't find
it.  How do I set up mailman so it drops all mail to the list sent
by non-members instead of holding it for moderator approval?

Thanks

Josh Paetzel
[EMAIL PROTECTED]


--
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] Bounces coming back to sender address

2003-12-14 Thread Randy Bush
> I want to make sure all the bounces go back to list-owner@
>  domain.com for bounce
> processing and so that I do not have to see them.

so do we all.  all you need to do is fix the broken email
implementations at the *receiving* end, which is where the
bounces originated.

i.e., you're sol

randy


--
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] Bounces coming back to sender address

2003-12-14 Thread Chuq Von Rospach
On Dec 14, 2003, at 6:28 AM, <[EMAIL PROTECTED]> wrote:

I want to make sure all the bounces go back to list-owner@
 domain.com for bounce processing and so 
that
I do not have to see them.

Basically, you can't, because there are some sites that simply refuse 
to follow standards and accepted email standards, and you can't force 
them to. You can try, but then you end up screwing over other key 
things mailman is trying to do and it simply moves the problem around.



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


[Mailman-Users] Bounces coming back to sender address

2003-12-14 Thread darwin
I used mailman (for the first time) to send to an annoucement list of  8000.
I received a bunch of bounces back to the sending address rather than the
list-owner@  domain.com address.
 
I want to make sure all the bounces go back to list-owner@
 domain.com for bounce processing and so that
I do not have to see them.
 
I would guess that to accomplish this I must make sure the outgoing email
address on the message is [EMAIL PROTECTED] but  I wanted to find out
for sure before doing any wasted experimentation.
 
D.
--
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] I have a problem...

2003-12-14 Thread Chris Johnson
On 12 Dec 2003, Michael Sullivan wrote:

> How do I fix it?  Does the fact that I'm running Red Hat 9 have anything
> to do with this problem?
> 
> 

 Depends on the system.  I'm told the version released for RH9,
mailman-2.1-8, is broken.  Try using the tarball 2.1.3.

---
Chris Johnson   |Internet: [EMAIL PROTECTED]
Systems Administrator   |Web:  http://www.nmr.mgh.harvard.edu/~johnson
NMR Center  |Voice:617.726.0949
Mass. General Hospital  |FAX:  617.726.7422
149 (2301) 13th Street  |I'm continually amazed by mankind's seemingly
Charlestown, MA., 02129 USA |infinite capacity for stupidity.Me
---


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