# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1382534999 -7200 # Node ID d9cfde736c10d2c5022ee4e9c39d6e7976c58153 # Parent 41c5575ed210a8dfda8784f725075e03303c7f53 Added dependency on core.schema Cleaned the quota bytes. diff -r 41c5575ed210 -r d9cfde736c10 exim.schema --- a/exim.schema Wed Oct 23 15:29:36 2013 +0200 +++ b/exim.schema Wed Oct 23 15:29:59 2013 +0200 @@ -2,6 +2,7 @@ # https://ssl.schlittermann.de/hg/exim-ldap-schema # © 2013 Heiko Schlittermann # +# # 1.3.6.1.4.1.23297 schlittermann OID # … # 1.3.6.1.4.1.23297.10. other @@ -22,6 +23,8 @@ objectIdentifier eximAttribute eximRoot:1 objectIdentifier eximObjectClass eximRoot:2 +#schema2ldif:include core.schema + attributetype ( eximAttribute:1 NAME ('x-MailPrimaryAddress' 'x-MailAddress' 'x-MailOfficialAddress') DESC 'official mail address' @@ -49,6 +52,6 @@ SUP top AUXILIARY MUST ( x-MailPrimaryAddress ) - MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ x-MailQuotaBytes $ description ) ) + MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ description ) ) # vim:sts=4 sw=4 aw ai sm: