Skip to content

Commit

Permalink
removes duplicate smtp_tls_cert_file entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend authored and wookietreiber committed Mar 20, 2024
1 parent aa67ede commit e6d3cde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions templates/main_cf_redhat_8.j2
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,6 @@ smtp_tls_note_starttls_offer = {{ postfix_smtp.tls_note_starttls_offer }}
{% if postfix_smtp is defined and postfix_smtp.tls_cert_file is defined %}
smtp_tls_cert_file = {{ postfix_smtp.tls_cert_file }}
{% endif %}
{% if postfix_smtp is defined and postfix_smtp.tls_cert_file is defined %}
smtp_tls_cert_file = {{ postfix_smtp.tls_cert_file }}
{% endif %}
{% if postfix_smtp is defined and postfix_smtp.tls_key_file is defined %}
smtp_tls_key_file = {{ postfix_smtp.tls_key_file }}
{% endif %}
Expand Down
3 changes: 0 additions & 3 deletions templates/main_cf_redhat_9.j2
Original file line number Diff line number Diff line change
Expand Up @@ -834,9 +834,6 @@ smtp_tls_note_starttls_offer = {{ postfix_smtp.tls_note_starttls_offer }}
{% if postfix_smtp is defined and postfix_smtp.tls_cert_file is defined %}
smtp_tls_cert_file = {{ postfix_smtp.tls_cert_file }}
{% endif %}
{% if postfix_smtp is defined and postfix_smtp.tls_cert_file is defined %}
smtp_tls_cert_file = {{ postfix_smtp.tls_cert_file }}
{% endif %}
{% if postfix_smtp is defined and postfix_smtp.tls_key_file is defined %}
smtp_tls_key_file = {{ postfix_smtp.tls_key_file }}
{% endif %}
Expand Down

0 comments on commit e6d3cde

Please sign in to comment.