Moderators: ScalixSupport, admin

mikevl wrote:Hi
Is the ERP server on the same subnet?
Can you ping the ERP server from the Scalix server?
If not this could also have an element of a routing issue. Just a thought
Mike


kazinvan wrote:I'm trying to send mail from an ERP application to both internal and external email accounts. The sender address in the ERP app is a valid Scalix account, but SMTP auth is not an option so connections are anonymous.
The IP of the server running the ERP is 205.206.209.124. I have added these lines to smtpd.cfg:
RELAY accept 205.206.209.
ANONYMOUS accept 205.206.209.
Restarted the SMTP service, but I still get these errors:
class com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 <me@domain.com>... Relaying denied. IP name lookup failed [205.206.209.124]
Now is that a relaying problem or a DNS problem?
I added an entry to /etc/hosts for that IP address but not sure if it needs proper DNS resolution. Any suggestions on what to try?
# check client name: first: did it resolve?
R$* $: < $&{client_resolve} >
R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{client_addr}
R<FORGED> $#error $@ 5.7.1 $: "550 Relaying denied. IP name possibly forged " $&{client_name}
R<FAIL> $#error $@ 5.7.1 $: "550 Relaying denied. IP name lookup failed " $&{client_name}
nslookup 205.206.209.124
Server: 220.233.0.3
Address: 220.233.0.3#53
** server can't find 124.209.206.205.in-addr.arpa: NXDOMAIN
[root@quicksilver custom]# nslookup 211.211.211.211
Server: 220.233.0.3
Address: 220.233.0.3#53
Non-authoritative answer:
211.211.211.211.in-addr.arpa name = 111.13.233.220.myisp.com.au.
Users browsing this forum: No registered users and 4 guests