summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2012-12-06 23:56:50 +0100
committerGuilhem Moulin <guilhem.moulin@fripost.org>2014-01-11 22:11:56 +0100
commit7b6cb30875afeb189691563ab5028fd9f58e72e8 (patch)
treed4325472213c25dfe6251c76170ea8174f71fc16
parent6387f88e77fcf7d0ec5ace82798d7a33bbdf5d75 (diff)
Make every machine use our own SMTP client.
-rw-r--r--changelog.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.mdwn b/changelog.mdwn
index 05bac0a..d71fb89 100644
--- a/changelog.mdwn
+++ b/changelog.mdwn
@@ -7,4 +7,5 @@ domains they (co-)own. (G)
* 2012-08-14 Domain-aliases have been tested. (G)
* 2012-08-20 An experimental MSA (port 587) and outgoing SMTP server are
running on smtp.fripost.org. (G)
-* 2012-11-24 Every outgoing e-mail now gets virus-scanned and DKIM-signed. (G)
+* 2012-11-24 Every e-mail leaving our SMTP client now gets virus-scanned and DKIM-signed. (G)
+* 2012-12-06 Every outgoing e-mail now gets through our own SMTP client. (G)