Outils pour utilisateurs

Outils du site


tech:mails_postfix_spf

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:mails_postfix_spf [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:mails_postfix_spf [2025/04/24 15:07] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 {{tag>Brouillon Mail SMTP Postfix SPF SPAM}} {{tag>Brouillon Mail SMTP Postfix SPF SPAM}}
  
-Mails Postfix SPF+Mails Postfix SPF
  
  
-<code bash>+~~~bash
 apt-get install postfix-policyd-spf-python apt-get install postfix-policyd-spf-python
-</code>+~~~
  
-/etc/postfix/master.cf +''/etc/postfix/master.cf'' 
-<code - /etc/postfix/master.cf>+~~~
 policyd-spf  unix  -                               spawn policyd-spf  unix  -                               spawn
     user=policyd-spf argv=/usr/bin/policyd-spf     user=policyd-spf argv=/usr/bin/policyd-spf
-</code>+~~~
          
-/etc/postfix/main.cf +''/etc/postfix/main.cf'' 
-<code ini /etc/postfix/main.cf>+~~~ini
 policyd-spf_time_limit = 3600 policyd-spf_time_limit = 3600
          
Ligne 23: Ligne 24:
   reject_unauth_destination,   reject_unauth_destination,
   check_policy_service unix:private/policyd-spf   check_policy_service unix:private/policyd-spf
-</code>+~~~
      
-<code bash>+~~~bash
 postfix check postfix check
 postfix reload postfix reload
-</code>+~~~
  
  
 Vérif Vérif
-<code ->+~~~
 # grep SPF /var/log/mail.info # grep SPF /var/log/mail.info
 Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.216.181; helo=mail-qt0-f181.google.com; envelope-from=yourmailaddress@gmail.com; receiver=info@miyw.de Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.85.216.181; helo=mail-qt0-f181.google.com; envelope-from=yourmailaddress@gmail.com; receiver=info@miyw.de
-</code>+~~~
  
  
tech/mails_postfix_spf.1742825205.txt.gz · Dernière modification : de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki