tech:mails_postfix_spf
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:mails_postfix_spf [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:mails_postfix_spf [2025/04/24 15:07] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Mails Postfix SPF | ||
| + | |||
| + | |||
| + | ~~~bash | ||
| + | apt-get install postfix-policyd-spf-python | ||
| + | ~~~ | ||
| + | |||
| + | ''/ | ||
| + | ~~~ | ||
| + | policyd-spf | ||
| + | user=policyd-spf argv=/ | ||
| + | ~~~ | ||
| + | | ||
| + | ''/ | ||
| + | ~~~ini | ||
| + | policyd-spf_time_limit = 3600 | ||
| + | | ||
| + | smtpd_recipient_restrictions = | ||
| + | permit_sasl_authenticated, | ||
| + | permit_mynetworks, | ||
| + | reject_unauth_destination, | ||
| + | check_policy_service unix: | ||
| + | ~~~ | ||
| + | | ||
| + | ~~~bash | ||
| + | postfix check | ||
| + | postfix reload | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | Vérif | ||
| + | ~~~ | ||
| + | # grep SPF / | ||
| + | Received-SPF: | ||
| + | ~~~ | ||
| + | |||
