mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Update the mail_dest documentation with the new email_dest field
This commit is contained in:
parent
efb9b24ef3
commit
10159a3fdf
1 changed files with 3 additions and 2 deletions
|
@ -202,11 +202,12 @@ export {
|
|||
##
|
||||
## Note that this is overridden by the ZeekControl SendMail option.
|
||||
option sendmail = "/usr/sbin/sendmail";
|
||||
## Email address to send notices with the
|
||||
## The default email address to send notices with the
|
||||
## :zeek:enum:`Notice::ACTION_EMAIL` action or to send bulk alarm logs
|
||||
## on rotation with :zeek:enum:`Notice::ACTION_ALARM`.
|
||||
##
|
||||
## Note that this is overridden by the ZeekControl MailTo option.
|
||||
## Note that this is overridden by the ZeekControl MailTo option or by
|
||||
## the `email_dest` field in the :zeek:see:`Notice::Info` record.
|
||||
const mail_dest = "" &redef;
|
||||
|
||||
## Address that emails will be from.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue