📄 lids.net
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -