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 "Phanidhar (Commented) (JIRA)" <se...@james.apache.org> on 2012/02/04 00:59:55 UTC

[jira] [Commented] (JAMES-1369) domains names in James 3 Beta 3 are case sensitive. Used the matcher RecipientToLowerCase and it only converts the local part (user name) to lower case.

    [ https://issues.apache.org/jira/browse/JAMES-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13200175#comment-13200175 ] 

Phanidhar commented on JAMES-1369:
----------------------------------

Domains are stored in Derby using JPA store. 

User Names with JPA also had the same issue. When the configuration was changed to use file store with configuration to ignore case set to false user names are case insensitive. Following is the configuration. 

<usersrepository name="LocalUsers" class="org.apache.james.user.jdbc.JamesUsersJdbcRepository" destinationURL="db://maildb/users">
  <sqlFile>file://conf/sqlResources.xml</sqlFile>
  <ignoreCase>true</ignoreCase>
  <enableAliases>true</enableAliases>
  <enableForwarding>true</enableForwarding>
  <enableVirtualHosting>true</enableVirtualHosting>     
</usersrepository>


                
> domains names in James 3 Beta 3 are case sensitive. Used the matcher RecipientToLowerCase and it only converts the local part (user name) to lower case. 
> ---------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JAMES-1369
>                 URL: https://issues.apache.org/jira/browse/JAMES-1369
>             Project: JAMES Server
>          Issue Type: Improvement
>          Components: Matchers/Mailets (bundled)
>    Affects Versions: 3.0-beta3
>         Environment: Linux
>            Reporter: Phanidhar
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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