lids.net

来自「关于LINUX安全内核的源代码」· NET 代码 · 共 35 行

NET
35
字号
# LIDS # Send Alert Message From Network# for lids 0.9.8 # 	xie@gnuchina.org# -------------------------------------------------------------------# MAIL_SWITCH = 1 | 0 # 1 , send alert function is on # 0, send alert function is off MAIL_SWITCH= 1 # MAIL_RELAY=hex IP:port # IP11.1 of the machine that will be directly connected by LIDS# for relaying its mails. Port is usually 25, but who knows...MAIL_RELAY=127.0.0.1:25 # MAIL_SOURCE=source machine :# Name of the source machine, used for the ehlo identification.# Note that a bad name here could make the mail relay refuse your# mails.MAIL_SOURCE=lids.sinocluster.com          # MAIL_FROM=sender address #          Sender address, which will also be in the ``from'' field.MAIL_FROM= LIDS_ALERT@lids.sinocluster.com # MAIL_TO=recipient address :#          Recipient address.MAIL_TO= root@localhost         # MAIL_SUBJECT= subject :#          Subject of the mail.MAIL_SUBJECT= LIDS ALert

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?