我试图在已经运行 postfix 和 dovecot 的 Ubuntu 服务器上设置垃圾邮件过滤。我发出了以下命令
sudo postconf -e 'content_filter = smtp-amavis:[127.0.0.1]:10024'
Run Code Online (Sandbox Code Playgroud)
现在我想知道如何撤消此命令?
postconf -d content_filter会告诉你content_filter参数的默认值是什么。
然后您可以使用postconf -e将参数重置为其默认值。
| 归档时间: |
|
| 查看次数: |
633 次 |
| 最近记录: |