postfix


27
十一 07

postfix的几个必须知道的参数

查看postfix的配置参数用:
#postconf

修改参数使用:
postconf -e hash_queue_depth=3 (默认是1)

hash_queue_names = deferred,defer,active,incoming (默认只有deferred,defer)

postfix check
postfix reload

default_process_limit 这个参数用来设置传输服务可同时启动的进程上限。

default_destination_limit

default_destination_concurrency_limit    传输服务(定义于master.cf)对于同一目的地同时投递量的上限。此参数的限制对象是“目的地”而非“传输服务”本身。

default_transport_concurrency_limit     决定各个传输服务同时投递量的上限。