equal
deleted
inserted
replaced
43 |
43 |
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 ( |
|
49 eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the mail storage' |
|
50 EQUALITY caseIgnoreIA5Match |
|
51 SUBSTR caseIgnoreIA5SubstringsMatch |
|
52 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) |
|
53 |
48 #### |
54 #### |
49 |
55 |
50 objectClass ( |
56 objectClass ( |
51 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' |
52 SUP top |
58 SUP top |