summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-06 05:19:35 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-06 05:19:35 -0500
commit99000f520bcda5d96ae99c28acf83c26c9cc4394 (patch)
tree6a9fda2859c1b31d34029ab8f0f7f1d3dedb0c7b /bin
parent839e453418783fb2f5718d5167aa0720a4010cd5 (diff)
downloadpuppet-tozt-99000f520bcda5d96ae99c28acf83c26c9cc4394.tar.gz
puppet-tozt-99000f520bcda5d96ae99c28acf83c26c9cc4394.zip
fix newmail hostnames a bit more
Diffstat (limited to 'bin')
-rwxr-xr-xbin/secrets2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/secrets b/bin/secrets
index ea7aef8..d7a5dfd 100755
--- a/bin/secrets
+++ b/bin/secrets
@@ -34,7 +34,7 @@ cmd_sync() {
if [ "${host}" = "tozt" ]; then
hostname=tozt.net
elif [ "${host}" = "mail" ]; then
- hostname=newmail3.tozt.net
+ hostname=newsmtp.tozt.net
elif [ "${host}" = "partofme" ]; then
hostname=partofme
else