From Fedora Project Wiki

Revision as of 20:05, 16 March 2011 by Wfmakowski (talk | contribs) (Completed overview and outline of remaining work)

Overview

The motivation to configure sendmail as a client for Simple Mail Transfer Protocol with SSL (SMTPS) came about when I switched ISP's and the new service required authentication as well as the use of port 465 to submit an email for delivery. The old ISP permitted the use of port 25 as long as your IP address was part of their network, whereas the new service blocks that port to outgoing traffic. Setting up SMTPS is fairly easy to do using a client like Evolution, however, it is not quite as straightforward to configure sendmail to do the job. The reason why I needed sendmail was to allow my home server to send email using the PHP mail function from a web page. One of the uses of this server is as a platform for website development and testing.

When researching this topic I found a number of helpful sources on the internet. One of the problems though is that they didn't have all the pieces or something was a little off. Two very helpful sources where:

Left To Do

  1. Install and configure stunnel
  2. Configure sendmail
  3. Firewall
  4. Dynamic DNS to allow for address verification
  5. Email address verification on ISP
  6. Double check security for any holes
  7. Look at the possibility of using submission Port 587