This is very strange problem. I˘ve moved my blojsom install
to a new server. Now, email from Blojsom does not work. I
am using Sendmail on the local machine, and it works for all
of my other mail clients, and even from the local machine.
I can use SMTP commands to send emails out. But, Blojsom
keeps complaining about sending email.
Keep in mind, I am still using the Blojsom 2.x version, and
have not upgraded to the new version with DB access.
--------
From my maillog:
Jan 5 18:02:22 www1 sendmail[13416]: l0602KAT013416:
localhost.localdomain [127.0.0.1] did not issue
MAIL/EXPN/VRFY/ETRN during connection to MTA
--------
The javamail must know about it, as sendmail returns the
SMTP commands:
From running Ąehlo˘ on my localhost:
#telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 www1.thepaxson5.org ESMTP Sendmail 8.13.1/8.13.1; Fri, 5
Jan 2007 18:04:51 -0600
ehlo me
250-www1.thepaxson5.org Hello localhost.localdomain
[127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
----------
You can see that sendmail returns ETRN as a valid command.
I do not get much data from catalina.out
----------
Jan 05 19:02:19 DEBUG [http-8080-Processor18]
email.EmailUtils - Constructing e-mail message to blog entry
author: aj thepaxson5.org
Jan 05 19:02:19 INFO [http-8080-Processor18]
email.EmailUtils - Sending e-mail message to: aj thepaxson5.org
Jan 05 19:02:21 ERROR [http-8080-Processor18]
email.EmailUtils - javax.mail.SendFailedException: Sending
failed;
-------
How should I troubleshoot this? Anyone know where I should
look? I˘ve also changed my mailhost in web.xml, and have
even tried to use a javamail JNDI session from Tomcat, with
no luck.
--
Aaron J. Paxson
http://aaron.thepaxson5.o
rg
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection
around
http://mail.yahoo.com
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief surveys -
and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|