Page 1 of 1

unable to send mail to:

Posted: Wed Aug 23, 2006 12:04 pm
by ghost807
I know i should be able to figure this out but i just can't seem to this morning.
i am unable to send any email to external sources but i can receive them just fine locally and from external.
i think i have something setup incorrectly in sendmail but i'm not sure.
my localdomain name is xxxxxxxx.local
my external mail name is xxxxxxx.com
thank you for your help

Code: Select all


xxxxxx@xxxxxxxx.org</message><debug>[none]</debug></e:SomeRecipientsRefused></detail></SOAP-ENV:Fault>
2006-08-23 10:21:13 StandardContext[/webmail]ip: 192.168.1.24; username: gtroendle; message: SMTP send: Unable to send message to one or more addresses

javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
   class javax.mail.SendFailedException: 550 Denied due to spam list

   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-08-23 10:21:13 StandardContext[/webmail]ip: 192.168.1.24; username: gtroendle; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:SERVER.SomeRecipientsRefused</faultcode><faultstring>Unable to send mail to:

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

   xxxxx@xxxxx.org</message><debug>[none]</debug></e:SomeRecipientsRefused></detail></SOAP-ENV:Fault>

Posted: Wed Aug 23, 2006 5:50 pm
by ScalixSupport
Please search the forum for

Denied due to spam list

Use the Search for all terms radio button for best results.

Regards,
Don

Posted: Thu Aug 24, 2006 8:47 am
by ghost807
thank you for your help.