LDAPAdminDownload now

OverviewNewsScreenshotsDocumentationDownloadForums

LDAP Admin - Dovecot User Quota

Dovecot User Quota by Tsagkarakis Ioannis

ver 1.0

User quota for Dovecot IMAP Server

<template>
     <name>Dovecot User Quota</name>
     <description>User quota for Dovecot IMAP Server</description>
     <author>Tsagkarakis Ioannis</author>
     <version>1.0</version>
     <email>tsagion@edu.uoc.gr</email>
     <website>www.edu.uoc.gr</website>

     <rdn>uid</rdn>
    <extends>user</extends>

     <attribute>
         <name>objectclass</name>
         <value>top</value>
         <value>person</value>
       <value>inetOrgPerson</value>
         <value>posixAccount</value>
         <value>DovecotUser</value>
     </attribute>

     <attribute type="text">
         <name>mailquota</name>
       <value>31457280</value>
     </attribute>
    
    <attribute type="text">
         <name>mail</name>
         <value>%uid%@edu.uoc.gr</value>
     </attribute>
    
    <attribute type="text">
         <name>userPassword</name>
     </attribute>

</template>


Copyright (C) 2012 Tihomir Karlovic & www.ldapadmin.org. All rights reserved.   Design by Alexander Sokoloff. Impressum
LDAP Admin