• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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