From: wobbet <nu...@jb...> - 2005-05-03 15:56:30
|
First, I got the latest out of CVS ran "ant" to build and then "ant dev-dep= loy" to deploy. I edited the list of users as follows and then re-started J= Boss to make sure that the changes took. <mbean code=3D"org.jboss.mail.userrepository.StaticUserRepository" name=3D"= jboss.mail:type=3DMailServices,name=3DUserRepository,uimanageable=3Dtrue"> | <attribute name=3D"Users"> | <users> | <user><id>wobbet</id><password>pwd</password></user> | </users> | </attribute> | </mbean> I then telnet in and try to get into email using the telnet instructions f= rom http://www.yuki-onna.co.uk/email/smtp.html. The response from the serve= r is identical whether I'm using telnet from the machine itself or from a r= emote machine (WinXP Pro SP2 running Putty). My session looks like... 220 localhost.localdomain.com SMTP Server (JBMAIL SMTP Server version 0.1) = ready May 3, 2005 12:05:10 PM CDT 500 localhost.localdomain.com Syntax error, command unrecognized: =C3=AF=C2= =BF=C2=BF=C3=AF=C2=BF=C2=BB=C3=AF=C2=BF=C2=BF=C3=AF=C2=BF=C2=BB HELO localhost.localdomain.com 250-localhost.localdomain.com Hello wobbet-lap-01.nls.nlsholdings.com.local= domain.com (10.10.1.147 (10.10.1.147)) 250 AUTH LOGIN PLAIN MAIL FROM: wobbet 501 Syntax error in MAIL command After I try this a couple of times I decide to go ahead and say=20 RCPT TO: wo...@my... And I get the 503 error saying RCPT w/o MAIL. After some (seemingly random) period of time the session just goes away. Th= is corresponds with the "ConnectionHandler finished" log entry being genera= ted. I have my log file set to DEBUG for the most information and I get the foll= owing in the log file from my telnet session. 2005-05-03 11:54:21,322 DEBUG [org.jboss.mail.AbstractProtocol] ReadCommand= outputting HELO wobbet-lap-01.nls.nlsholdings.com.localdomain.com^M 2005-05-03 11:54:21,323 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with request =3D false 2005-05-03 11:54:21,323 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with command =3D HELO 2005-05-03 11:54:21,323 DEBUG [org.jboss.mail.smtp.handlers.CmdHELO] HELO c= ommand handler called 2005-05-03 11:54:41,365 INFO [STDOUT] socketOverride is null therefore I'm= going to return false 2005-05-03 11:58:27,688 DEBUG [org.jboss.mail.AbstractProtocol] ReadCommand= outputting MAIL FROM: wobbet^M 2005-05-03 11:58:27,688 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with request =3D false 2005-05-03 11:58:27,689 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with command =3D MAIL 2005-05-03 11:58:27,689 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] MAIL c= ommand handler called 2005-05-03 11:58:27,689 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] arg = =3D FROM: wobbet 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] arg wa= sn't null 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] colonI= ndex=3D4 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] sender= =3D wobbet 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] arg=3D= FROM 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] Sender= =3D wobbet **arg =3D FROM 2005-05-03 11:58:27,691 INFO [STDOUT] socketOverride is null therefore I'm= going to return false 2005-05-03 11:58:27,744 DEBUG [org.jboss.mail.ConnectionHandler] Connection= Handler finished Whenever I attempt to connect w/ Outlook using the 'wobbet' mailbox I get n= othing in the log whatsoever even though Outlook reports that it can find b= oth the SMTP and POP servers specified. Note that I'm specifying the server= by IP Address because it doesn't currently sport a name. The instructions referenced from http://wiki.jboss.org/wiki/Wiki.jsp?page= =3DMailServicesInstallingM2 don't have much in the way of configuring domai= ns or users and I think I'm using them properly. I left the domains alone a= nd added myself as a user. What else do I need to do? So I'm pretty sure that I've mis-configured something and/or am not being c= lueful about how to connect to the mail server. But I don't know what it is= that is wrong. Many thanks! rjsjr View the original post : http://www.jboss.org/index.html?module=3Dbb&op=3Dv= iewtopic&p=3D3876293#3876293 Reply to the post : http://www.jboss.org/index.html?module=3Dbb&op=3Dpostin= g&mode=3Dreply&p=3D3876293 |