Browse Source

Merge pull request #717 from openelectron/rmilter_error

rmilter fails to start due to a missing trailing semicolon.
Sven Neuhaus 6 years ago
parent
commit
f9fa16f2ad
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/tasks/rspamd.yml

+ 1
- 1
roles/mailserver/tasks/rspamd.yml View File

@@ -38,7 +38,7 @@
38 38
   copy: src=etc_rmilter.conf.common dest=/etc/rmilter.conf.common
39 39
 
40 40
 - name: Configure rmilter socket
41
-  lineinfile: dest=/etc/rmilter.conf regexp=^bind_socket line="bind_socket = inet:9900@localhost"
41
+  lineinfile: dest=/etc/rmilter.conf regexp=^bind_socket line="bind_socket = inet:9900@localhost;"
42 42
 
43 43
 - name: Configure rmilter service
44 44
   copy: src=lib_systemd_system_rmilter.socket dest=/lib/systemd/system/rmilter.socket

Loading…
Cancel
Save