On Sat, Jul 28, 2001 at 04:52:44PM +0530, Sumith Ail wrote:
> When Unix disk quota for the "/etc/passwd" user gets full and if any
> of the userinformation or password is changed by Qmailadmin the
> Vpasswd file goes 0 bytes.
> I think the vpopmail password changing module should check for quota
> details before allowing Qmailadmin or Sqwebmail to write on to the
> Vpasswd file. (OR) Users with their Disk quota full should not be
> allowed to login by Qmailadmin.
I don't think preventing users who have filled their disk quota from
logging into qmailadmin is a good idea - they may well want to delete
mailboxes to get back space.
Probably a better way to update vpasswd info would be to try to write it
to a new file; if successfully written, the new file can then replace
the old one. (This is how cdb files are updated.)
--
Daniel Biddle <[EMAIL PROTECTED]>