exim.schema
changeset 21 b5fd012185bb
parent 16 b4575cb1351a
child 22 1efbaf43647b
equal deleted inserted replaced
20:005157ed4391 21:b5fd012185bb
    42     EQUALITY caseIgnoreIA5Match
    42     EQUALITY caseIgnoreIA5Match
    43     SUBSTR caseIgnoreIA5SubstringsMatch
    43     SUBSTR caseIgnoreIA5SubstringsMatch
    44     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    44     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    45 
    45 
    46 attributetype (
    46 attributetype (
    47     eximAttribute:4 NAME ('x-MailRecipientDN') DESC 'forwarding information to other DN'
    47     eximAttribute:4 NAME ('x-MailForwardingDN') DESC 'forwarding information to other DN'
    48     EQUALITY distinguishedNameMatch
    48     EQUALITY distinguishedNameMatch
    49     SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
    49     SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
    50 
    50 
    51 attributetype (
    51 attributetype (
    52     eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the MDA'
    52     eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the MDA'
    53     SINGLE-VALUE
    53     SINGLE-VALUE
    54     EQUALITY caseIgnoreIA5Match
    54     EQUALITY caseIgnoreIA5Match
    55     SUBSTR caseIgnoreIA5SubstringsMatch
    55     SUBSTR caseIgnoreIA5SubstringsMatch
    56     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
    56     SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
       
    57 
       
    58 attributetype (
       
    59     eximAttribute:6 NAME ('x-MailForwardingMX') DESC 'name of the server we forward the mail to'
       
    60     EQUALITY caseIgnoreMatch
       
    61     SUBSTR caseIgnoreSubstringsMatch
       
    62     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
       
    63 
       
    64 attributetype (
       
    65     eximAttribute:4 NAME ('x-MailOwnerDN') DESC 'Owner of this x-MailRecipient object'
       
    66     EQUALITY distinguishedNameMatch
       
    67     SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 )
    57 
    68 
    58 
    69 
    59 ####
    70 ####
    60 
    71 
    61 objectClass (
    72 objectClass (
    63     SUP top
    74     SUP top
    64     AUXILIARY
    75     AUXILIARY
    65     MUST ( x-MailPrimaryAddress )
    76     MUST ( x-MailPrimaryAddress )
    66     MAY ( x-MailAlternateAddress $ 
    77     MAY ( x-MailAlternateAddress $ 
    67 	  x-MailForwardingAddress $ 
    78 	  x-MailForwardingAddress $ 
    68 	  x-MailRecipientDN $ 
    79 	  x-MailForwardingDN $ 
       
    80 	  x-MailForwardingMX $
    69 	  x-MailboxName $ 
    81 	  x-MailboxName $ 
    70 	  description ) )
    82 	  description ) )
    71 
    83 
    72 # vim:sts=4 sw=4 aw ai sm:
    84 # vim:sts=4 sw=4 aw ai sm: