[vchkpw] Linux frontend for GroupWise

2005-09-12 Thread Maurice Snellen
Listmembers: We use a Linux frontend box before at our customer's GroupWise company mail system. The linux box also hosts all POP3 mailboxes for those situations where POP3 access to mail is required because we don't like the way POP3 is implemented in GroupWise. Currently, we have this set up so

[vchkpw] Re: MySQL logging

2004-08-24 Thread Maurice Snellen
On Tuesday, August 24, 2004 at 08:42 (which was Tuesday, August 24, 2004 at 14:42 where I am) Richard A. Secor wrote: > Have you thought of writing a script in perl and run it in the crontab? I have (although not specifically in perl), but that would require directly interfacing with MySQL and th

[vchkpw] MySQL logging

2004-08-24 Thread Maurice Snellen
Listmembers: I've got sql logging enabled on my server and recently noticed that this leads to a rather large table and there doesn't seem to be a utility or command to clear the logging table given a timeframe of log that should be kept, like with logrotate. Have I overlooked something? What are

[vchkpw] Re: strange behaviour in local delivery

2004-03-04 Thread Maurice Snellen
On Thursday, March 04, 2004 at 12:20 Jan Reilink wrote: > Yes, but what about: > :/var/vpopmail/domains/example.com# cat .qmail-default > | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] > :/var/vpopmail/domains/anotherexample.com# cat .qmail-postmaster > &[EMAIL PROTECTED] As long as /var/

[vchkpw] Re: strange behaviour in local delivery

2004-03-02 Thread Maurice Snellen
On Thursday, February 26, 2004 at 11:46 Jan Reilink wrote: > /var/vpopmail/domains/example.com# cat .qmail-default > | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] > /var/vpopmail/domains/example2.com# cat .qmail-default > | /var/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED] > Is this a

[vchkpw] Re: failure with catchall accounts with vpopmail+sqlspamassassin+maildrop+squirrelmail configuration (solution)

2003-12-18 Thread Maurice Snellen
On Tuesday, December 16, 2003 at 18:03 (which was Wednesday, December 17, 2003 at 4:03 where I am) Myron Davis wrote: > I have solved my own problem, the following script enables maildrop and > vpopmail to properly process catchall accounts. The script looks great. I'm just curious to know with w

[vchkpw] Re: config question

2003-08-05 Thread Maurice Snellen
On Tuesday, August 5, 2003 at 16:13 (which was Tuesday, August 5, 2003 at 10:13 where I am) Shane Chrisp wrote: > When you say you are having problems with qmailscanner, what > problems are you having? Using the default method of vpopmail's rebuilding of the tcpserver file, when a roaming user do

[vchkpw] Patch for logging

2003-05-29 Thread Maurice Snellen
Listmembers, When vpopmail is told to log pop3 logins (including passwords) this doesn't work for system accountes (--enable-passwd); the attached patch fixes this. -- Greetings, Maurice vpopmail-syspasslogging.msn.patch Description: Binary data

[vchkpw] Re: Small patch

2003-03-27 Thread Maurice Snellen
the meanwhile. Also the location in the file may be off now. -- With kind regards, Maurice Snellen

[vchkpw] Small patch

2003-03-14 Thread Maurice Snellen
sword */ >if ( ENABLE_LOGGING == 1 || ENABLE_LOGGING == 4) { > snprintf(LogLine, LOG_LINE_SIZE, "%s: system password login success %s:%s", >VchkpwLogName, TheUser, IpAddr); > vlog(VLOG_AUTH, TheUser, TheDomain, ThePass, TheName, IpAddr, LogLine); >} > -- With kind regards, Maurice Snellen