LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SendSMTPCommand: Timeout waiting for response after 15 seconds (https://www.linuxquestions.org/questions/linux-newbie-8/sendsmtpcommand-timeout-waiting-for-response-after-15-seconds-4175597504/)

lq_win 01-15-2017 08:20 AM

SendSMTPCommand: Timeout waiting for response after 15 seconds
 
Hello..

I am unable to send email to a domain, I try to telnet to their email server and I got the following message:

SendSMTPCommand: Timeout waiting for response after 15 seconds
what happen with this?

should I adjust my postfix so I can send email to them?

please help

many thanks
Win

tahiri.ahmed 02-01-2017 06:55 AM

Hello,

Could you please show the command and its output (you can change the IP or domain name of your target). Did you try to telnet port 587 for smtp over TLS?

Jjanel 02-02-2017 07:39 PM

EDIT: I later found this, saying: changing port to 587 got it working.

This -might- be relevant (but I'm very UNsure)
Code:

But when I let mxtoolbox check the SMTP configuration, it came back with:
SMTP Transaction Time 15.427 seconds - Not good! on Transaction Time
SendSMTPCommand: Timeout waiting for response after 15 seconds.​
...
I tried logging in with telnet port 25
Between "connected to" and "220" was almost 20 seconds.

I found out that the setting " Introduce a delay into the SMTP transaction
  for unknown hosts and messages detected as spam. "
in the Exim Basic editor ACL options was de culprit.
When I disabled that option, mxtoolbox reported:
SMTP Connection Time 0.855 seconds - Good on Connection time
...
customize that value in your Exim configuration file. Here are the sections to modify:

I -wonder- if this might be some 'security' setup on the destination...[?]


All times are GMT -5. The time now is 05:43 PM.