• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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