14 Feb
2014
14 Feb
'14
11:49 a.m.
On 02/14/2014 08:27 AM, Steffen Kaiser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Fri, 7 Feb 2014, matthias lay wrote:
I experienced that if a Mailaddress matches several users the delivery is aborted.
dovecot: auth: Error: ldap(christian.test@securepoint.de): LDAP search returned multiple entries dovecot: auth: ldap(christian.test@securepoint.de): unknown user dovecot: lda: Error: user christian.test@securepoint.de: Auth USER lookup failed
now my question, is there a way to have a mail like that delivered to all users that matches the lookup? havent found anything in the docs.
This is a job of your MTA.
Hi Steffen,
MTA is qmail and doesnt know anything about users. dovecot uses usernames for mailboxes. lets say
/var/mail/userA/Maildir /var/mail/userB/Maildir
both users have mailaddr XY@example.com mapped in Active Directory. Now when mails arrive lda is called like
dovecot-lda -d XY@example.com mailto:dafan.zhai@securepoint.de -m INBOX
and theres my problem.