• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

plesk 12.0.18 - TLS encryption for outgoing mail

Carlo Osenda

New Pleskian
hello ... I just installed a vps plesk 12.0.18 and I have a problem with the SMTP . They run this ONLY with TLS encryption and do not know how to exclude it .
The same problem existed with the incoming mail but thanks to a post which indicated the procedure to root I could edit it.
Give me a help ... thanks
 
My s.o. in Ubuntu 14.04.3 LTS and postfix 2.11.0-1ubuntu1 with plesk 12.0.18.
how can I disable SMTP TLS encryption ?
Thanks
 
# master.cf

ifmail unix - n n - - pipe

flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)

bsmtp unix - n n - - pipe

flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient

scalemail-backend unix - n n - 2 pipe

flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

mailman unix - n n - - pipe flags=R user=list:list argv=/usr/lib/plesk-9.0/postfix-mailman ${nexthop} ${user} ${recipient}





plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames

pickup fifo n - - 60 1 pickup

plesk_saslauthd unix y y y - 1 plesk_saslauthd status=5 listen=6 dbpath=/plesk/passwd.db

qmgr fifo n - n 1 1 qmgr

smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes



submission inet n - - - - smtpd -o smtpd_enforce_tls=no -o smtpd_tls_security_level=may -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination



plesk-51.254.139.76- unix - n n - - smtp -o smtp_bind_address=51.254.139.76 -o smtp_bind_address6= -o smtp_address_preference=ipv4
 
Back
Top