9 # … |
9 # … |
10 # 1.3.6.1.4.1.23297.10.10 - exim |
10 # 1.3.6.1.4.1.23297.10.10 - exim |
11 # |
11 # |
12 # x-MailRecipient (auxiliary) |
12 # x-MailRecipient (auxiliary) |
13 # x-MailPrimaryAddress (single value) |
13 # x-MailPrimaryAddress (single value) |
14 # x-MailAlternateAddress, … |
14 # x-MailAlternateAddress, … # alternative addresses for this |
|
15 # # recipient |
15 # x-MailForwardingAddress, … # think of .forward |
16 # x-MailForwardingAddress, … # think of .forward |
16 # x-MailRecipientDN, … # think of .forward, but with refint |
17 # x-MailRecipientDN, … # think of .forward, but with ref |
|
18 # x-MailBoxName # the name of the mailbox |
17 # |
19 # |
18 |
20 |
19 # The schlittermannRoot can be found in the iana.mails file, it's |
21 # The schlittermannRoot can be found in the iana.mails file, it's |
20 # officially assigned by IANA |
22 # officially assigned by IANA |
21 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
23 objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297 |
41 SUBSTR caseIgnoreIA5SubstringsMatch |
43 SUBSTR caseIgnoreIA5SubstringsMatch |
42 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} ) |
43 |
45 |
44 attributetype ( |
46 attributetype ( |
45 eximAttribute:4 NAME ('x-MailRecipientDN') DESC 'forwarding information to other DN' |
47 eximAttribute:4 NAME ('x-MailRecipientDN') DESC 'forwarding information to other DN' |
46 SUP distinguishedName ) |
48 EQUALITY distinguishedNameMatch |
|
49 SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ) |
47 |
50 |
48 attributetype ( |
51 attributetype ( |
49 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 |
50 EQUALITY caseIgnoreIA5Match |
54 EQUALITY caseIgnoreIA5Match |
51 SUBSTR caseIgnoreIA5SubstringsMatch |
55 SUBSTR caseIgnoreIA5SubstringsMatch |
52 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 |
53 |
58 |
54 #### |
59 #### |
55 |
60 |
56 objectClass ( |
61 objectClass ( |
57 eximObjectClass:3 NAME 'x-MailRecipient' DESC 'mail attributes associated to some directory object' |
62 eximObjectClass:3 NAME 'x-MailRecipient' DESC 'mail attributes associated to some directory object' |
58 SUP top |
63 SUP top |
59 AUXILIARY |
64 AUXILIARY |
60 MUST ( x-MailPrimaryAddress ) |
65 MUST ( x-MailPrimaryAddress ) |
61 MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ x-MailboxName $ description ) ) |
66 MAY ( x-MailAlternateAddress $ |
|
67 x-MailForwardingAddress $ |
|
68 x-MailRecipientDN $ |
|
69 x-MailboxName $ |
|
70 description ) ) |
62 |
71 |
63 # vim:sts=4 sw=4 aw ai sm: |
72 # vim:sts=4 sw=4 aw ai sm: |