Disable TLS email requirement

I’m trying to setup the SMTP server and emails won’t go… Log says STARTTLS extension not supported by server which is true. It’s a simple relay server we use internally. Is there some way to turn this off and just have it send on port 25 ?

Run sudo pritunl set app.email_tls false to use SSL instead.

Thanks but now it seems to be expecting SSL. I just want to send it over plan text on port 25.

It will only disable encryption if a username and password is not set and sudo pritunl set app.email_tls false is set.