From 99000f520bcda5d96ae99c28acf83c26c9cc4394 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 6 Dec 2018 05:19:35 -0500 Subject: fix newmail hostnames a bit more --- bin/secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf