Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Ken Jones
On Saturday 26 February 2005 10:36 am, Tom Collins wrote: On Feb 25, 2005, at 8:48 PM, Ken Jones wrote: I wrote the code since we needed to support per user spamassasin preferences. At Tom's request I put it in the 5.5 development version. We run a 5.5.1 version production with no problems.

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Ken Jones
On Saturday 26 February 2005 1:19 pm, Tom wrote: Will this also allow the user to sort spam to a user specified folder as well? Would be nice to cut out a procmail process too. Sounds like a good idea. We just need a place to store that information. Perhaps an optional new file that could

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Ken Jones
On Sunday 27 February 2005 2:42 am, Kurt Bigler wrote: on 2/25/05 3:43 PM, Jason S [EMAIL PROTECTED] wrote: On Fri, 25 Feb 2005 16:47:36 -0500 (EST), Ron Dyck [EMAIL PROTECTED] wrote: I'm currently upgrading my mail server and am installing simscan. Simscan claims that there is an option

[vchkpw] VPopmail Quotas in chkuser

2005-02-28 Thread Scott Clark
Hello, I've recently installed chkuser and I'm happy with what it does. I'm just wondering if it's possible to get chkuser to check the users quota before accepting the message or not? I see there is an environment variable to set the desired quota (CHKUSER_MBXQUOTA) but what I'd like it to do

Re: [vchkpw] VPopmail Quotas in chkuser

2005-02-28 Thread Rick Macdougall
Scott Clark wrote: Hello, I've recently installed chkuser and I'm happy with what it does. I'm just wondering if it's possible to get chkuser to check the users quota before accepting the message or not? I see there is an environment variable to set the desired quota (CHKUSER_MBXQUOTA) but

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Bill Wichers
On Saturday 26 February 2005 1:19 pm, Tom wrote: Will this also allow the user to sort spam to a user specified folder as well? Would be nice to cut out a procmail process too. Sounds like a good idea. We just need a place to store that information. Perhaps an optional new file that could

[vchkpw] Purpose of uid/gid fields in MySQL tables

2005-02-28 Thread brianmas
Hello List, a search of archives didn't turn up anything so ... I was just checking my database and the uid and gid fields are always '0' for users. I checked in vpopuser source and in the function vadduser() from vpopmail.c it seems these are not set during account creation, and are only used in

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread William Marcelo Piovezan
At 12:06 28/2/2005, you wrote: ..snip... How are you planning on making per-user options available to individual users for editing? I thought I had read something about using SqWebmail for this but I can not find the message now and can find no other confirmation, and the SqWebmail info does

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Charles Sprickman
On Fri, 25 Feb 2005, Ken Jones wrote: I wrote the code since we needed to support per user spamassasin preferences. At Tom's request I put it in the 5.5 development version. We run a 5.5.1 version production with no problems. I think it's about time we merged this feature into the 5.4 release. Any

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Tom Collins
On Feb 28, 2005, at 2:36 PM, Bill Wichers wrote: Maybe even a site-wite compile-time directive? Probably the most common would be something like SPAM under the INBOX for the filtered messages. Having it in SQL would be nice (allow users to configure it if they call the SPAM dir something else in

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Kurt Bigler
on 2/28/05 7:06 AM, Ken Jones [EMAIL PROTECTED] wrote: On Sunday 27 February 2005 2:42 am, Kurt Bigler wrote: How are you planning on making per-user options available to individual users for editing? I thought I had read something about using SqWebmail for this but I can not find the

Re: [vchkpw] Purpose of uid/gid fields in MySQL tables

2005-02-28 Thread Tom Collins
On Feb 28, 2005, at 2:39 PM, [EMAIL PROTECTED] wrote: I was just checking my database and the uid and gid fields are always '0' for users. I checked in vpopuser source and in the function vadduser() from vpopmail.c it seems these are not set during account creation, and are only used in a

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Dave Goodrich
Tom Collins wrote: On Feb 28, 2005, at 2:36 PM, Bill Wichers wrote: Maybe even a site-wite compile-time directive? Probably the most common would be something like SPAM under the INBOX for the filtered messages. Having it in SQL would be nice (allow users to configure it if they call the SPAM dir

Re: [vchkpw] Spamassin configuration

2005-02-28 Thread Bill Wichers
How about if a mailbox called SPAM exists, put it there, otherwise just drop it in the INBOX? That would be my choice, a lot of the systems I've looked at used the IMAP folder Spam to hold the messages tagged by spamc. That is how I had been planning to do it. Alternatively couldn't a env