• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Issue Cannot send mail using None encryption on SMTP in Plesk Onyx 17.5

Joe Gubat

New Pleskian
I have plesk 12.5 and migrated all accounts to plesk onyx 17.5.3. On plesk 12.5, I have no issue in sending on all type SSL/TLS, Auto and None encryption using port 587. However, when I migrated to plesk onyx 17.5.3 I cannot use none anymore. Is there any possibility I can still use None, Auto and SSL/TLS (all of them) just like on my old plesk?
 
Below is a sample maillog using port 587 with None encryption:
Mar 11 06:58:36 server dovecot: pop3-login: Login: user=<[email protected]>, method=DIGEST-MD5, rip=112.200.103.222, lip=172.31.222.21, mpid=28260, TLS, session=<GO7sjR1nBjdwyGfT>
Mar 11 06:58:36 server dovecot: service=pop3, [email protected], ip=[112.200.103.222]. Disconnected: Logged out rcvd=12, sent=50, top=0/0, retr=0/0, del=0/45, size=6359449
Mar 11 06:58:37 server postfix/smtpd[29732]: warning: hostname 112.200.103.222.pldt.net does not resolve to address 112.200.103.222: Name or service not known
Mar 11 06:58:37 server postfix/smtpd[29732]: connect from unknown[112.200.103.222]
Mar 11 06:58:37 server postfix/smtpd[29732]: lost connection after EHLO from unknown[112.200.103.222]
Mar 11 06:58:37 server postfix/smtpd[29732]: disconnect from unknown[112.200.103.222] ehlo=1 commands=1
Mar 11 06:59:29 server dovecot: pop3-login: Login: user=<[email protected]>, method=DIGEST-MD5, rip=112.200.103.222, lip=172.31.222.21, mpid=3088, TLS, session=<IesRkR1nIDdwyGfT>
Mar 11 06:59:29 server dovecot: service=pop3, [email protected], ip=[112.200.103.222]. Disconnected: Logged out rcvd=12, sent=50, top=0/0, retr=0/0, del=0/45, size=6359449
Mar 11 06:59:29 server postfix/smtpd[29732]: warning: hostname 112.200.103.222.pldt.net does not resolve to address 112.200.103.222: Name or service not known
Mar 11 06:59:29 server postfix/smtpd[29732]: connect from unknown[112.200.103.222]
Mar 11 06:59:30 server postfix/smtpd[29732]: lost connection after EHLO from unknown[112.200.103.222]
Mar 11 06:59:30 server postfix/smtpd[29732]: disconnect from unknown[112.200.103.222] ehlo=1 commands=1
 
What is the message size? Are you sending an attachment? An immediate disconnection could be due to exceeding the message_size_limit in Postfix.
 
Back
Top