Browse Source

Fixed Postfix

bugfixes
gau1991 10 years ago
parent
commit
dd8f16607d
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -666,8 +666,6 @@ class EEStackController(CementBaseController):
-o smtpd_hard_error_limit=1000
-o smtpd_client_connection_count_limit=0
-o smtpd_client_connection_rate_limit=0
-o receive_override_options=no_header_body_checks,""" +
"""no_unknown_recipient_check
-o local_header_rewrite_clients=""")
with open("/etc/postfix/master.cf", "a") as am_config:

Loading…
Cancel
Save