Hi, in order to save disk space, I would like to active automatic trash purge. If I set this on global "config.inc.php":
// Clear Trash on logout $config['logout_purge'] = true;
it will be valid for every user? Or just the new ones?
Thank you
Hi Guys!
Exists a configuration in roundcube to show to user the mailbox size in mb?
Regards,
On 02-12-2014 13:24, absolutely_free@libero.it wrote:
Hi, in order to save disk space, I would like to active automatic trash purge. If I set this on global "config.inc.php":
// Clear Trash on logout $config['logout_purge'] = true;
it will be valid for every user? Or just the new ones?
Thank you
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On 12/02/14 07:24, absolutely_free@libero.it wrote:
Hi, in order to save disk space, I would like to active automatic trash purge. If I set this on global "config.inc.php":
// Clear Trash on logout $config['logout_purge'] = true;
it will be valid for every user? Or just the new ones?
Thank you
Just the new ones.
Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
On 12/02/14 08:06, Vinicius Haas Masiero wrote:
Hi Guys!
Exists a configuration in roundcube to show to user the mailbox size in mb?
Roundcube can report this if the IMAP server it connects to supports quotas. See attached.
Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
OK!
Thanks for your support.
more one question:
it have a way to configure an alert to user, like a trigger, when the mailbox reaches a determined size?
ATT
On 02-12-2014 14:13, Arne Berglund wrote:
On 12/02/14 08:06, Vinicius Haas Masiero wrote:
Hi Guys!
Exists a configuration in roundcube to show to user the mailbox size in mb?
Roundcube can report this if the IMAP server it connects to supports quotas. See attached.
Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On 2014-12-02 08:59, Vinicius Haas Masiero wrote:
OK!
Thanks for your support.
more one question:
it have a way to configure an alert to user, like a trigger, when the mailbox reaches a determined size?
That should be done by the IMAP server, not the client software. I'm not aware of a way to have Roundcube do that.
Thanks for your time!
have a nice day!
On 02-12-2014 15:02, Arne Berglund wrote:
On 2014-12-02 08:59, Vinicius Haas Masiero wrote:
OK!
Thanks for your support.
more one question:
it have a way to configure an alert to user, like a trigger, when the mailbox reaches a determined size?
That should be done by the IMAP server, not the client software. I'm not aware of a way to have Roundcube do that.
-- Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On 2014-12-02 17:13, Arne Berglund wrote:
On 12/02/14 08:06, Vinicius Haas Masiero wrote:
Hi Guys!
Exists a configuration in roundcube to show to user the mailbox size in mb?
Roundcube can report this if the IMAP server it connects to supports quotas. See attached.
Arne Berglund System Administrator, Internet Services Lane Education Service District Eugene, OR ____________
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
Excellent ! I've been wanting to do that for some time, now it's done, thanks ! :-)