Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


timmmay

20574 posts

Uber Geek

Trusted
Lifetime subscriber

#106293 21-Jul-2012 08:43
Send private message

I'm writing a Spring/Java/Tomcat app, and I'm having a problem with getting it to send email. I can send email fine from a given piece of code when run as a standalone Java application, but when it runs within Tomcat it runs fine but Javamail doesn't work properly, throws an error at the start of the email conversation. I think I may have narrowed it down to multiple javamail implementations, but I'm not sure yet, but I'm still seeing something a bit bizzare.

The most bizarre part is the email server isn't behaving as I'd expect when I telnet to the server (try it youserlf) - the first EHLO or HELO is always sent a 500 unrecognised command reply, but exactly the same command repeated works.

220-gator84.hostgator.com ESMTP Exim 4.77 #2 Fri, 20 Jul 2012 15:18:52 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
EHLO testdomain.com
500 unrecognized command
EHLO testdomain.com
250-gator84.hostgator.com Hello testdomain.com [my IP removed]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP

And another session

220-gator84.hostgator.com ESMTP Exim 4.77 #2 Fri, 20 Jul 2012 15:20:10 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
HELO bob.com
500 unrecognized command
HELO bob.com
250 gator84.hostgator.com Hello bob.com [my IP removed]

Here's the logs from tomcat which show much the same thing

DEBUG: getProvider() returning provider protocol=smtp; type=javax.mail.Provider$Type@62e26a4a;.apache.geronimo.javamail.transport.smtp.SMTPTransport; vendor=Apache Software Foundation;version=1.0
SMTPTransport DEBUG: Connecting to server mail.headphonereviews.org:25 for user (removed)
SMTPTransport DEBUG: Attempting plain socket connection to server (removed):25
220-gator84.hostgator.com ESMTP Exim 4.77 #2 Fri, 20 Jul 2012 15:28:20 -0500
>>>>>Sending data EHLO (removed)<<<<<<
EHLO (removed)
220-We do not authorize the use of this system to transport unsolicited,
>>>>>Sending data HELO (removed)<<<<<<
HELO (removed)
220 and/or bulk e-mail.



The thing that throws me is telnetting to the SMTP port gives me the same failure as Javamail gets running inside tomcat, but running as an app it works fine.

I know a little about email, I wrote an email server about ten years ago, nothing commercial just a university project, but I'm not an email expert. Any thoughts or ideas?

Create new topic

gzt

gzt
17104 posts

Uber Geek

Lifetime subscriber

  #659795 22-Jul-2012 09:31
Send private message

Any difference if you use the ip address of the mail server?



timmmay

20574 posts

Uber Geek

Trusted
Lifetime subscriber

  #659796 22-Jul-2012 09:34
Send private message

Nope. I discovered that if you use telnet connection type this happens, if you use a raw connection type (in putty) the problem goes away.

I also tracked down the Java problem. EclipseLink depends on a library that depends on another JavaMail implementation, so I need to get JavaMail onto the Tomcat classpath before that. It's proving to be weird though, class loading inside tomcat's a pita.

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.