[vchkpw] Howto block querys from user?

2004-03-14 Thread [EMAIL PROTECTED]
Hi folks! Have have a crazy user who logs everytime in as: Mar 14 15:29:26 icebear vpopmail[3787]: vchkpw-pop3: vpopmail user not found web150p1@:217.233.6.196 Mar 14 15:30:26 icebear vpopmail[12984]: vchkpw-pop3: vpopmail user not found web150p1@:217.233.6.196 Mar 14 15:31:26 icebear

RE: [vchkpw] Howto block querys from user?

2004-03-14 Thread Shane Chrisp
iptables -A INPUT -p tcp -s 217.233.6.196 --dport 25 -j DROP will do what you want Shane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, 14 March 2004 10:46 PM To: [EMAIL PROTECTED] Subject: [vchkpw] Howto block querys from user? Hi folks! Have

[vchkpw] Re: Howto block querys from user?

2004-03-14 Thread Peter Palmreuther
Hello List, On Sunday, March 14, 2004 at 3:45:52 PM [EMAIL PROTECTED] wrote (at least in part): Mar 14 15:29:26 icebear vpopmail[3787]: vchkpw-pop3: vpopmail user not found web150p1@:217.233.6.196 [...] Have someone of you an idea how I can block these user or how I can add this IP temp.

Re: [vchkpw] Re: Howto block querys from user?

2004-03-14 Thread [EMAIL PROTECTED]
Hallo Peter! Am So, 2004-03-14 um 16.41 schrieb Peter Palmreuther: Hello List, On Sunday, March 14, 2004 at 3:45:52 PM [EMAIL PROTECTED] wrote (at least in part): Mar 14 15:29:26 icebear vpopmail[3787]: vchkpw-pop3: vpopmail user not found web150p1@:217.233.6.196 [...] Have someone

[vchkpw] vpopbull

2004-03-14 Thread Oden Eriksson
Hi. It appears vpopbull has the same bug as vdominfo pre 5.4.3. # cat /var/qmail/users/assign =uucp:uucp:10:14:/var/spool/uucp::: +uucp-:uucp:10:14:/var/spool/uucp:-:: =oden:oden:1000:1000:/home/oden/::: +oden-:oden:1000:1000:/home/oden/:-:: +:alias:800:800:/var/qmail/alias:-::

[vchkpw] spamassassin features added to cvs version

2004-03-14 Thread Ken Jones
I added the spamassasin features to the cvs version today. New configure option: --enable-spamassassin With this option, spamassassin is turned on by default New vmoddomlimits options -gc disable spamassassin for whole domain -gx enable automatically deleting email marked as spam New vmoduser

Re: [vchkpw] vpopbull

2004-03-14 Thread Tom Collins
On Mar 14, 2004, at 11:03 AM, Oden Eriksson wrote: It appears vpopbull has the same bug as vdominfo pre 5.4.3. I saw that as well. I plan to add centralized functions to vpopmail.c for opening and reading the users/assign file. At some point, it can be updated to read users/cdb instead for

Re: [vchkpw] vpopbull

2004-03-14 Thread Oden Eriksson
söndagen den 14 mars 2004 20.31 skrev Tom Collins: On Mar 14, 2004, at 11:03 AM, Oden Eriksson wrote: It appears vpopbull has the same bug as vdominfo pre 5.4.3. I saw that as well. I plan to add centralized functions to vpopmail.c for opening and reading the users/assign file. At some

[vchkpw] Re: Howto block querys from user?

2004-03-14 Thread Peter Palmreuther
Hello Jeremy, On Sunday, March 14, 2004 at 4:51:45 PM you wrote (at least in part): Mar 14 15:29:26 icebear vpopmail[3787]: vchkpw-pop3: vpopmail user not found web150p1@:217.233.6.196 [...] Have someone of you an idea how I can block these user or how I can add this IP temp. into

[vchkpw] Re: Howto block querys from user?

2004-03-14 Thread Peter Palmreuther
Hello List, On Sunday, March 14, 2004 at 4:57:06 PM [EMAIL PROTECTED] wrote (at least in part): Mar 14 15:29:26 icebear vpopmail[3787]: vchkpw-pop3: vpopmail user not found web150p1@:217.233.6.196 [...] Have someone of you an idea how I can block these user or how I can add this IP

Re: [vchkpw] spamassassin features added to cvs version

2004-03-14 Thread X-Istence
Ken Jones wrote: I added the spamassasin features to the cvs version today. New configure option: --enable-spamassassin With this option, spamassassin is turned on by default New vmoddomlimits options -gc disable spamassassin for whole domain -gx enable automatically deleting email marked as

[vchkpw] Move to new server

2004-03-14 Thread Kit Halsted
Hey: A little OT, but I'm looking for a last-minute sanity check before I move a whole bunch of domains from my old server to the shiny new box I've been prepping for weeks... Here is what I plan on doing: vadddomain each domain on the new server Stop qmail-smtpd on the old server Stop POP

[vchkpw] vchkpw / qmail-pop3d hanging/not responding

2004-03-14 Thread Nick
Hey all, out of nowhere vchkpw stopped responding on port 110. I'm running it on FreeBSD 5.2.1 and I think another Admin on the system might have broke something.. Either way, I start vchkpw under tcpserver with : #!/bin/sh exec /usr/local/bin/softlimit -m 900 \

Re: [vchkpw] vchkpw / qmail-pop3d hanging/not responding

2004-03-14 Thread Jeremy Kitchen
On Sun, 2004-03-14 at 19:58, Nick wrote: Hey all, out of nowhere vchkpw stopped responding on port 110. I'm running it on FreeBSD 5.2.1 and I think another Admin on the system might have broke something.. Either way, I start vchkpw under tcpserver with : #!/bin/sh exec

RE: [vchkpw] Move to new server

2004-03-14 Thread Donboy2k
A little OT, but I'm looking for a last-minute sanity check before I move a whole bunch of domains from my old server to the shiny new box I've been prepping for weeks... I recently went through this myself just last week. If you're using MySQL backend, you'll need to use vconvert to

RE: [vchkpw] vchkpw / qmail-pop3d hanging/not responding

2004-03-14 Thread Nick
Ths logs are logging to /var/log/maillog and show nothing but my command line auth attempts.. This is crazy! -Original Message- From: Jeremy Kitchen [mailto:[EMAIL PROTECTED] Sent: Sunday, March 14, 2004 7:27 PM To: [EMAIL PROTECTED] Subject: Re: [vchkpw] vchkpw / qmail-pop3d