Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.39 KB | None | 0 0
  1. ==========================================================
  2. Summary of Results
  3. ==========================================================
  4. SPF check: pass
  5. DomainKeys check: neutral
  6. DKIM check: pass
  7. Sender-ID check: pass
  8. SpamAssassin check: ham
  9.  
  10. ==========================================================
  11. Details:
  12. ==========================================================
  13.  
  14. HELO hostname: mail.wameo.pl
  15. Source IP: 178.62.255.146
  16. mail-from: biuro@mebleml.pl
  17.  
  18. ----------------------------------------------------------
  19. SPF check details:
  20. ----------------------------------------------------------
  21. Result: pass
  22. ID(s) verified: smtp.mailfrom=biuro@mebleml.pl
  23. DNS record(s):
  24. mebleml.pl. SPF (no records)
  25. mebleml.pl. 1717 IN TXT "v=spf1 mx -all"
  26. mebleml.pl. 1717 IN MX 10 wameo.pl.
  27. mebleml.pl. 1717 IN MX 10 main.wameo.pl.
  28. mebleml.pl. 1717 IN MX 10 178.62.255.146.
  29. wameo.pl. 1717 IN A 178.62.255.146
  30.  
  31. ----------------------------------------------------------
  32. DomainKeys check details:
  33. ----------------------------------------------------------
  34. Result: neutral (message not signed)
  35. ID(s) verified: header.From=biuro@mebleml.pl
  36. DNS record(s):
  37.  
  38. ----------------------------------------------------------
  39. DKIM check details:
  40. ----------------------------------------------------------
  41. Result: pass (matches From: biuro@mebleml.pl)
  42. ID(s) verified: header.d=mebleml.pl
  43. Canonicalized Headers:
  44. date:Wed,'20'01'20'Jul'20'2015'20'10:51:12'20'-0700'0D''0A'
  45. from:biuro@mebleml.pl'0D''0A'
  46. to:check-auth@verifier.port25.com'0D''0A'
  47. subject:dfgfd'0D''0A'
  48. dkim-signature:v=1;'20'a=rsa-sha256;'20'c=relaxed/simple;'20'd=mebleml.pl;'20's=mail;'20't=1435773073;'20'bh=xvhXtgxbrskqwZb9XDXb7d6mkRITLG3/oB9rpMAEUXY=;'20'h=Date:From:To:Subject:From;'20'b=
  49.  
  50. Canonicalized Body:
  51. gdgdf'0D''0A'
  52.  
  53.  
  54. DNS record(s):
  55. mail._domainkey.mebleml.pl. 1800 IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtkA1iYdh8Br7Cv+t05PgqFhlRVYY1O8VaSqVdLMwOF7BMsx8dOh+eERB4VGCUwBdr/deld7F+zW9+p624k8pzsMdSRlVbP0Wva+sfIJe4zH/0YsPdFd9zu8PDk5bGs7oT76MMm54QpPM9R/H30HaF1nP+UoBX23eI65bknudN+QIDAQAB"
  56.  
  57. Public key used for verification: mail._domainkey.mebleml.pl (1024 bits)
  58.  
  59. NOTE: DKIM checking has been performed based on the latest DKIM specs
  60. (RFC 4871 or draft-ietf-dkim-base-10) and verification may fail for
  61. older versions. If you are using Port25's PowerMTA, you need to use
  62. version 3.2r11 or later to get a compatible version of DKIM.
  63.  
  64. ----------------------------------------------------------
  65. Sender-ID check details:
  66. ----------------------------------------------------------
  67. Result: pass
  68. ID(s) verified: header.From=biuro@mebleml.pl
  69. DNS record(s):
  70. mebleml.pl. SPF (no records)
  71. mebleml.pl. 1717 IN TXT "v=spf1 mx -all"
  72. mebleml.pl. 1717 IN MX 10 main.wameo.pl.
  73. mebleml.pl. 1717 IN MX 10 178.62.255.146.
  74. mebleml.pl. 1717 IN MX 10 wameo.pl.
  75. main.wameo.pl. A (NXDOMAIN)
  76. 178.62.255.146. A (NXDOMAIN)
  77. wameo.pl. 1717 IN A 178.62.255.146
  78.  
  79. ----------------------------------------------------------
  80. SpamAssassin check details:
  81. ----------------------------------------------------------
  82. SpamAssassin v3.4.0 (2014-02-07)
  83.  
  84. Result: ham (-2.0 points, 5.0 required)
  85.  
  86. pts rule name description
  87. ---- ---------------------- --------------------------------------------------
  88. -0.0 SPF_PASS SPF: sender matches SPF record
  89. -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
  90. [score: 0.0000]
  91. -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's
  92. domain
  93. 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid
  94. -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
  95.  
  96. ==========================================================
  97. Explanation of the possible results (from RFC 5451)
  98. ==========================================================
  99.  
  100. SPF and Sender-ID Results
  101. =========================
  102.  
  103. "none"
  104. No policy records were published at the sender's DNS domain.
  105.  
  106. "neutral"
  107. The sender's ADMD has asserted that it cannot or does not
  108. want to assert whether or not the sending IP address is authorized
  109. to send mail using the sender's DNS domain.
  110.  
  111. "pass"
  112. The client is authorized by the sender's ADMD to inject or
  113. relay mail on behalf of the sender's DNS domain.
  114.  
  115. "policy"
  116. The client is authorized to inject or relay mail on behalf
  117. of the sender's DNS domain according to the authentication
  118. method's algorithm, but local policy dictates that the result is
  119. unacceptable.
  120.  
  121. "fail"
  122. This client is explicitly not authorized to inject or
  123. relay mail using the sender's DNS domain.
  124.  
  125. "softfail"
  126. The sender's ADMD believes the client was not authorized
  127. to inject or relay mail using the sender's DNS domain, but is
  128. unwilling to make a strong assertion to that effect.
  129.  
  130. "temperror"
  131. The message could not be verified due to some error that
  132. is likely transient in nature, such as a temporary inability to
  133. retrieve a policy record from DNS. A later attempt may produce a
  134. final result.
  135.  
  136. "permerror"
  137. The message could not be verified due to some error that
  138. is unrecoverable, such as a required header field being absent or
  139. a syntax error in a retrieved DNS TXT record. A later attempt is
  140. unlikely to produce a final result.
  141.  
  142.  
  143. DKIM and DomainKeys Results
  144. ===========================
  145.  
  146. "none"
  147. The message was not signed.
  148.  
  149. "pass"
  150. The message was signed, the signature or signatures were
  151. acceptable to the verifier, and the signature(s) passed
  152. verification tests.
  153.  
  154. "fail"
  155. The message was signed and the signature or signatures were
  156. acceptable to the verifier, but they failed the verification
  157. test(s).
  158.  
  159. "policy"
  160. The message was signed but the signature or signatures were
  161. not acceptable to the verifier.
  162.  
  163. "neutral"
  164. The message was signed but the signature or signatures
  165. contained syntax errors or were not otherwise able to be
  166. processed. This result SHOULD also be used for other
  167. failures not covered elsewhere in this list.
  168.  
  169. "temperror"
  170. The message could not be verified due to some error that
  171. is likely transient in nature, such as a temporary inability
  172. to retrieve a public key. A later attempt may produce a
  173. final result.
  174.  
  175. "permerror"
  176. The message could not be verified due to some error that
  177. is unrecoverable, such as a required header field being
  178. absent. A later attempt is unlikely to produce a final result.
  179.  
  180.  
  181. ==========================================================
  182. Original Email
  183. ==========================================================
  184.  
  185. Return-Path: <biuro@mebleml.pl>
  186. Received: from mail.wameo.pl (178.62.255.146) by verifier.port25.com id higk9620i3gb for <check-auth@verifier.port25.com>; Wed, 1 Jul 2015 13:51:15 -0400 (envelope-from <biuro@mebleml.pl>)
  187. Authentication-Results: verifier.port25.com; spf=pass smtp.mailfrom=biuro@mebleml.pl
  188. Authentication-Results: verifier.port25.com; domainkeys=neutral (message not signed) header.From=biuro@mebleml.pl
  189. Authentication-Results: verifier.port25.com; dkim=pass (matches From: biuro@mebleml.pl) header.d=mebleml.pl
  190. Authentication-Results: verifier.port25.com; sender-id=pass header.From=biuro@mebleml.pl
  191. Received: from mebleml.pl (localhost [127.0.0.1])
  192. by mail.wameo.pl (Postfix) with ESMTPSA id D42D540995
  193. for <check-auth@verifier.port25.com>; Wed, 1 Jul 2015 17:51:12 +0000 (UTC)
  194. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mebleml.pl; s=mail;
  195. t=1435773073; bh=xvhXtgxbrskqwZb9XDXb7d6mkRITLG3/oB9rpMAEUXY=;
  196. h=Date:From:To:Subject:From;
  197. b=W6ciEraret0aMBBAskL8cdFAMR0ZSIdoJcgOYSe4FmeiHcwiKF4/k1aKstOtv5qpD
  198. m++cmHhoM7XJTSZk9vI52pXLhTXUJMeGokavSTiaNI4l+OuATm8FCEygiTYnG69Ak5
  199. 8fSFas6Uy+mxfkUcPLlhNJmFqlFMs3TtsMci7XXk=
  200. MIME-Version: 1.0
  201. Content-Type: text/plain; charset=US-ASCII;
  202. format=flowed
  203. Content-Transfer-Encoding: 7bit
  204. Date: Wed, 01 Jul 2015 10:51:12 -0700
  205. From: biuro@mebleml.pl
  206. To: check-auth@verifier.port25.com
  207. Subject: dfgfd
  208. Message-ID: <37ad72faeb4dfc3b476fedb59990f611@mebleml.pl>
  209. X-Sender: biuro@mebleml.pl
  210. User-Agent: Roundcube Webmail
  211.  
  212. gdgdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement