Re: [vchkpw] Change the default quota

2003-03-20 Thread Jonas Pasche
Hi Luqman, how do i change default quota in vpopmail ? Recompile. It's hard coded at compile time. Jonas

[vchkpw] tes just tes

2003-03-20 Thread sonjaya
tes

[vchkpw] Re: Change the default quota

2003-03-20 Thread Luqman.H
Jonas Pasche writes: Hi Luqman, how do i change default quota in vpopmail ? Recompile. It's hard coded at compile time. but is it OK to do 'make install' ? i already have a virtual domain, and many account Luqman.H www.unhas.ac.id/~luqe

Re: [vchkpw] Re: Change the default quota

2003-03-20 Thread Jonas Pasche
Hi Luqman, but is it OK to do 'make install' ? i already have a virtual domain, and many account Yes. It only installs the binaries and doesn't change your virtual host configuration. Jonas

Re: [vchkpw] Re: Change the default quota

2003-03-20 Thread Anders Brander
Hi, On Thu, 2003-03-20 at 10:49, Jonas Pasche wrote: but is it OK to do 'make install' ? i already have a virtual domain, and many account Yes. It only installs the binaries and doesn't change your virtual host configuration. I have to wonder, will make install do a recursive chown and

Re: [vchkpw] Re: Change the default quota

2003-03-20 Thread Jonas Pasche
Hi Anders, I have to wonder, will make install do a recursive chown and chgrp? Yes. If so, it would be a bad idea to use 'make install' if you use system quotas. Only if you still keep your user-managed domains under ~vpopmail/domains. Yes, you're right; haven't thought about it because I

Re: [vchkpw] Re: Change the default quota

2003-03-20 Thread Jason Brooke
Could probably edit the Makefile and comment the lines that set permissions on the domains directory. It reads: @echo If the recursive chown is taking a long time @echo go ahead and break out of it by pressing control-C @echo this is the last stage of the install and can

[vchkpw] maildir or mailbox

2003-03-20 Thread sonjaya
i have been instal qmail , i use mailbox and instal checkpasswd , i have scrip like this : #!/bin/sh env - PATH=/var/qmail/bin:/usr/local/bin tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup mydomain /bin/checkpassword /var/qmail/bin/qmail-pop3d Mailbox 21 | /var/qmail/bin/splogger pop3d

Re: [vchkpw] Change the default quota

2003-03-20 Thread Brian Kolaci
Hi Luqman, how do i change default quota in vpopmail ? Recompile. It's hard coded at compile time. Jonas As of vpopmail-5.3.19 you update the .qmailadmin-limits file or the vlimits mysql table. The hard coded value is used to initialize the default for the domain.

Re: [vchkpw] Change the default quota

2003-03-20 Thread Brian Kolaci
Hi Luqman, how do i change default quota in vpopmail ? Recompile. It's hard coded at compile time. Jonas As of vpopmail-5.3.19 you update the .qmailadmin-limits file or the vlimits mysql table. The hard coded value is used to initialize

[vchkpw] patch to set default quota in vadd_user()

2003-03-20 Thread Brian Kolaci
This patch uses the vlimits() API to retrieve the default user quota for their domain. This is for cdb and mysql storage. This should be applied to 5.3.19 Thanks, Brian diff -c vpopmail-5.3.18/vcdb.c vpopmail-5.3.19/vcdb.c *** vpopmail-5.3.18/vcdb.c Thu Feb 20 13:27:49 2003 ---

Re: [vchkpw] maildir or mailbox

2003-03-20 Thread made
Hello sonjaya, Thursday, March 20, 2003, 6:43:29 PM, you wrote: i have been instal qmail , i use mailbox and instal checkpasswd , i have scrip like this : #!/bin/sh env - PATH=/var/qmail/bin:/usr/local/bin tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup mydomain /bin/checkpassword

RE: [vchkpw] Spam Assassin implementation

