summaryrefslogtreecommitdiffstats
path: root/bin/secrets
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-04 22:44:01 -0500
committerJesse Luehrs <doy@tozt.net>2019-03-04 22:44:01 -0500
commit29b16cfc309ab74f4927834a292c03fa0af1b56b (patch)
treec72772f7c5c1126aae3d02babe86e162cb6f8ee2 /bin/secrets
parent5f0400bdbc4f851d95f58c47bb763e9b380f22f1 (diff)
downloadpuppet-tozt-29b16cfc309ab74f4927834a292c03fa0af1b56b.tar.gz
puppet-tozt-29b16cfc309ab74f4927834a292c03fa0af1b56b.zip
launch mail server with the real domain name
Diffstat (limited to 'bin/secrets')
-rwxr-xr-xbin/secrets2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/secrets b/bin/secrets
index d7a5dfd..244431c 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=newsmtp.tozt.net
+ hostname=mail.tozt.net
elif [ "${host}" = "partofme" ]; then
hostname=partofme
else