LDAP Admin - Postfix/Courier Mail AccountPostfix/Courier Mail Account by Linalco Consulting S.L.
ver 1.0Mail Account for Courier Server with Postfix MTA
<template>
<name>Postfix/Courier Mail Account</name>
<description>Mail Account for Courier Server with Postfix MTA</description>
<author>Linalco Consulting S.L.</author>
<version>1.0</version>
<email>linalco@linalco.com</email>
<website>www.linalco.com</website>
<rdn>uid</rdn>
<attribute>
<name>objectclass</name>
<value>top</value>
<value>person</value>
<value>posixAccount</value>
<value>shadowAccount</value>
<value>CourierMailAccount</value>
</attribute>
<attribute type="text">
<name>uid</name>
</attribute>
<attribute type="text">
<name>cn</name>
</attribute>
<attribute type="text">
<name>sn</name>
</attribute>
<attribute type="text">
<name>mail</name>
<value>%uid%@domain.com</value>
</attribute>
<attribute type="text">
<name>homeDirectory</name>
<value>/var/vmail</value>
</attribute>
<attribute type="text">
<name>mailbox</name>
<value>domain.com/%uid%/</value>
</attribute>
<attribute type="text">
<name>uidNumber</name>
<value>5000</value>
</attribute>
<attribute type="text">
<name>gidNumber</name>
<value>5000</value>
</attribute>
<attribute type="text">
<name>loginShell</name>
<value>/bin/false</value>
</attribute>
<attribute type="text">
<name>quota</name>
<value>0</value>
</attribute>
<attribute type="text">
<name>shadowExpire</name>
<value>-1</value>
</attribute>
<attribute type="text">
<name>shadowFlag</name>
<value>0</value>
</attribute>
<attribute type="text">
<name>shadowInactive</name>
<value>-1</value>
</attribute>
<attribute type="text">
<name>shadowMax</name>
<value>999999</value>
</attribute>
<attribute type="text">
<name>shadowMin</name>
<value>-1</value>
</attribute>
<attribute type="text">
<name>shadowWarning</name>
<value>7</value>
</attribute>
</template> |