Question
MSMTP via AMS1
Hi,
On my local machine everything is sent without delay.
On ams1 droplet I have a delay in 2-16 secs to send email. And then it's delivered almost instantly.
Here's debug output:
host = smtp.yandex.ru
port = 587
timeout = off
protocol = smtp
domain = localhost
auth = choose
user = bob@domain.com
password = *
passwordeval = (not set)
ntlmdomain = (not set)
tls = on
tls_starttls = on
tls_trust_file = (not set)
tls_crl_file = (not set)
tls_fingerprint = (not set)
tls_key_file = (not set)
tls_cert_file = (not set)
tls_certcheck = off
tls_force_sslv3 = off
tls_min_dh_prime_bits = (not set)
tls_priorities = (not set)
auto_from = off
maildomain = (not set)
from = bob@domain.com
dsn_notify = (not set)
dsn_return = (not set)
keepbcc = off
logfile = (not set)
syslog = (not set)
aliases = (not set)
reading recipients from the command line
-----------------------------------
then delay (2-16 secs)
-----------------------------------
EHLO localhost
STARTTLS
EHLO localhost
AUTH PLAIN ****
MAIL FROM:
--> RCPT TO:
--> DATA
ok
recipient ok
From: A
--> To: B
--> Subject: Hello World
-->
--> This email was sent using MSMTP via Yandex.
--> .
QUIT
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×