[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 vpopmail[203

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

[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 Jeremy Kitchen
On Sun, 2004-03-14 at 09:41, Peter Palmreuther wrote: > 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

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 > [...] > > Ha

[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:-:: =alias:alias:800:8

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

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 perf

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 som

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

[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

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 spa

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

[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 \ /usr/local/bin/tc

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 /usr/lo

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 repopu

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 han

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

2004-03-14 Thread Nick
And tcpserver logs show nothing, It's not logging at all. I stopped the /service/vckhpw/log/run and did a ./run on it manually to make sure it could start ok and it can, I could input data and it was there when I issues a CNTRL-D. This is really odd, I don't know what else to do to troubleshoot, do