<p dir="ltr">A user who sends in an email for the first time should generate an unprivileged account which sets the username as the email address. It doesn't exist so it should be created. </p>
<div class="gmail_quote">On Feb 9, 2014 9:09 PM, "Gerald Vogt" <<a href="mailto:vogt@spamcop.net">vogt@spamcop.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 10.02.2014 06:46, Mathew Snyder wrote:<br>
...<br>
> [15816] [Fri Feb  7 05:29:01 2014] [debug]: Going to create user with<br>
> address '<a href="mailto:user.example@gmail.com">user.example@gmail.com</a> <mailto:<a href="mailto:user.example@gmail.com">user.example@gmail.com</a>>'<br>
> (/opt/rt4/sbin/../lib/RT/Interface/Email/Auth/MailFrom.pm:100)<br>
...<br>
> [15816] [Fri Feb  7 05:29:01 2014] [info]:<br>
> RT::Authen::ExternalAuth::CanonicalizeUserInfo returning Comments:<br>
> Autocreated on ticket submission, Disabled: , EmailAddress:<br>
> <a href="mailto:user@example.com">user@example.com</a> <mailto:<a href="mailto:user@example.com">user@example.com</a>>, Name: user, Password: ,<br>
> Privileged: , RealName: User Example<br>
> (/opt/rt4/local/plugins/RT-Authen-ExternalAuth/lib/RT/Authen/ExternalAuth.pm:685)<br>
<br>
If these logs are correct then the user has two or more  email addresses<br>
in LDAP and <a href="mailto:user@example.com">user@example.com</a> is already in the RT database. The user<br>
sends from the second address <a href="mailto:user.example@gmail.com">user.example@gmail.com</a>. This is not<br>
supported (yet).<br>
<br>
Users with multiple email addresses in LDAP are not supported (even<br>
though some docs say otherwise). We have just discussed this recently.<br>
See this thread:<br>
<br>
<a href="http://lists.bestpractical.com/pipermail/rt-users/2014-January/082549.html" target="_blank">http://lists.bestpractical.com/pipermail/rt-users/2014-January/082549.html</a><br>
<br>
The user must use the email address in the RT database. Mails from any<br>
other email address in LDAP is rejected because the user already exists<br>
in the RT database.<br>
<br>
You may try to manually create a second RT user with the second email<br>
address and then use the MergeUser extension to merge the accounts.<br>
<br>
-Gerald<br>
</blockquote></div>