• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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