SMTP Stripping out dashes in server name in HELO

B

Bryant Likes

I've set up the notifications to use the correct SMTP server but our server
is sending its name without dashes in the HELO command.

for instance, if our server was server-project-123 when it connects to the
smtp server it is sending:

HELO serverproject123

Which the smtp server is rejecting saying it can't verify that the server is
really serverproject123.

The server should be sending server-project-123.domain.company.com in the
HELO line, but I cannot figure out where to change this.

Can anyone point to the correct place to do this? The server is configured
as server-project-123.domain.company.com under server properties.

Thanks.
 
B

Bryant Likes

I changed the STMP server field to use the IP Address instead of the host
name and I still get the exact same problem. The project server is still
sending "HELO serverproject123" instead of server-project-123.domain.com.

Any other ideas?
 
B

Bryant Likes

I don't think you understand the problem. I'm hitting the SMTP server just
fine.

The problem is the name the server is sending in the HELO command once it
gets to the smtp server.

I went ahead and setup a local SMTP service on the box and just had project
send to that. So it is working fine now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top