25 lines
559 B
Plaintext
25 lines
559 B
Plaintext
[MODULE]
|
|
LOG_PATH=./log/mail
|
|
LOG_LEVEL=20
|
|
|
|
#USER_DEFINE_REGION=X-mailer,Message-ID
|
|
|
|
#IMAP BODY/BODYSTRUCTURE information
|
|
HTABLE_SIZE=65536
|
|
HTABLE_EXPIRE_TIME=1800
|
|
|
|
#whether to decode BASE64/QP, 0:OFF, 1:ON(default)
|
|
{{- if eq .Values.decoders.MAIL_BASE64 .Values.define_enable_val_yes }}
|
|
TRANS_DECODE_SWITCH=1
|
|
{{- else }}
|
|
TRANS_DECODE_SWITCH=0
|
|
{{- end }}
|
|
#0: callback biz per packet; 1: callback biz per line(default)
|
|
CALLBACK_BIZ_LINE=1
|
|
|
|
STAT_FIELD_CYCLE=10
|
|
STAT_FIELD_TRIG=0
|
|
STAT_FIELD_APPNAME=MAIL_PRO
|
|
STAT_FIELD_DST_IP=10.10.10.68
|
|
STAT_FIELD_DST_PORT=8125
|