On the old server-manager there was the option to set the e-mail address:
firewall’s config db props:
NotifyWan
: can beenabled
ordisabled
, ifenabled
a mail is sent every time a provider changes its own stateNotifyWanFrom
: sender address for mails sent if NotifyWAN is set to enabledNotifyWanTo
: recipient address for mails sent if NotifyWAN is set to enabled
On cockpit it seems the same settings are used, and if not set by the user they are gathered from root settings:
notifywanfrom=$(/sbin/e-smith/db configuration getprop root SenderAddress) notifyto=$(/sbin/e-smith/db configuration getprop root EmailAddress)
You have to have nethserver-lsm package installed, IIRC.