• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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