Hi, is there an implementation to warn the user before his storage capacity exceeded? Regards Dominik
On Wed, 2006-08-16 at 14:32 +0200, Dominik Saar wrote:> Hi, > > is there an implementation to warn the user before his storage capacity > exceeded?No, and I'm not sure how that even should work. If you used dovecot's LDA I suppose it could at some point write you a warning mail, but if you don't use it then you'd need some cron job to check for those. I suppose it could also be done at imap/pop3 login, but that's a bit kludgy and you might already be over quota by then. If you want that, you could modify mail_executable to run a script which does that for yourself. I guess the proper way to implement this would be with a plugin. I've no plans to do that in near future though.. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part URL: <dovecot.org/pipermail/dovecot/attachments/20060816/7da527b9/attachment.bin>
ons, 16,.08.2006 kl. 16.08 +0300, skrev Timo Sirainen:> On Wed, 2006-08-16 at 14:32 +0200, Dominik Saar wrote: > > Hi, > > > > is there an implementation to warn the user before his storage capacity > > exceeded?I'd say that's the job of the MTA if you're not using Dovecot LDA... At least Exim does that. But it would be nice to have a way doing it if you're using dovecot lda as well... -Stian