Hi All.
So I've been involved in some discussions on CTN lately that have lead me back to the need to use Stunnel on occasion, which I have not done for a long time - and even then, only on a few occasions, so I am not all that proficient.
I reviewed my old setup notes, and I'm able to get it going with Gmail.
I did figure out that it also requires the creation, and use of an App password when 2FA is enabled, as does the typical scan to email setup on the Ricoh devices
I've e been playing around with editing down the stunnel.conf file to only include SMTP settings, since all I will ever need to do is send email from a machine.
Here's what the file currently looks like to scan through my Gmail:
; The default certificatecert = stunnel.pem
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
; Set client mode
client = yes
[ssmtp]
accept = 25
connect = smtp.gmail.com:465
What I've been trying to accomplish on my own is to figure out how to get the service running on different mail servers like Go Daddy, Hostpapa (which is the company that hosts mine), etc.
I hoped it would be as simple as just changing the smtp.gmail.com to say mail.xyzcompany.ca ( in my case), but that doesn't seem to be the case.
I've done quite a bit of searching but haven't had much luck finding an answer (that I can understand anyway)
So is there a sort of easy setup to enable the service to function using any mail server ?
Thanks in advance for any advice!
So I've been involved in some discussions on CTN lately that have lead me back to the need to use Stunnel on occasion, which I have not done for a long time - and even then, only on a few occasions, so I am not all that proficient.
I reviewed my old setup notes, and I'm able to get it going with Gmail.
I did figure out that it also requires the creation, and use of an App password when 2FA is enabled, as does the typical scan to email setup on the Ricoh devices
I've e been playing around with editing down the stunnel.conf file to only include SMTP settings, since all I will ever need to do is send email from a machine.
Here's what the file currently looks like to scan through my Gmail:
; The default certificatecert = stunnel.pem
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
; Set client mode
client = yes
[ssmtp]
accept = 25
connect = smtp.gmail.com:465
What I've been trying to accomplish on my own is to figure out how to get the service running on different mail servers like Go Daddy, Hostpapa (which is the company that hosts mine), etc.
I hoped it would be as simple as just changing the smtp.gmail.com to say mail.xyzcompany.ca ( in my case), but that doesn't seem to be the case.
I've done quite a bit of searching but haven't had much luck finding an answer (that I can understand anyway)

So is there a sort of easy setup to enable the service to function using any mail server ?
Thanks in advance for any advice!
Comment