• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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