Gus Wirth
2018-08-29 00:32:47 UTC
I have a typical LAMP web application written in PHP ( SuiteCRM
<https://suitecrm.com/> ), that has the capability of sending out
e-mails using SMTP and encrypting the connection with TLS. It uses the
phpmailer library <https://github.com/PHPMailer/PHPMailer/> to do the
mailing.
Some portions of SuiteCRM can send out e-mail just fine while other
areas fail during what I think is the authentication step. I'm trying to
debug what's going on but I need to see what is happening on the e-mail
server side. So I want to set up a test server that supports TLS and has
a debug mode so that I can see what is happening. The received e-mail
doesn't need to go anywhere, I just need to see the connections and
negotiation.
Does anyone have recommendations for a simple setup? The only tricky
part that I can see is the TLS which I hope can be solved with either a
self-signed certificate or Lets Encrypt.
Gus
<https://suitecrm.com/> ), that has the capability of sending out
e-mails using SMTP and encrypting the connection with TLS. It uses the
phpmailer library <https://github.com/PHPMailer/PHPMailer/> to do the
mailing.
Some portions of SuiteCRM can send out e-mail just fine while other
areas fail during what I think is the authentication step. I'm trying to
debug what's going on but I need to see what is happening on the e-mail
server side. So I want to set up a test server that supports TLS and has
a debug mode so that I can see what is happening. The received e-mail
doesn't need to go anywhere, I just need to see the connections and
negotiation.
Does anyone have recommendations for a simple setup? The only tricky
part that I can see is the TLS which I hope can be solved with either a
self-signed certificate or Lets Encrypt.
Gus
--
KPLUG-***@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
KPLUG-***@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list