[imp] IMP Quotas config

Art Stephens astephens at ptera.com
Tue Sep 9 00:37:12 UTC 2014


Ok - Sorry I claim being busy.
Postfix 2.9.6

Dovecot IMAP/POP3 Server
Version 2.0.19

backends.local.php

<?php
// IMAP server
$servers['imap'] = array(
...
    'quota' => array(
        'driver' => 'imap',
        'params' => array(
            'hide_when_unlimited' => false,
            'unit' => 'GB'
        )
    ),
);


dovecot

conf.d/10-mail.conf:

# Space separated list of plugins to load for all services. Plugins
specific to
# IMAP, LDA, etc. are added to this list in their own .conf files.
mail_plugins = $mail_plugins quota

conf.d/20-imap.conf:

protocol imap {
  # Space separated list of plugins to load (default is global
mail_plugins).
  mail_plugins = $mail_plugins imap_quota
}


I think that is all that I did...

Thanks again!

Tried to reply to - but got back
Google tried to deliver your message, but it was rejected by the server for
the recipient domain de-korte.org by de-korte.org.
-- 
Arthur Stephens
Senior Networking Technician
Ptera Inc.
PO Box 135
24001 E Mission Suite 50
Liberty Lake, WA 99019
509-927-7837
ptera.com
facebook.com/PteraInc | twitter.com/Ptera
 -----------------------------------------------------------------------------
"This message may contain confidential and/or propriety information, and is
intended for the person/entity to whom it was originally addressed.
Any use by others is strictly prohibited. Please note that any views or
opinions presented in this email are solely those of the author and are not
intended to represent those of the company."


More information about the imp mailing list