Here's what's going on:
* You hand an outgoing message to your local Postfix, which decides to
- send it via port `12345` on your localhost (`127.0.0.1`) (`relayhost`).
+ send it via port `12345` on your localhost (`127.0.0.1`) ([relayhost][]).
* Stunnel picks up the connection from Postfix, encrypts everything,
and forwards the connection to port 465 on `outgoing.verizon.net`
(`stunnel.conf`).
site][host].
[Postfix]: http://www.postfix.org/
+[relayhost]: http://www.postfix.org/postconf.5.html#relayhost
[myhostname]: http://www.postfix.org/postconf.5.html#myhostname
[smtp_generic_maps]: http://www.postfix.org/postconf.5.html#smtp_generic_maps
[postconf]: http://www.postfix.org/postconf.5.html