2003-03-20 Thread John McGivern
Thanks Benjamin! I didn't really know a qmail-scanner existed until I started posting. Thanks to everyone else too. I'LL BE BACK! -Original Message- From: Benjamin Tomhave [mailto:[EMAIL PROTECTED] Sent: March 19, 2003 6:39 PM To: John McGivern Cc: [EMAIL PROTECTED] Subject: RE:

[vchkpw] Spam Assassin implementation

2003-03-20 Thread Joe Young
I have spamassassin running in the user's .qmail. It looks like this... | /var/qmail/bin/preline /usr/local/bin/maildrop /home/vpopmail/etc/mailfilter And the mailfilter script looking like this... ## #mailfilter ## import EXT import HOST

[vchkpw] Re: Spam Assassin implementation

2003-03-20 Thread Eric Ziegast
News from the front lines: In a world that has mostly benign spam where spammers with real return addresses send messages to valid recipients, qmail-scanner has its place. You can easily tag spam qith qmail-scanner so that the POP/IMAP clients can deal with the messsages appropriately.

Re: [vchkpw] Spam Assassin implementation

2003-03-20 Thread Joe Young
Opps, the spamassassin stuff should be on one line | /var/qmail/bin/preline /usr/local/bin/maildrop /home/vpopmail/etc/mailfilter - Original Message - From: Joe Young [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 8:50 AM Subject: [vchkpw] Spam Assassin

[vchkpw] smtp/queue problems

2003-03-20 Thread John McGivern
Hi everyone, I have a client using plesk which is a system that integrates qmail with web services. They have been using their own server to send mail as well as receive. Right now when I do a qmail-qread on the queue it just goes on for days and days - there is alot of stuff in there - most

Re: [vchkpw] smtp/queue problems

2003-03-20 Thread Ajai Khattri
John McGivern wrote: I have a client using plesk which is a system that integrates qmail with web services. They have been using their own server to send mail as well as receive. Right now when I do a qmail-qread on the queue it just goes on for days and days - there is alot of stuff in there -

[vchkpw] Compile erro

2003-03-20 Thread Thiago Campos
Hi, I'm trying to install Vpopmail 5.3.6with MySQL support on a Red Hat 8.0 When i do 'make' i got the following error: vauth.c:25:19: mysql.h: No such file or directoryIn file included from vauth.c:29:vmysql.h:50:22: warning: multi-line string literals are deprecatedvauth.c:32: parse

[vchkpw] SpamAssassin

2003-03-20 Thread Rob Gridley
I realize this topic has been beaten to death, but I've decided to keep on poking it anyhow. It also might be a little OT. I wasn't able to find anything in the list archives similar to this, so I decided to post it in case it's useful to someone. I needed to have SpamAssassin scan all incoming

Re: [vchkpw] Compile erro

2003-03-20 Thread Michael Bowe
Maybe compare your steps with the ones in my quick guide to vpopmail with mysql at http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm Michael - Original Message - From: Thiago Campos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 21, 2003 7:50 AM Subject: [vchkpw]

Re: [vchkpw] Compile erro

2003-03-20 Thread Ajai Khattri
Thiago Campos wrote: When i do 'make' i got the following error: vauth.c:25:19: mysql.h: No such file or directory In file included from vauth.c:29: It can't find your mysql.h include file. Look in /usr/include. If you built MySQL from source (and didn't use the RPM package) then make sure

Re: [vchkpw] SpamAssassin - scaling

2003-03-20 Thread Charles Sprickman
On Thu, 20 Mar 2003, Rob Gridley wrote: I realize this topic has been beaten to death, but I've decided to keep on poking it anyhow. It also might be a little OT. I wasn't able to find anything in the list archives similar to this, so I decided to post it in case it's useful to someone. Not

Re: [vchkpw] Compile erro

2003-03-20 Thread Jonas Pasche
Hi Thiago, I'm trying to install Vpopmail 5.3.6 with MySQL support on a Red Hat 8.0 When i do 'make' i got the following error: vauth.c:25:19: mysql.h: No such file or directory You're simply missing the mysql-devel package which includes the appropriate header files.

RE: [vchkpw] Re: Best Way To Import cdb to MySQL w/ Alterations

2003-03-20 Thread Wil Hatfield - HVHM Customer Care
Peter, cp -R /sites/home/vpopmail/domains/someonesdomain.com/* /sites/http/somonesdomain.com/postoffice/someonesdomain.com/ vconvert -c -m someonesdomain.com Only results in converting someonesdomain.com domain conversion failed Is there something I have to do before hand that I am not aware

RE: [vchkpw] Spamassassin Integration Problem

2003-03-20 Thread jeffkoch
We added the spamc command to the .qmail-alias files and it does not seem to filter the mail. As an example we have a file '.qmail-jeff' with the following contents: | preline /usr/bin/spamc -u [EMAIL PROTECTED] [EMAIL PROTECTED] and a file '.qmail-daniel' with: | preline /usr/bin/spamc

[vchkpw] vpopmail + courier-imap + pop-before-smtp?

2003-03-20 Thread John R Levine
I have courier-imap working OK with vpopmail, no problems doing that beyond the usual bugs in the courier-imap build process. But I don't see any straightforward way to make it do pop-before-smtp. Courier uses its own authorization scheme. It calls the vpopmail lookup code, but doesn't have any

[vchkpw] Re: Change the default quota

2003-03-20 Thread Luqman.H
Brian Kolaci writes: As of vpopmail-5.3.19 you update the .qmailadmin-limits file or the vlimits mysql table. The hard coded value is used to initialize the default for the domain. My mistake, the limits API is used only if you have the latest patched version of qmailadmin that this

[vchkpw] Re: Spamassassin Integration Problem

2003-03-20 Thread Peter Palmreuther
Hello Jeffkoch, On Friday, March 21, 2003 at 2:26:32 AM you wrote (at least in part): We added the spamc command to the .qmail-alias files and it does not seem to filter the mail. As an example we have a file '.qmail-jeff' with the following contents: | preline /usr/bin/spamc -u [EMAIL

[vchkpw] Re: Best Way To Import cdb to MySQL w/ Alterations

2003-03-20 Thread Peter Palmreuther
Hello Wil, On Friday, March 21, 2003 at 1:15:12 AM you wrote (at least in part): converting someonesdomain.com domain conversion failed I've never actually done such a conversation, so my experiences are limited. But I'd 'strace()' the vconvert process to figure out where (and maybe why) it