Re: [Mailman-Users] Relaying error

2007-10-03 Thread Jaco Kroon
Yan Herndon wrote: > After some more testing I realize that I was getting the subscription > and mod pending emails because the list owner email address is local to > the server. IE no relaying. > > If I put a local email addy on the subscriber list I get the post. > > If I use a remote email

Re: [Mailman-Users] Preventing spam to list owners

2007-10-03 Thread Gary Spivey
Well - thanks all for the input, and Robert for your sample files - I have spent the spare moments of the last few days implementing procmail and spam assassin. I then changed my alias file as listed below listname-owner: "| /usr/bin/procmail -m /etc/procmailrcs/mailman.rc owner listname" only fo

Re: [Mailman-Users] Relaying error

2007-10-03 Thread Yan Herndon
Thanks very much for your help. I shall consult the Qmail wizards for help and post back with the answer. I can't be the only one with Plesk/Qmail/mailman problems so maybe it will help. I would change over to the "real" mailman but it's nice having everything in one place in plesk. Thanks, Ya

Re: [Mailman-Users] Relaying error

2007-10-03 Thread Mark Sapiro
Yan Herndon wrote: >After some more testing I realize that I was getting the subscription >and mod pending emails because the list owner email address is local to >the server. IE no relaying. > >If I put a local email addy on the subscriber list I get the post. > >If I use a remote email addy

Re: [Mailman-Users] Relaying error

2007-10-03 Thread Mark Sapiro
Yan Herndon wrote: >I am receiving messages when I setup the list. I also receive messages >that there is a message awaiting moderation. When I send a post to the >list and then accept it it shows up in the archive. So mailman is able to send via qmail and the important qrunners are running.

Re: [Mailman-Users] Relaying error

2007-10-03 Thread Yan Herndon
After some more testing I realize that I was getting the subscription and mod pending emails because the list owner email address is local to the server. IE no relaying. If I put a local email addy on the subscriber list I get the post. If I use a remote email addy as the list owner / moderat

Re: [Mailman-Users] Relaying error

2007-10-03 Thread Yan Herndon
Sorry. I thought these 2 threads would get put together but my Outlook must have mangled something. Or possibly I'm stupid. Here is the relevant info: Yan Herndon wrote: > >I'm having a problem with my lists. All remote mail stopped being >delivered. > >I'm running Plesk 8.2 on CentOS. > >Dedi

[Mailman-Users] Relaying error

2007-10-03 Thread Yan Herndon
I am receiving messages when I setup the list. I also receive messages that there is a message awaiting moderation. When I send a post to the list and then accept it it shows up in the archive. Just no actual posts go out. If Qmail is not configured properly (wont relay from localhost)would

Re: [Mailman-Users] Message.OutgoingMessage ???

2007-10-03 Thread Mark Sapiro
Wolodja Wentland wrote: > >On Tue, Oct 02, 2007 at 17:11 -0700, Mark Sapiro wrote: >> >> You could try something like >> >> #!/bin/bash >> for list in `bin/list_lists --bare` >> do echo $list: >> bin/dumpdb lists/${list}/config.pck | grep requests >> done > >Ok. I've done that and got this output:

Re: [Mailman-Users] Message.OutgoingMessage ???

2007-10-03 Thread Wolodja Wentland
On Tue, Oct 02, 2007 at 17:11 -0700, Mark Sapiro wrote: > Wolodja Wentland wrote: > > Note that the list that has the problem is probably not > because of the withlist -a that's done in the processing of > . > > You could try something like > > #!/bin/bash > for list in `bin/list_lists --bare`