[ 
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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to