Fixes
This commit is contained in:
parent
4e098544be
commit
f32891c328
5 changed files with 11 additions and 6 deletions
|
@ -6,7 +6,9 @@
|
|||
{% if domain.comment is defined %}
|
||||
# {{ domain.comment }}
|
||||
{% endif %}
|
||||
{% if domain.relay_host is defined %}
|
||||
{{ "%-50s %s" | format(domain.name, domain.relay_host) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
|
@ -135,7 +135,7 @@ smtp_sasl_security_options = noanonymous
|
|||
#### Postscreen
|
||||
postscreen_access_list =
|
||||
permit_mynetworks
|
||||
cidr:{{ postfix_conf_dir }}/postscreen_access.cidr
|
||||
cidr:{{ postfix_conf_dir }}/postscreen_access
|
||||
postscreen_blacklist_action = drop
|
||||
|
||||
# Pregreeting
|
||||
|
@ -240,7 +240,9 @@ smtpd_data_restrictions =
|
|||
|
||||
### Connection limits
|
||||
smtpd_client_connection_rate_limit = 100
|
||||
{% if postfix_smtpd_client_event_limit_exceptions is defined %}
|
||||
smtpd_client_event_limit_exceptions = {{ postfix_smtpd_client_event_limit_exceptions | join(', ') }}
|
||||
{% endif %}
|
||||
smtpd_client_message_rate_limit = 25
|
||||
smtpd_client_new_tls_session_rate_limit = 100
|
||||
smtpd_client_auth_rate_limit = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue