mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 18:14:27 +02:00
global-config: move config for email-backup
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
431a4c8176
commit
26f01b238b
1 changed files with 5 additions and 4 deletions
|
@ -12,13 +12,11 @@
|
||||||
:global Domain "example.com";
|
:global Domain "example.com";
|
||||||
:global HostNameInZone true;
|
:global HostNameInZone true;
|
||||||
|
|
||||||
# These addresses are used to send e-mails to. The to-addresses need
|
# These addresses are used to send e-mails to. The to-address needs
|
||||||
# to be filled, cc-addresses can be empty, one address or a comma
|
# to be filled; cc-address can be empty, one address or a comma
|
||||||
# separated list of addresses.
|
# separated list of addresses.
|
||||||
:global EmailGeneralTo "mail@example.com";
|
:global EmailGeneralTo "mail@example.com";
|
||||||
:global EmailGeneralCc "another@example.com";
|
:global EmailGeneralCc "another@example.com";
|
||||||
:global EmailBackupTo "mail@example.com";
|
|
||||||
:global EmailBackupCc "";
|
|
||||||
|
|
||||||
# You can send Telegram notifications. Register a bot
|
# You can send Telegram notifications. Register a bot
|
||||||
# and add the token and chat ids here.
|
# and add the token and chat ids here.
|
||||||
|
@ -31,6 +29,9 @@
|
||||||
:global BackupSendBinary false;
|
:global BackupSendBinary false;
|
||||||
:global BackupSendExport true;
|
:global BackupSendExport true;
|
||||||
:global BackupPassword "v3ry-s3cr3t";
|
:global BackupPassword "v3ry-s3cr3t";
|
||||||
|
# These addresses are used to send backup and config export files to.
|
||||||
|
:global EmailBackupTo "mail@example.com";
|
||||||
|
:global EmailBackupCc "another@example.com";
|
||||||
|
|
||||||
# Specify an address to enable auto update to version assumed safe.
|
# Specify an address to enable auto update to version assumed safe.
|
||||||
# The configured channel (bugfix, current, release-candidate) is appended.
|
# The configured channel (bugfix, current, release-candidate) is appended.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue