aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-10-15 22:45:27 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-10-15 22:45:27 +0200
commitb7690777464a46ecb9a21fff260a2830f3b7fb8f (patch)
tree7958a5e4d4bf7104653eda5d563225eaa785a6a3
parentc40c792806df3385f64905f7d989bb08c884d916 (diff)
global-config: do not define mail addresses by default
-rw-r--r--README.md6
-rw-r--r--global-config6
2 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 03b7bbd..33b61cd 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,9 @@ Mark `global-config-overlay` not to be overwritten by future updates.
[admin@MikroTik] > / system script set comment="ignore" global-config-overlay
-The configuration needs to be tweaked for your needs. Make sure not to send
-your mails to `mail@example.com`! Edit `global-config-overlay`, copy
-configuration from `global-config` (the one without `-overlay`).
+The configuration needs to be tweaked for your needs. Edit
+`global-config-overlay`, copy configuration from `global-config` (the one
+without `-overlay`).
[admin@MikroTik] > / system script edit global-config-overlay source
diff --git a/global-config b/global-config
index 269ac6b..759356c 100644
--- a/global-config
+++ b/global-config
@@ -19,8 +19,10 @@
# These addresses are used to send e-mails to. The to-address needs
# to be filled; cc-address can be empty, one address or a comma
# separated list of addresses.
-:global EmailGeneralTo "mail@example.com";
-:global EmailGeneralCc "another@example.com";
+:global EmailGeneralTo "";
+:global EmailGeneralCc "";
+#:global EmailGeneralTo "mail@example.com";
+#:global EmailGeneralCc "another@example.com,third@example.com";
# You can send Telegram notifications. Register a bot
# and add the token and chat ids here.