[vchkpw] vqadmin cgi

2009-03-10 Thread Mohsen Pahlevanzadeh
Dear all, I made following VortualHost for vqadmin: -- VirtualHost 127.0.0.2 DocumentRoot /usr/lib/cgi-bin/vqadmin ServerName vqadmin # ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/vqadmin AddHandler cgi-script .cgi .pl ErrorLog

Re: [vchkpw] vqadmin cgi

2009-03-10 Thread Remo Mattei
Look at the apace logs it will tell you and it already says it permission what is the user of apache? Is it running as vpopmail? Ciao Inviato da iPhone Il giorno 10/mar/09, alle ore 00:07, Mohsen Pahlevanzadeh moh...@pahlevanzadeh.org ha scritto: Dear all, I made following VortualHost

Re: [vchkpw] vqadmin cgi

2009-03-10 Thread Mohsen Pahlevanzadeh
My problem was .htaccess permission.Thank you. But i have new problem.I can authenticate.But i see Error Syntax erorr in access lists in browser.My acl file is : ### mohsen VIMUDCAX mohsen ## Yours, Mohsen On Tue, 2009-03-10 at

Re: [vchkpw] vqadmin cgi [solved]

2009-03-10 Thread Mohsen Pahlevanzadeh
I have found a space between mohsen restricted.vqadmin doesn't accept one more space between fields. On Tue, 2009-03-10 at 10:34 +0330, Mohsen Pahlevanzadeh wrote: My problem was .htaccess permission.Thank you. But i have new problem.I can authenticate.But i see Error Syntax erorr in access

[vchkpw] images

2009-03-10 Thread Mohsen Pahlevanzadeh
Dear all, I installed vqadmin enjoy. I see apache log see following lines: === [Tue Mar 10 11:07:49 2009] [error] [client 127.0.0.2] File does not exist: /usr/lib/cgi-bin/vqadmin/images, referer:

[vchkpw] logout

2009-03-10 Thread Mohsen Pahlevanzadeh
Dear all, I installed vqadmin working it.(with superuser), but i don't know to how to log out. guide me if possible... Yours, Mohsen !DSPAM:49b665b632681660376791!

Re: [vchkpw] logout

2009-03-10 Thread Remo Mattei
Close the browers' window From: Mohsen Pahlevanzadeh moh...@pahlevanzadeh.org Reply-To: vchkpw@inter7.com Date: Tue, 10 Mar 2009 16:35:03 +0330 To: vchkpw@inter7.com Subject: [vchkpw] logout Dear all, I installed vqadmin working it.(with superuser), but i don't know to how to log

[vchkpw] vpopmail trunk additions

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, I've finally started working on the vpopmail quota issues directly within the vpopmail source instead of on external sources :) Currently nothing is using the API, but that will change with my next addition to the repository where I add

[vchkpw] Courier support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It's a sad tale, but a true one. We're all probably aware that Courier-MTA has dropped support for vpopmail. This has forced many of us to move to the speedier, and in my opinion, overall better, Dovecot package --An easy move indeed. While

Re: [vchkpw] Courier support

2009-03-10 Thread Rick Macdougall
Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It's a sad tale, but a true one. We're all probably aware that Courier-MTA has dropped support for vpopmail. This has forced many of us to move to the speedier, and in my opinion, overall better, Dovecot package --An easy

Re: [vchkpw] Courier support

2009-03-10 Thread Rick Romero
I may be a little out of date, but since I assume altering quota support would mean altering vdelivermail as well - can we 'add dovecot support' into vdelivermail? I have slow large POP mailboxes - due to Dovecot's indexes/uid gathering. I can't replace vdelivermail with dovecot's deliver to

Re: [vchkpw] Courier support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Romero wrote: I may be a little out of date, but since I assume altering quota support would mean altering vdelivermail as well - can we 'add dovecot support' into vdelivermail? Actually, no. Altering quota support is done in maildirquota.c.

Re: [vchkpw] Courier support

2009-03-10 Thread Rick Romero
On Tue, 2009-03-10 at 10:34 -0500, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Romero wrote: I may be a little out of date, but since I assume altering quota support would mean altering vdelivermail as well - can we 'add dovecot support' into vdelivermail?

Re: [vchkpw] Courier support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Romero wrote: According to the Dovecot wiki, W= size including CR/LFs(?). From my old vdelivermail source, it looks like: It's kind of odd that they chose to replicate an existing Maildir++ flag. The 'including CR/LFs' must have some

[vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've added to the trunk revision, modifications in maildirquota.c which will attempt to talk with the vpopmail usage daemon. If it's running, and responsive, it will use vusaged for all it's usage information, rather than the disk. If not, it will

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Tonix (Antonio Nati)
Matt, now that qmail is in public domain, I feel it would have more sense to widen these projects and write some new qmail options, which can be used by upper layers like vpopmail (and dovecot, and so on). Quota code would be great, but I feel it would be better to move index of messages

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tonix (Antonio Nati) wrote: Quota code would be great, but I feel it would be better to move index of messages and quota on mysql (or other db) instead of continuing with old methods. A new library could be used for all layers (qmail, vpopmail,

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Remo Mattei
Hello Matt, Dum question do we have any upgrade suggestions from people moving from version: 5.4.26 to the latest version of vpopmail? This is a production server. Thanks Remo From: Matt Brookings m...@inter7.com Reply-To: vchkpw@inter7.com Date: Tue, 10 Mar 2009 11:58:58 -0500 To:

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo Mattei wrote: Hello Matt, Dum question do we have any upgrade suggestions from people moving from version: 5.4.26 to the latest version of vpopmail? This is a production server. It is a development version, so I would just be sure to backup

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Remo Mattei
Thanks that's what I was looking for Remo From: Matt Brookings m...@inter7.com Reply-To: vchkpw@inter7.com Date: Tue, 10 Mar 2009 12:08:46 -0500 To: vchkpw@inter7.com Subject: Re: [vchkpw] vpopmail now has vusage daemon support -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remo

[vchkpw] New 5.4.28-devel tagged

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've tagged the trunk revision as 5.4.28-devel. You can find it under the devel tree on SourceForge in tarball form. - -- /* Matt Brookings m...@inter7.com GnuPG Key D9414F70 Software developer Systems technician

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Tonix (Antonio Nati)
Matt Brookings ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tonix (Antonio Nati) wrote: Quota code would be great, but I feel it would be better to move index of messages and quota on mysql (or other db) instead of continuing with old methods. A new library could be used for

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tonix (Antonio Nati) wrote: Actually IMAP o POP daemons which extract from, subject, date and size size must open every message to get those informations. While I understand where you're coming from, it's just not the path the daemon is currently

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Rick Romero
On Tue, 2009-03-10 at 12:32 -0500, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tonix (Antonio Nati) wrote: Actually IMAP o POP daemons which extract from, subject, date and size size must open every message to get those informations. While I understand where

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Romero wrote: I was considering changing vdelivermail to have a stdout option, where you could pipe from vdelivermail to Dovecot's deliver for 'final' delivery instead of direct to Maildir within your .qmail-default file. That 'should' allow

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Rick Romero
On Tue, 2009-03-10 at 13:17 -0500, Matt Brookings wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Romero wrote: I was considering changing vdelivermail to have a stdout option, where you could pipe from vdelivermail to Dovecot's deliver for 'final' delivery instead of direct

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Romero wrote: Not very easily from the the reply I got, and what I know of it. Just determining where the indexes are kept (local/NFS) affects what happens with file opens in the background. It's all really quite intertwined, and at this

[vchkpw] LDAP valias support

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've added support for valias while using the LDAP module to the trunk revision. - -- /* Matt Brookings m...@inter7.com GnuPG Key D9414F70 Software developer Systems technician Inter7 Internet Technologies, Inc.

[vchkpw] vpopmail domain quotas

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've re-enabled the --enable-domainquotas configuration option. It will warn you that this should only be used with the vpopmail usage daemon. All my testing shows it works fine in this configuration. The problem is that, by design, everything

[vchkpw] New 5.4.28-devel

2009-03-10 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Just replaced the existing 5.4.28-devel with a newer one that includes the remaining changes from the day. I'm going to freeze 5.4.28-devel there. - -- /* Matt Brookings m...@inter7.com GnuPG Key D9414F70 Software developer

Re: [vchkpw] Courier support

2009-03-10 Thread Rick Widmer
Matt Brookings wrote: My question is this: Courier-IMAP has dropped us, should we drop Courier-IMAP? Yes! Rick !DSPAM:49b749ca32684562282341!

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Rick Widmer
Rick Romero wrote: I was considering changing vdelivermail to have a stdout option, where you could pipe from vdelivermail to Dovecot's deliver for 'final' delivery instead of direct to Maildir within your .qmail-default file. That 'should' allow everything else to occur normally, but get