only listen on localhost when setting up mail relay

master
Michael Wilson 3 years ago
parent ec62d83d19
commit 6fb76d35c0
  1. 2
      common/mailrelay/tasks/ubuntu.yml

@ -27,4 +27,6 @@
regexp: '^(\s*)smtp_sasl_password_maps(\s*)=.*$'
- line: "smtp_sasl_security_options = noanonymous"
regexp: '^(\s*)smtp_sasl_security_options(\s*)=.*$'
- line: "inet_interfaces = 127.0.0.1"
regexp: '^(\s*)inet_interfaces(\s*)=.*$'
notify: postfix_reload

Loading…
Cancel
Save