• 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.

Issue Postfix with Swiftmailer SSL Connect error

Clearasil

New Pleskian
I've already made a thread, but it's awaiting moderation for a while now. I read somewhere it may be because of posted links, so I'm trying this again.

Your operating system ‪Ubuntu 14.04.4 LTS‬
Your current used Plesk- Product 12.5.30 Update #44 ,
Your depending installed mail - server software postfix

I have a mailserver with Postfix, I'm trying to send mail using the Symfony framework, which uses Swiftmailer to send mail. I've tried sending/receiving mail with webmail and Thunderbird, and it all works fine. Though when I attempt to send mail on my website, using Swiftmailer, the following appears in my /var/log/maillog:

Code:
Aug 21 13:44:24 vps-248826-4222 postfix/smtpd[19959]: SSL_accept error from -snip-[127.0.0.1]: 0
Aug 21 13:44:24 vps-248826-4222 postfix/smtpd[19959]: warning: TLS library problem: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1262:SSL alert number 48:
Aug 21 13:44:24 vps-248826-4222 postfix/smtpd[19959]: lost connection after STARTTLS from -snip-[127.0.0.1]
Aug 21 13:44:24 vps-248826-4222 postfix/smtpd[19959]: disconnect from -snip-[127.0.0.1]

I've uploaded my main.cf and my master.cf.
 

Attachments

  • main.txt
    3.3 KB · Views: 1
  • master.txt
    6.8 KB · Views: 1
Back
Top