You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/11/05 14:18:43 UTC

[jira] Reopened: (JAMES-837) Case Sensitivity Issue - Verify Identity

     [ https://issues.apache.org/jira/browse/JAMES-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer reopened JAMES-837:
---------------------------------


Reopen it .. we will fix it in 3.0-M3 when we released a new protocols version

> Case Sensitivity Issue - Verify Identity
> ----------------------------------------
>
>                 Key: JAMES-837
>                 URL: https://issues.apache.org/jira/browse/JAMES-837
>             Project: JAMES Server
>          Issue Type: Bug
>    Affects Versions: 2.3.1
>         Environment: CentOS 5
>            Reporter: Al Stu
>            Assignee: Norman Maurer
>             Fix For: 3.0-M3
>
>
> How do I make the verify identity to be case insensitive?
> Even if though user name is case insensitive, if user puts in email address
> with mixed or upper case, it will not match and rejects the email.
> James 3.2.1 on Linux CentOS 5
> SMTP Server Log:
> 23/02/08 03:11:50 ERROR smtpserver: User account_name authenticated, however
> tried sending email as Account_Name@Domain.com
> [to:Some_Account@Other_Domain.com] [from:Account_Name@Domain.com]
> Config.xml:
> <config>
>   <James>
>      .
>      .
>      <!-- Set whether user names are case sensitive or case insensitive -->
>      <!-- Set whether to enable local aliases -->
>      <!-- Set whether to enable forwarding -->
>      <usernames ignoreCase="true" enableAliases="true" enableForwarding="true"/>
>      .
>      .
>   </James>
>   .
>   .
>   <smtpserver enabled="true">
>      .
>      .
>      <handler>
>         .
>         .
>         <!--  Uncomment this if you want to verify sender addresses, ensuring that -->
>         <!--  the sender address matches the user who has authenticated. -->
>         <!--  This prevents a user of your mail server from acting as someone else -->
>         <verifyIdentity>true</verifyIdentity>
>         .
>         .
>      </handler>
>   </smtpserver>
>   .
>   .
> <config>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org