Hi,
I remember discussion on the mailinglist or jira related to domain
lower/upper cases.
Did you search for these?
Also, the default implementaion is not the XMLDomainList but the
JPADomainList (by default the domains are stored in the local Derby
database)
Thx, Eric
On 27/06/2013 16:34, Markus Moldaschl wrote:
Hi,
I have a strange problem with Apache James 3.0-beta3. If I connect
through telnet and use our domain in uppercase, it won't accept the
recipient address:
telnet 192.168.0.4 2525
Trying 192.168.0.4...
Connected to [our server] (192.168.0.4).
Escape character is '^]'.
220 [our server] SMTP Server (JAMES SMTP Server) ready Thu, 23 May 2013
13:38:22 +0200 (CEST)
EHLO willhaben.at
250-[our server] Hello willhaben.at ([our connecting server]
[192.168.0.1])
250-SIZE 26214400
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 8BITMIME
MAIL FROM: <[email protected]>
250 2.1.0 Sender <[email protected]> OK
RCPT TO: <[email protected]>
550 5.7.1 Requested action not taken: relaying denied
except I connect from localhost.
I had a look at the source and it seems to me that our dns configuration
is somehow related to that issue:
<dnsservice>
<servers>
</servers>
<autodiscover>true</autodiscover>
<authoritative>false</authoritative>
<maxcachesize>50000</maxcachesize>
</dnsservice>
The domainlist config consists only of our domain in lower case. I
checked the implementation of XMLDomainList and there I see that the
domain is stored in lower case. Also we cannot reproduce this issue on
our test environment.
Can somebody point me to the right direction?
Thx
Markus
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]