exim.schema
changeset 11 b1b75460e796
parent 10 4af454668c19
child 16 b4575cb1351a
equal deleted inserted replaced
10:4af454668c19 11:b1b75460e796
    44 attributetype (
    44 attributetype (
    45     eximAttribute:4 NAME ('x-MailRecipientDN') DESC 'forwarding information to other DN'
    45     eximAttribute:4 NAME ('x-MailRecipientDN') DESC 'forwarding information to other DN'
    46     SUP distinguishedName )
    46     SUP distinguishedName )
    47 
    47 
    48 attributetype (
    48 attributetype (
    49     eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the mail storage'
    49     eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the MDA'
    50     EQUALITY caseIgnoreIA5Match
    50     EQUALITY caseIgnoreIA5Match
    51     SUBSTR caseIgnoreIA5SubstringsMatch
    51     SUBSTR caseIgnoreIA5SubstringsMatch
    52     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    52     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    53 
    53 
    54 ####
    54 ####
    56 objectClass (
    56 objectClass (
    57     eximObjectClass:3 NAME 'x-MailRecipient' DESC 'mail attributes associated to some directory object'
    57     eximObjectClass:3 NAME 'x-MailRecipient' DESC 'mail attributes associated to some directory object'
    58     SUP top
    58     SUP top
    59     AUXILIARY
    59     AUXILIARY
    60     MUST ( x-MailPrimaryAddress )
    60     MUST ( x-MailPrimaryAddress )
    61     MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ description ) )
    61     MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ x-MailboxName $ description ) )
    62 
    62 
    63 # vim:sts=4 sw=4 aw ai sm:
    63 # vim:sts=4 sw=4 aw ai sm: