[vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-09 Thread "Gonzalo G. Agulló"
Hi, I'm trying to share maildir directories with NFS from a backend file server to distribute load on a couple frontend pop/smtp boxes. In my first tests, everything works ok at the moment with vpopmail, qmail-pop3d and courier-imapd managing remotely exported mailboxes, but I get a nfs-relat

Re: [vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-09 Thread tonix (Antonio Nati)
Gonzalo, may you please turn off notification when you post to a list? Thanks, Tonino At 09/10/02 09/10/02 +0200, Gonzalo G. Agulló wrote: >Hi, > >I'm trying to share maildir directories with NFS from a backend file >server to distribute load on a couple frontend pop/smtp boxes. In my first

[vchkpw] vpopmail and fetchmail

2002-10-09 Thread Sigmund Lundgren
How do I set up fetchmail to deliver mail to a virtual user? /S

Re: [vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-09 Thread Steve Fulton
At 10:42 09/10/2002 +0200, you wrote Which directories did you mount as NFS? Are you using CDB files or an SQL backend for authentication? -- Steve >Hi, > >I'm trying to share maildir directories with NFS from a backend file >server to distribute load on a couple frontend pop/smtp boxes. In

[vchkpw] Problems with sqwebmail

2002-10-09 Thread chrishollmichel
Hello, I am hve installed Qmail with vpopmail (mysql-support) and sqwebmail. When i added a new user the authetifikation with sqwebmail failed I have added a cronjob "killall -HUP /usr/local/share/sqwebmail/libexec/authlib/authdaemond.ldap" that runs ever one minute It works, but that is onl

RE: [vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-09 Thread Andrea Cerrito
-BEGIN PGP SIGNED MESSAGE- I think that for a NFS solution the SQL backend is a must-have. Regards, Andrea Cerrito IT Manager +39. 0744. 5441. 1 +39. 348. 4912. 581 www.centromultimediale.tv www.centromultimediale.it www.etad.it == /history Due giovani e uno meno giovane si tr

Re: [vchkpw] vpopmail vpasswd file difference(s) between 4.9.10 and 5.3.8 (convert from cdb to mysql)

2002-10-09 Thread Matt Simerson
Just in case anyone else runs into this, I wrote a little Perl script that parses out /var/qmail/users/assign to fetch a list of domains that are active on the mail server. Then, for each domain it goes out and fetches the vpasswd file and feeds its contents into a SQL database. It works quite

[vchkpw] possibly dumb question

2002-10-09 Thread Paul Theodoropoulos
some month back, i made a boo-boo in compiling vpopmail, which left me with a default quota line that was fubar, e.g. from a random vpasswd entry: tom:x:1:0:tom:/m/domains/example.com/tom:1S,1000C--enable-clear-passwd=y:12345 as you can see, the quota line has the enable-clear-pas

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Roberto P.Martins Jr
Possibly a dump answer, but did you: # make install-strip ?? Roberto On Wed, 2002-10-09 at 15:38, Paul Theodoropoulos wrote: > > some month back, i made a boo-boo in compiling vpopmail, which left me with > a default quota line that was fubar, e.g. from a random vpasswd entry: > > >tom:xx

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Paul Theodoropoulos
yep. i shoudl have said 'i've compiled and installed' - sorry. i'm actually wondering though if this may be something cached by vqadmin, rather than a vpopmail issue At 11:44 AM 10/9/2002, Roberto P.Martins Jr wrote: >Possibly a dump answer, but did you: > ># make install-strip > >?? > >Ro

[vchkpw] Check Space Usage

2002-10-09 Thread Michael Funk
Is there a way to use vuserinfo to produce a report of user space utilization, per user, for all users in the domain? Most of the scripting stuff I have tried takes HOURS with 50,000 users.

Re: [vchkpw] Problems with sqwebmail

2002-10-09 Thread Malachi de AElfweald
All users fail, or just the new one? Malachi 10/9/2002 9:31:55 AM, <[EMAIL PROTECTED]> wrote: > > >Hello, > >I am hve installed Qmail with vpopmail (mysql-support) and sqwebmail. > >When i added a new user the authetifikation with sqwebmail failed > >I have added a cronjob "killall -HUP >/usr/l

RE: [vchkpw] possibly dumb question

2002-10-09 Thread Werner Schalk
Hello, I do have exactly the same problem because after I installed vpopmail completly new it still has this damn quota. Any hints? Bye and thanks, Werner.

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Doug Clements
Michael Funk wrote: > Is there a way to use vuserinfo to produce a report of user space > utilization, per user, for all users in the domain? > > Most of the scripting stuff I have tried takes HOURS with 50,000 users. vuserinfo doesn't store that data.. you pretty much just have to either count

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Matt Simerson
This is a valid argument for having each domain created/owned by an unprivileged system user. When you do that, you have handy tools like repquota to help you manage your disk space usage. When used in conjunction with a perl script, I can format and report the disk space for 10,000 domains i

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Michael Bowe
Are you adding new domains/users via vqadmin, or from the command line? If you are doing it via vqadmin, then try adding from the command line and see if that works. Remember that when you install a new version of vpopmail, you also need to recompile any add-on programs that are using the vpopma

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Ken Jones
On Wednesday 09 October 2002 02:03 pm, Werner Schalk wrote: > Hello, > > I do have exactly the same problem > because after I installed vpopmail completly > new it still has this damn quota. The compiled quota is only applied to newly created users. The quota value for any current user is already

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Paul Theodoropoulos
I think that was it - recompiling the add-on utils. i downloaded vqadmin 2.3.3 (which isn't mentioned anywhere on the inter7 site - when you go to download the current development release, it refers to 2.3.2), and now it seems to be working okay. thanks. At 02:14 PM 10/9/2002, Michael Bowe w

Re: [vchkpw] Vpopmail locking problem on NFS filesystem

2002-10-09 Thread Ken Jones
I agree with Andrea. Also, there is a configure option to not use locking. ./configure --help | grep lock to get the exact line. Ken Jones On Wednesday 09 October 2002 11:32 am, Andrea Cerrito wrote: > -BEGIN PGP SIGNED MESSAGE- > > I think that for a NFS solution the SQL backend is a

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Malachi de AElfweald
I was able to add them from /vadduser or qmailadmin and it worked ok. Could it be a problem with vqadmin? Malachi 10/9/2002 2:14:27 PM, "Michael Bowe" <[EMAIL PROTECTED]> wrote: >Are you adding new domains/users via vqadmin, or from the command line? > >If you are doing it via vqadmin, then tr

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Matt Simerson on Wed, Oct 09, 2002 at 03:30:55PM -0400: > Otherwise, Doug's heading down the right path. Write yourself a script > that loops for each domain, and then each user within the domain, and > go through and start counting up the bits.

Re: [vchkpw] possibly dumb question

2002-10-09 Thread Ken Jones
There are a couple possibilities. At least vadduser and qmailadmin are working. you have to be carefull installing vqadmin because it runs set uid root. It has to run as root to work on the standard qmail installation. It also needs to be able to send a sig HUP to qmail-send to tell it to re-read

[vchkpw] devel: vqadmin-2.3.4 availble

2002-10-09 Thread Ken Jones
Package: vqadmin Version: 2.3.4 (devel) Home: http://www.inter7.com/vqadmin/ Devel Home: http://www.inter7.com/devel/ ChangeLog: http://www.inter7.com/vqadmin/ChangeLog The latest development version of vqadmin is now available at http://www.inter7.com/devel/vqadmin-2.3.4.tar.gz ChangeLog from

Re: [vchkpw] Check Space Usage

2002-10-09 Thread Doug Clements
- Original Message - From: "Justin R. Miller" <[EMAIL PROTECTED]> To: "vpopmail list" <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 5:43 PM Subject: Re: [vchkpw] Check Space Usage > Is there an efficient way to do this if you _don't_ use quotas, ideally > something other than 'du'