Page 1 of 1

Unable to send email to internet

Posted: Thu Jul 13, 2006 8:32 pm
by malomairy
Hello,
I'm new to Scalix and linux world, I just installed scalix on top of Xandaros server.
Email is working fine between local users, but when i try to send emails to the internet i get the following message on SWA:
"Unable to send email to User@internetdomain.com"

how can i configure the relay to internet using DNS in easy simple words.

regards,,

Posted: Fri Jul 14, 2006 5:39 am
by ScalixSupport
Is there anything in the /var/opt/scalix/logs/fatal when this happens? Can you also check what /opt/scalix-tomcat/logs/scalix-swa_log.<date>.txt log says when this happens?

Thanks,
Yuri

Posted: Fri Jul 14, 2006 10:20 am
by malomairy
This is what i found in the log in /opt/xandros-scalix/tomcat/logs/scalix-swa_log.2006-07-14.txt.

2006-07-14 16:19:05 StandardContext[/webmail]ip: 192.168.1.150; username: abc01; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:SERVER.SomeRecipientsRefused</faultcode><faultstring>Unable to send mail to:

malomairy@hotmail.com</faultstring><detail><e:SomeRecipientsRefused xmlns:e="http://scalix.com/errors"><message>Unable to send mail to:

malomairy@hotmail.com</message><debug>[none]</debug></e:SomeRecipientsRefused></detail></SOAP-ENV:Fault>
2006-07-14 17:05:38 StandardContext[/webmail]ip: 192.168.1.150; username: abc01; message: SMTP send: Unable to send message to one or more addresses

javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class javax.mail.SendFailedException: 553 5.1.8 malomairy@hotmail.com... Domain of sender address malomairy@network.pub.sa does not exist

at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:926)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:389)
at com.oddpost.server.module.SoapMail.sendMessage(SoapMail.java:1926)
at com.oddpost.server.module.SoapMail.send(SoapMail.java:1089)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.oddpost.soap.SoapModule.invokeMethod(SoapModule.java:238)
at com.oddpost.soap.SoapRequestImpl.execute(SoapRequestImpl.java:139)
at com.oddpost.server.HttpRequestHandler.handleRequest(HttpRequestHandler.java:222)
at com.oddpost.server.SoapServlet.doPost(SoapServlet.java:50)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
at com.oddpost.server.filter.HttpConfFilter.doFilter(HttpConfFilter.java:182)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
... skipping the last 25 lines as irrelevant...

2006-07-14 17:05:38 StandardContext[/webmail]ip: 192.168.1.150; username: abc01; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:SERVER.SomeRecipientsRefused</faultcode><faultstring>Unable to send mail to:

malomairy@hotmail.com</faultstring><detail><e:SomeRecipientsRefused xmlns:e="http://scalix.com/errors"><message>Unable to send mail to:

malomairy@hotmail.com</message><debug>[none]</debug></e:SomeRecipientsRefused></detail></SOAP-ENV:Fault>
-------------

Your help is appreciated.

Posted: Fri Jul 14, 2006 10:41 am
by ScalixSupport
Domain of sender address malomairy@network.pub.sa does not exist

This is your problem.

http://www.scalix.com/community/viewtop ... ress+exist

Cheers,

Sascha.

Posted: Fri Jul 14, 2006 3:32 pm
by malomairy
Scalix resolve the source domain name before send internet email. I fixed this in my local DNS server and it worked just fine.

Thanks a lot man.