document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # /usr/local/sbin/postfix-policyd-spf-perl
  2. request=smtpd_access_policy
  3. protocol_state=RCPT
  4. protocol_name=SMTP
  5. helo_name=domain3.tld
  6. queue_id=8045F2AB23
  7. sender=info@domain1.tld
  8. recipient=info@domain1.tld
  9. client_address=222.333.444.555
  10. client_name=foo.bar
  11.  
  12. action=PREPEND Received-SPF: softfail (domain1.tld ... _spf.domain1.tld: Sender is not authorized by default to use \'info@domain1.tld\' in \'mfrom\' identity, however domain is not currently prepared for false failures (mechanism \'~all\' matched)) receiver=mail.domain1.tld; identity=mailfrom; envelope-from="info@domain1.tld"; helo=domain3.tld; client-ip=222.333.444.555
');