[vchkpw] vconvert - cdb to MySQL problem

2003-01-08 Thread erik
oblems.)Doesn't vconvert support encrypted passwords in the vpasswd.cdb file, or are something wrong with my intallation?I have configured vpopmail with the following options:--enable-mysql-logging=y--enable-logging=y--enable-auth-logging=y--enable-roaming-users=y--enable-mysql=yAny suggestions are very much appreciated.Thanks,--Erik  

[vchkpw] tcpserver won't die when started with the -D flag

2003-01-15 Thread erik
extra -D and won't die, the second one is without the -D flag and is terribly slow but dies nicely. All the -D flag does is telling the tcpserver not to delay sending data, so I can't imagine why it becomes a problem when stopping the tcpserver. Any ideas? Thanks, -- Erik

RE: [vchkpw] tcpserver won't die when started with the -D flag

2003-01-16 Thread erik
is behavior. Sorry, I forgot to mention this. Red Hat Linux 7.3. (I have tested it on 7.1 and 7.2 and 8.0 also.) qmail 1.03 + vpopmail 5.2.1 + ucspi-tcp 0.88 + daemontools 0.76 -- Erik

RE: [vchkpw] Performance testing

2003-01-16 Thread erik
SMPOP is a really nice script for simulating POP users: http://www.pfy.nl/smpop/ -- Erik -Original Message- From: CoyoteTM [mailto:[EMAIL PROTECTED]] Sent: 16. januar 2003 17:16 To: [EMAIL PROTECTED] Subject: [vchkpw] Performance testing Please feed me with information !! How can I

[vchkpw] Mail not being delivered to list on main domain from alias

2002-12-04 Thread Erik Murray
ry the originating sendto address across to the ezmlm list in the To: portion so that it can be handled correctly at the [EMAIL PROTECTED] point? Erik T Murray eInformation Manager Ferro Color & Glass Performance Materials http://www.ferro.com/our+products/glass/ [EMAIL PROTECTED] Manager of I

[vchkpw] Can not delete mailing list subscriber via QmailAdmin

2003-02-25 Thread Erik Murray
Hello, I have a subscriber who is to be banned from a usersgroup, but I am not able to delete them using the Qmail Admin. I've tried going to delete and putting in the email address and I've tried going to the subscribers list and clicking delete user. Erik T Murray eInformati

Re: [vchkpw] vpopmail with drbd / intermezzo

2003-11-24 Thread Erik Bourget
Tom Collins <[EMAIL PROTECTED]> writes: > On Monday, November 24, 2003, at 10:51 AM, Erik Bourget wrote: >> On another note, what would someone expect the requirements of a box >> running spamassassin's spamd for 2 million e-mails per day would be? I'm >&g

Re: [vchkpw] clamav in .qmail-default

2004-01-31 Thread Erik Bourget
am using qscanq with clamav. Works great. There is no reason to scan the entire queue IMO, but if you put this as the first line of a .qmail- file: | /usr/bin/clamdscan -; [ $? != 1 ] || exit 99 it will drop messages that clamav doesn't like, only for the local delivery. - Erik.