Hi Don,
Yes - I did see the sticky, and followed the instructions (unfortunately prior to the post, so this didn't seem to help).
The answers to your questions ...
1) Yes, here's an example of this log,
============================================================
2006-01-15 00:06:01 StandardContext[/webmail]ip: 192.168.1.2; username:
Russell.Morris@rkmorris.local; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:SERVER.MessageRemovedException</faultcode><faultstring>methodName = send
</faultstring><detail><e:MessageRemovedException xmlns:e="http://scalix.com/errors"><message>methodName = send
</message><debug>javax.mail.MessageRemovedException
at com.sun.mail.imap.IMAPMessage.checkExpunged(IMAPMessage.java:162)
at com.sun.mail.imap.IMAPMessage.setFlags(IMAPMessage.java:752)
at javax.mail.Message.setFlag(Message.java:545)
at com.oddpost.server.module.SoapMail.saveToDrafts(SoapMail.java:1015)
at com.oddpost.server.module.SoapMail.send(SoapMail.java:877)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.oddpost.soap.SoapModule.invokeMethod(SoapModule.java:238)
at com.oddpost.soap.SoapRequestImpl.execute(SoapRequestImpl.java:140)
at com.oddpost.server.HttpRequestHandler.handleRequest(HttpRequestHandler.java:221)
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:175)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
... skipping the last 25 lines as irrelevant...
</debug></e:MessageRemovedException></detail></SOAP-ENV:Fault>
2006-01-15 00:07:22 StandardContext[/webmail]ip: 192.168.1.2; username:
Russell.Morris@rkmorris.local; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:SERVER.MessagingException</faultcode><faultstring>methodName = send
</faultstring><detail><e:MessagingException xmlns:e="http://scalix.com/errors"><message>methodName = send
</message><debug>javax.mail.MessagingException: [EOF]
at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:824)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:389)
at com.oddpost.server.module.SoapMail.sendMessage(SoapMail.java:1708)
at com.oddpost.server.module.SoapMail.send(SoapMail.java:870)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.oddpost.soap.SoapModule.invokeMethod(SoapModule.java:238)
at com.oddpost.soap.SoapRequestImpl.execute(SoapRequestImpl.java:140)
at com.oddpost.server.HttpRequestHandler.handleRequest(HttpRequestHandler.java:221)
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:175)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
... skipping the last 25 lines as irrelevant...
</debug></e:MessagingException></detail></SOAP-ENV:Fault>
2006-01-15 08:28:33 StandardContext[/webmail]ip: 192.168.1.2; username:
Russell.Morris@rmorris.local; message: <SOAP-ENV:Fault><faultcode>SOAP-ENV:CLIENT.BadUserName</faultcode><faultstring>The username or password is incorrect. Note that passwords are case sensitive. Try again.</faultstring><detail><e:BadUserName xmlns:e="http://scalix.com/errors"><message>The username or password is incorrect. Note that passwords are case sensitive. Try again.</message><debug>user:
Russell.Morris@rmorris.local
request method(s): login
XML:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Header><credentials xmlns="http://scalix.com/schemas/gofish" SOAP-ENV:mustUnderstand="1"><username>Russell.Morris@rmorris.local</username><emailDomain>rkmorris.local</emailDomain><fugu>Ox7f606e61687f7a766835242d2935292729332409</fugu><ts>0</ts><rand>90DC0EE00D4885C50274B754C7292544</rand><rand2>e50bf87862efc3573809d9c18f350aca2e40b739</rand2></credentials></SOAP-ENV:Header><SOAP-ENV:Body><m:login xmlns:m="http://scalix.com/methods"/></SOAP-ENV:Body></SOAP-ENV:Envelope></debug></e:BadUserName></detail></SOAP-ENV:Fault>
============================================================
2) When I run omstat -a it says that SMTP Relay is "Partially Abor" (aborted I assume). Is there a way to check why this is the case?
-> Strange as it may seem, after running this command SWA now seems to work ... :?
3) Here is my smtpd.cfg file,
============================================================
EXTENSIONS=AUTH,DSN,8BITMIME
RELAY accept 127.0.0.1
RELAY accept %LOCALDOMAIN%
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
============================================================
Any suggestions (even though it's now working I don't know why, and SMTPD has some issues still)?
Thanks for your help!!!
... Russell