浏览代码

Set Postfix message_size_limit and inet_interfaces

merge-requests/1/merge
Christoph Haas 10 年前
父节点
当前提交
69a99d951e
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      roles/ispmail-postfix/tasks/main.yml

+ 6
- 0
roles/ispmail-postfix/tasks/main.yml 查看文件

@@ -92,3 +92,9 @@
- name: Enabling spamd at startup
command: systemctl enable spamassassin

- name: Allow emails up to 40 MB large
command: postconf message_size_limit=41943040

- name: Make Postfix listen on all interfaces
command: postconf inet_interfaces=all


正在加载...
取消
保存