From cdae39417cfd58828e3f55a5b39a9bba2fff03c6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 31 Dec 2018 20:37:58 -0500 Subject: stop doing any syncing for the new mail server for now --- bin/algo-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/algo-config b/bin/algo-config index 0aa413a..c17e806 100755 --- a/bin/algo-config +++ b/bin/algo-config @@ -33,11 +33,11 @@ cp "$config_path/partofme-not-captive.conf" /mnt/puppet/partofme/wireguard $secrets_bin sync partofme # mail -sed 's|^AllowedIPs.*|AllowedIPs = 10.19.49.0/24, fd9d:bc11:4021::/48, 172.16.0.1/32|' "$config_path/mail.conf" > "$config_path/mail-not-captive.conf" # XXX +# sed 's|^AllowedIPs.*|AllowedIPs = 10.19.49.0/24, fd9d:bc11:4021::/48, 172.16.0.1/32|' "$config_path/mail.conf" > "$config_path/mail-not-captive.conf" # scp "$config_path/mail-not-captive.conf" root@newsmtp.tozt.net:/etc/wireguard/algo.conf -cp "$config_path/mail-not-captive.conf" /mnt/puppet/mail/wireguard -$secrets_bin sync mail +# cp "$config_path/mail-not-captive.conf" /mnt/puppet/mail/wireguard +# $secrets_bin sync mail # phone echo "algo-captive" -- cgit v1.2.3-54-g00ecf