diff -r 4af454668c19 -r b1b75460e796 exim.schema --- a/exim.schema Thu Oct 24 23:41:01 2013 +0200 +++ b/exim.schema Thu Oct 24 23:46:18 2013 +0200 @@ -46,7 +46,7 @@ SUP distinguishedName ) attributetype ( - eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the mail storage' + eximAttribute:5 NAME ('x-MailboxName') DESC 'name of the mailbox as known to the MDA' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) @@ -58,6 +58,6 @@ SUP top AUXILIARY MUST ( x-MailPrimaryAddress ) - MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ description ) ) + MAY ( x-MailAlternateAddress $ x-MailForwardingAddress $ x-MailRecipientDN $ x-MailboxName $ description ) ) # vim:sts=4 sw=4 aw ai sm: