Skip to content

Commit

Permalink
Fix incorrectly named defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
horazont authored and mabezi committed Jan 22, 2024
1 parent ad06fa8 commit c73ce86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,17 @@ mta_msa_options:
smtpd_relay_restrictions:
- permit_sasl_authenticated
- defer_unauth_destination
mta_msa_privacy: False

Check failure on line 64 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint

yaml[truthy]

Truthy value should be one of \[false, true]
mta_msa_privacy_strip_headers:
- X-Mailer

Check failure on line 66 in defaults/main.yml

View workflow job for this annotation

GitHub Actions / Lint

yaml[indentation]

Wrong indentation: expected 2 but found 0
- X-Enigmail
- X-Originating-IP
- User-Agent
mta_msa_tls_cert_file: null
mta_msa_tls_key_file: null
mta_msa_recipient_restrictions: []
mta_msa_sender_restrictions: []
mta_msa_sender_login_maps: []

# OpenDKIM settings
mta_dkim: false
Expand Down

0 comments on commit c73ce86

Please sign in to comment.