exim.schema
changeset 23 028c65ce9821
parent 22 1efbaf43647b
equal deleted inserted replaced
22:1efbaf43647b 23:028c65ce9821
    59     eximAttribute:6 NAME ('x-MailForwardingMX') DESC 'name of the server we forward the mail to'
    59     eximAttribute:6 NAME ('x-MailForwardingMX') DESC 'name of the server we forward the mail to'
    60     EQUALITY caseIgnoreMatch
    60     EQUALITY caseIgnoreMatch
    61     SUBSTR caseIgnoreSubstringsMatch
    61     SUBSTR caseIgnoreSubstringsMatch
    62     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
    62     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
    63 
    63 
    64 attributetype (
       
    65     eximAttribute:7 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 )
       
    68 
       
    69 
       
    70 ####
    64 ####
    71 
    65 
    72 objectClass (
    66 objectClass (
    73     eximObjectClass:3 NAME 'x-MailRecipient' DESC 'mail attributes associated to some directory object'
    67     eximObjectClass:3 NAME 'x-MailRecipient' DESC 'mail attributes associated to some directory object'
    74     SUP top
    68     SUP top
    79 	  x-MailForwardingDN $ 
    73 	  x-MailForwardingDN $ 
    80 	  x-MailForwardingMX $
    74 	  x-MailForwardingMX $
    81 	  x-MailboxName $ 
    75 	  x-MailboxName $ 
    82 	  description ) )
    76 	  description ) )
    83 
    77 
       
    78 objectClass (
       
    79     eximObjectClass:4 NAME 'x-MailSubmitter' DESC 'attributes related to mail submission services'
       
    80     SUP top
       
    81     AUXILIARY )
       
    82 
    84 # vim:sts=4 sw=4 aw ai sm:
    83 # vim:sts=4 sw=4 aw ai sm: