mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:24:35 +02:00
email-backup: use $SendEMail2
This drops $EmailBackupTo & $EmailBackupCc from settings! Use settings overwrite if required: :global EmailGeneralToOverride { "email-backup"="backup@example.com"; }
This commit is contained in:
parent
529cefffaf
commit
d2560db5c9
6 changed files with 15 additions and 23 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 48;
|
||||
:global GlobalConfigVersion 49;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -38,6 +38,7 @@
|
|||
# TelegramTokenIdOverride and TelegramChatIdOverride like this:
|
||||
#:global EmailGeneralToOverride {
|
||||
# "check-certificates"="override@example.com";
|
||||
# "email-backup"="backup@example.com";
|
||||
#}
|
||||
|
||||
# Toggle this to disable symbols in notifications.
|
||||
|
@ -50,9 +51,6 @@
|
|||
:global BackupSendExport true;
|
||||
:global BackupPassword "v3ry-s3cr3t";
|
||||
:global BackupRandomDelay 0;
|
||||
# These addresses are used to send backup and config export files to.
|
||||
:global EmailBackupTo "";
|
||||
:global EmailBackupCc "";
|
||||
# These credentials are used to upload backup and config export files.
|
||||
# SFTP authentication is tricky, you may have to limit authentication
|
||||
# methods for your SSH server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue