浏览代码

[Minor] ratelimit: remove max_rcpt from config

tags/2.6
Andrew Lewis 3 年前
父节点
当前提交
3f428ace44
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      conf/modules.d/ratelimit.conf

+ 0
- 1
conf/modules.d/ratelimit.conf 查看文件

#info_symbol = "R_RATELIMIT_INFO"; #info_symbol = "R_RATELIMIT_INFO";


whitelisted_rcpts = "postmaster,mailer-daemon"; whitelisted_rcpts = "postmaster,mailer-daemon";
max_rcpt = 5;


.include(try=true,priority=5) "${DBDIR}/dynamic/ratelimit.conf" .include(try=true,priority=5) "${DBDIR}/dynamic/ratelimit.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/ratelimit.conf" .include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/ratelimit.conf"

正在加载...
取消
保存