From dc0b822af157b214176e4f3a57420c079aa6b364 Mon Sep 17 00:00:00 2001
From: "W. Trevor King" <wking@tremily.us>
Date: Fri, 14 Sep 2012 07:50:54 -0400
Subject: [PATCH] posts:postfix: also add a link for `relayhost`.

---
 posts/Postfix.mdwn | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/posts/Postfix.mdwn b/posts/Postfix.mdwn
index 5c28a09..cc41e7d 100644
--- a/posts/Postfix.mdwn
+++ b/posts/Postfix.mdwn
@@ -43,7 +43,7 @@ Test with:
 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`).
@@ -102,6 +102,7 @@ see the [Postfix suggestions for being an MX host for a remote
 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
-- 
2.26.2