disable verify peer for smtp
Hello, is there anyway that disable verify peer for smtp option in php ? because when we have tls with self signed certificate php mailer can not connect to our servers. Thanks
The best way to handle mail is to deliver to a local MTA (such as Postfix) on the same box that Observium runs on.
Then troubleshooting or tweaking subsequent message delivery becomes infinitely easier as you have a real MTA to work with.
Michael
On 12 Oct 2019, at 7:05 pm, Farshid Abediny via observium observium@observium.org wrote:
Hello, is there anyway that disable verify peer for smtp option in php ? because when we have tls with self signed certificate php mailer can not connect to our servers. Thanks _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Don’t use SMTP, use a local MTA.
SMTP mail delivery is the #1 source of questions about why mail doesn’t work.
Adam.
From: observium observium-bounces@observium.org On Behalf Of Farshid Abediny via observium Sent: 12 October 2019 09:06 To: Observium Network Observation System observium@observium.org Cc: Farshid Abediny farshidabediny@gmail.com Subject: [Observium] disable verify peer for smtp
Hello,
is there anyway that disable verify peer for smtp option in php ?
because when we have tls with self signed certificate php mailer can not connect to our servers.
Thanks
participants (3)
-
adama@observium.org
-
Farshid Abediny
-
Michael