My email server requires TLS (SSL) to connect and send mail. We are still running version 4.x. Is there a way to configure the system to handle SMTP over SSL with TLS?
|
1
|
Maybe with an SSL tunnel. i.e. you could set up a tunnel on your machine to your SMTP server and then have FogBugz connect to the local tunnel. FogBugz 7 supports this though. You could just upgrade... |
||
|
|
|
1
|
These steps are for FogBugz 7 implicit SSL, but they may work for you to setup the tunnel you need. Upgrading FogBugz is still easier though ;) Follow the instructions here, but use these lines in your config: [SMTP FogBugz] accept = 1099 connect = [smtp server]:[smtp port - usually 465]
|
|||
|
|
|
0
|
The above worked for me when configuring for Google Apps, but I didn't get the same response when testing stunnel. I was able to open the telnet connection and get a response from the other end of the tunnel, but when I tried to send the "starttls" command I got:
But otherwise everything worked fine, once I just decided to skip that step and run the diagnostic within Fogbugz to test it. My stunnel.conf file is this:
|
|||
|
|