Hi Luqman,
> how do i change default quota in vpopmail ?
Recompile. It's hard coded at compile time.
Jonas
tes
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
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
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 a
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
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 c
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 2>&1 |
/var/qmail/bin/splogger pop3d &
> 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 domai
> > 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
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
--- vpopmail
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
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: [vchk
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
imp
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.
F
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 imp
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
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 -
Hi,
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
directoryIn file included from vauth.c:29:vmysql.h:50:22: warning:
multi-line string literals are deprecatedvauth.c:32: parse
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 ma
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: [v
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
you
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.
N
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.
ftp://rpmfind.n
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
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
/hom
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 i
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
thi
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
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
30 matches
Mail list logo