On Wed, 13 Jul 2011 11:17:07 +0200, tower wrote:
> Hi > > Is there any metod to use exim to read current maildir capasity? I need > to get this integer value in php script and put it somewhere in my webmail. > > Thanks. Hi Speaking about php script, you can call system command `du -sh $homedir` where $homedir is the maildir in subject. How to get that variable depends on your webmail and IMAP server. -- With Best Regards Mikhail Lischuk [1] ITX Ukraine +380681244933 +380504182274 Links: ------ [1] mailto:[email protected] -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
