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

Eric Charles commented on JAMES-1565:
-------------------------------------

If I remember well, this is fixed in trunk (not sure). Can you double check and 
upload any patch here. I will review.

> Domain list is case sensitive
> -----------------------------
>
>                 Key: JAMES-1565
>                 URL: https://issues.apache.org/jira/browse/JAMES-1565
>             Project: James Server
>          Issue Type: Bug
>    Affects Versions: 3.0-beta4
>            Reporter: Andrew Ben
>
> There is an issue with Exchange 365 (and probably other servers) that do not 
> convert recipient name to lower case. So if my domainlist.conf file is as 
> following:
> <domainlist class="org.apache.james.domainlist.xml.XMLDomainList">
>    <domainnames>
>        <domainname>abc.com</domainname>
>        <domainname>def.com</domainname>
>    </domainnames>
>    <autodetect>true</autodetect>
>    <autodetectIP>true</autodetectIP>
> </domainlist>
> and user send email to u...@abc.com the email is rejected with 
> Remote Server returned '530 5.7.1 Authentication Required'
> I think the issue can be fixed by comparing domain converted to lower case in 
> the org.apache.james.domainlist.xml.XMLDomainList::containsDomain as domains 
> from domainlist.conf file are stored converted to lower case.
> public boolean containsDomain(String domains) throws DomainListException {
>         return domainNames.contains(domains);
> }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
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