Quotas on Mail Directories

2001-07-16 Thread Richard A. Secor
I know this may be a little off subject but I need to know if anyone knows a way to have quotas based on an entire mail directory and not just the "./Maildir/new/". Problem is that programs like "sqwebmail" move the mail to other folders and do not seem to be considered as part of the quota by "v

Re: Quotas on Mail Directories

2001-07-16 Thread Richard A. Secor
d Gartner" <[EMAIL PROTECTED]> To: "Bill Shupp" <[EMAIL PROTECTED]> Cc: "Richard A. Secor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 15:12 Subject: Re: Quotas on Mail Directories > Bill and Richard, > > Try putting

VPOPMail - Catch All in Database

2001-07-17 Thread Richard A. Secor
We have everything in MySQL for mail. We would like to have the catchall in there as well in the valias table. It should look like this in the table: alias = "" domain = "test.com" valias_line = "&[EMAIL PROTECTED]" This would be much easier to administrate than the flatfile .qmail-default file.

vpopmail-4.10.29 - make error

2001-07-18 Thread Richard A. Secor
vchkpw.c:30: wait.h: No such file or directory make[2]: *** [vchkpw.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 In vchkpw.c it should be sys/wait.h not just wait.h!!! -Rich

VPOPMail - Catch All in Database - Posted again

2001-07-18 Thread Richard A. Secor
We have everything in MySQL for mail. We would like to have the catchall in there as well in the valias table. It should look like this in the table: alias = "" domain = "test.com" valias_line = "&[EMAIL PROTECTED]" This would be much easier to administrate than the flatfile .qmail-default file.

RE: vpop and pine..

2001-07-18 Thread Richard A. Secor
Hardcore UNIX = View mail with VI!!! -Rich -Original Message- From: Matt Simerson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 20:43 To: 'Alex Hathaway' Cc: Vpopmail (E-mail) Subject: RE: vpop and pine.. He did say they were "hardcore" right? In that case each user has

Re: What have you done for me lately?

2001-08-16 Thread Richard A. Secor
- Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 16:41 Subject: What have you done for me lately? > So I'm here, working on code, looking at the TV thinking... > What does the world need from email software? Everything, o

Re: Problem with vpopmail and addresses with a -

2001-08-24 Thread Richard A. Secor
Are you sure the directory for the user in the database is the right directory (it exists) ? Didn't see anything in your message about it and I know that I forget about this sometimes. -Rich - Original Message - From: "Bob C. Ruddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Frid

Re: Re[2]: finished vaddaliasdomain() patch

2001-09-04 Thread Richard A. Secor
Will there at least be something like: b.com is aliased to a.com vuserinfo [EMAIL PROTECTED] [EMAIL PROTECTED] is aliased to [EMAIL PROTECTED] -Rich - Original Message - From: "Bill Shupp" <[EMAIL PROTECTED]> To: "Gabriel Ambuehl" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tues

Re: recompiling vpopmail is dangerous ?

2001-09-06 Thread Richard A. Secor
With the amount of times I've installed newer versions of VPOPMail on top of itself on a Production Server. In my opinion it's pretty safe. Just make sure you have the right database information set-up in advance. -Rich - Original Message - From: "Jens Georg" <[EMAIL PROTECTED]> To: "vp

Re: can't pop mails

2001-09-13 Thread Richard A. Secor
Netscape 6 and above use the e-mail address with the "@", only versions under 6 use "%". -Rich - Original Message - From: "Darren Nay" <[EMAIL PROTECTED]> To: "Jens Georg" <[EMAIL PROTECTED]> Cc: "vpopmail mailinglist" <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 14:59 Subject:

Re: Vpopmail 5

2001-09-18 Thread Richard A. Secor
Ken, Whats with this in the VpopMail 5 Source? bash-2.05# ls -la .vpopmail.c.swp -rw-r--r-- 1 root wheel 16384 Sep 17 19:05 .vpopmail.c.swp bash-2.05# ls -la vpopmail.c -rw-r--r-- 1 root wheel 51471 Sep 7 16:03 vpopmail.c -Rich

Re: Vpopmail 5

2001-09-18 Thread Richard A. Secor
Brad, I know that but if you notice the dates hte swap file is 10 days newer!!! -Rich > That is a vi file left over after vi was not exited correctly. > > --- > Brad Dameron Network Account Executive > TSCNet Inc. www.tscnet.com > Silverdale, WA. 1-888-8TSCNET > > > Ken, > > What

Re: Setting up ORBZ.org with qmail

2001-10-04 Thread Richard A. Secor
A little off the subject but... Anyone else have a problem with ORBZ.org where they put you on their list because you accept mail for yourself!!! -Rich - Original Message - From: "Brendan McAlpine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 15:55 Subj

VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Richard A. Secor
;, \ remote_ip='%s', timestamp=FROM_UNIXTIME(%lu)", user, domain, remoteip, time(NUL L)); Richard A. Secor [EMAIL PROTECTED] Sequential Logic

Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Richard A. Secor
Also, had to change vdeloldusers.c. Around lines: 92-94 snprintf(SqlBuf, MAX_BUFF, "select user,domain from lastauth where timestamp < 'FROM_UNIXTIME(%lu)'", nowt); -Richard A. Secor [EMAIL PROTECTED] Sequential Logic - Original Message - From: &qu

Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-10 Thread Richard A. Secor
| 192.168.1.1 | 2001-07-10 16:44:00 | +-+---+-+--+ This is all in the development copies of vpopmail. -Richard A. Secor [EMAIL PROTECTED] Sequential Logic - Original Message - From: "Scott Ramshaw" <[EMAIL P

Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT

2001-07-11 Thread Richard A. Secor
Ken, Yup, That works good. Thanks, -Rich - Original Message - From: "Ken Jones" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 05:39 Subject: Re: VPOPMAIL - LASTAUTH - DATE/TIME STAMP NOT RIGHT > "Richard A. Secor" wrote

Re: [vchkpw] OT: sourceforge management

2003-09-10 Thread Richard A . Secor
It figures the programmers at SF would forget the OFF BUTTON!!! -Rich On Wednesday, Sep 10, 2003, at 15:17 America/New_York, Shane Chrisp wrote: I think you just need to email the guys at SF. I remember an email coming out a few months ago about them starting a clean up of dead or unused proj

[vchkpw] This List.

2003-09-10 Thread Richard A . Secor
In all the time I've been subscribed to this list (around 2 years or more), I've been lucky to see even one USEFUL message. Most of the messages have been complaining about SPAM and getting "SPAM ASSASSIN" working!!! 1) I thought this was the vchkpw (aka vpopmail) group NOT SPAM ASSASSIN -- HE

Re: [vchkpw] MySQL logging

2004-08-24 Thread Richard A . Secor
Have you thought of writing a script in perl and run it in the crontab? Richard A. Secor [EMAIL PROTECTED] Sequential Logic http://www.seqlogic.com/ +1.914.494.0751 On Aug 24, 2004, at 06:11, Maurice Snellen wrote: Listmembers: I've got sql logging enabled on my server and recently noticed

Re: [vchkpw] Re: MySQL logging

2004-08-24 Thread Richard A . Secor
27;s why I had added it as a feature in my Customer Support Pages: https://sourceforge.net/projects/vpopmail-vlog/ Richard A. Secor [EMAIL PROTECTED] Sequential Logic http://www.seqlogic.com/ +1.914.494.0751 On Aug 24, 2004, at 09:19, Maurice Snellen wrote: On Tuesday, August 24, 2004 at 08:42