我确实在我的 Postfix 配置中添加了一个新的慢速传输,但这看起来不起作用。消息在慢速传输中正确传递,但它们不受速率限制。
目前,我一直在我的 master.cf 中进行设置:
slow unix - - n - 1 smtp
-o default_destination_concurrency_limit=1
-o initial_destination_concurrency=1
-o smtp_destination_concurrency_limit=1
-o in_flow_delay=2s
-o syslog_name=slow
Run Code Online (Sandbox Code Playgroud)
知道为什么我的消息不受速率限制吗?