Re: qmail-pop3d alternative needed ASAP.

2001-11-29 Thread cbunnell
Yea, my company has experienced a similar problem. It WAS traced down to the router. I was getting "malloc fail" which is memory allocation failure. Basically, a bad SIMM in the router. I replaced the DRAM and all is well now... The symptoms were exactly the same as what was described. I do

lastauth table in Vpop5

2001-10-06 Thread cbunnell
Anyone else notice that the lastauth table in 5.0 (maybe anything after 4.9.10 too...) doesn't use a "nice" timestamp anymore? It used to be human readable format, now it's ticks... or have I screwed something up during install? No big deal, just wondering why it changed - or more importantly -

Re: Using rbl on a per domain basis?

2001-10-01 Thread cbunnell
Just an FYI, I used to use RBL and then they quit providing the service for free. It in fact broke my qmail/vpopmail implementation because I had them in my /service/qmail-xxx scripts. That was kinda fun to try to figure out why the thing was just timing out... Anyway, just wanted to point that

Re: vpopmail5 w/ mysql

2001-09-21 Thread cbunnell
you've got mysql replication turned on, but I doubt you have multiple mysql server... turn replication OFF and re-compile. - Original Message - From: "alexus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 8:09 PM Subject: vpopmail5 w/ mysql > hello > >

Vpopmail Ver 5 release

2001-09-13 Thread cbunnell
Hello Ken, Inter7! I'm sure things have been effected by current events, but I was wondering how the final release is looking? Any changes? Or should I go for pre5 ? Thanks! Chris Bunnell Senior Engineer - Network Implementation Sonic Internet Services 9719 Lincoln Village Dr. #505 Sacrament

Suggestions for upgrading from 4.9.10 w/ MySQL to 4.10.36 ??

2001-09-01 Thread cbunnell
Hello list, I would like to upgrade from 4.9.10 w/ MySQL to 4.10.36 on a development machine, only the MySQL database IS in production. I want to implement all the bells and whistles that 4.10.36 has to offer, so I'm quite sure that the current sql database doesn't have all the tables that it wo

OT: idle timeouts for dial-in users

2001-08-31 Thread cbunnell
Hello list, I know that this is OT for this list, but I know that there's lots of people on this list that may have some input to my problem... I need to disconnect abusers of my dial-up network that are sitting idle for extended periods of time. I am running a Cisco 72xx terminating an L2 tunn

Re: ANNOUCEMENT: virge-vpopmail patch how-to

2001-08-13 Thread cbunnell
Is this better than qmail-scanner? also, is it free? It appeared from the very brief visit to their web site, that they charge for this proggie... I'm just getting ready to implement this (to protect the morons I mean innocent ) so this thread comes at a good time... Thanks, Chris Bunnell

Re: Closing an account when a customer hasn't paid?

2001-07-24 Thread cbunnell
snip. All WAY too much work. Use the power that vpopmail gives you. ns3:~ 4% /RAID/vpopmail/bin/vmoduser vmoduser: usage: [options] email_addr or domain (for the entire domain) options: -n (don't rebuild the vpasswd.cdb file) -u (set no dialup flag) -d (set no password

vconvert 4.9.10

2001-07-15 Thread cbunnell
Hello list, I'm trying to use vconvert 4.9.10 stable. It does about a dozen of my domains, then seg faults. ./vconvert -c -s The dozen seem to look fine inside mysql. IE. looks like it was successful at converting. When I manually vconvert the next domain (IE, the one it WOULD have done nex

Re: C editors/compiliers

2001-07-06 Thread cbunnell
- Original Message - From: "Robin S. Socha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 2:53 PM Subject: Re: C editors/compiliers > * Ken Jones <[EMAIL PROTECTED]> [010706 01:25]: > > Dood, install Linux on your machine and install the > > development package

Re: C editors/compiliers

2001-07-06 Thread cbunnell
> > > > I'm shocked you are using Windows! Shocked I tell you! > > > > Ken Jones > Damn! I knew I'd get beat up when I posted that message, but not THAT bad! :) That's ok. I asked for it. I DO believe Windoz machines have a place in the world. I personally have strong feelings towards Lin

C editors/compiliers

2001-07-05 Thread cbunnell
Hello list, I've been working very hard at getting the "over quota" message stuff working but am having a rough time debugging my code. I'm working on a PC platform using UltraEdit32 to do my editing. Ultraedit has a built in FTP, so that's convenient to upload and then do a compile on my Solar

Re: patch to vpopmail.c to fix Solaris unlink() bug

2001-07-02 Thread cbunnell
Good job on this patch David! I noticed the same behavior, but didn't put 2 and 2 together quite as well as you did... On a different note, in regard to bugs, have you noticed that the ".current_size" code in vdelivermail is broken? .current_size never reduces as you delete mail. It just keep

Re: .current_size fails to update

2001-07-02 Thread cbunnell
Update: Well, that was an easy fix.. All I had to do was reverse the order in this IF statement. /* If the message is greater than 1000 bytes and * the user is over thier quota, return it back * to the sender. We allow messages less than 1000 bytes * to go