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

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