• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

All my emails go to junk (YAHOO, HOTMAIL, GMAIL)

i created abuse email and i received strange 2 emails

First form
Report Domain: ar4b.net Submitter: hotmail.com Report-ID: <[email protected]>

and have this content

Code:
<?xml version="1.0" encoding="utf-8"?><feedback><report_metadata><org_name>Microsoft Corp.</org_name><email>[email protected]</email><report_id>[email protected]</report_id><date_range><begin>1429117200</begin><end>1429203600</end></date_range></report_metadata><policy_published><domain>ar4b.net</domain><adkim>r</adkim><aspf>r</aspf><p>quarantine</p><sp>none</sp><pct>100</pct></policy_published><record><row><source_ip>151.80.148.113</source_ip><count>1</count><policy_evaluated><disposition>none</disposition><dkim>fail</dkim><spf>fail</spf></policy_evaluated></row><identifiers><header_from>ar4b.net</header_from></identifiers><auth_results><spf><domain>ar4b.net</domain><result>temperror</result></spf><dkim><domain>ar4b.net</domain><result>none</result></dkim></auth_results></record></feedback>



second from google

Code:
<?xml version="1.0" encoding="UTF-8" ?>
<feedback>
  <report_metadata>
    <org_name>google.com</org_name>
    <email>[email protected]</email>
    <extra_contact_info>http://support.google.com/a/bin/answer.py?answer=2466580</extra_contact_info>
    <report_id>926895903963712436</report_id>
    <date_range>
      <begin>1429142400</begin>
      <end>1429228799</end>
    </date_range>
  </report_metadata>
  <policy_published>
    <domain>ar4b.net</domain>
    <adkim>r</adkim>
    <aspf>r</aspf>
    <p>quarantine</p>
    <sp>none</sp>
    <pct>100</pct>
  </policy_published>
  <record>
    <row>
      <source_ip>151.80.148.113</source_ip>
      <count>15</count>
      <policy_evaluated>
        <disposition>none</disposition>
        <dkim>fail</dkim>
        <spf>pass</spf>
      </policy_evaluated>
    </row>
    <identifiers>
      <header_from>ar4b.net</header_from>
    </identifiers>
    <auth_results>
      <spf>
        <domain>ar4b.net</domain>
        <result>pass</result>
      </spf>
    </auth_results>
  </record>
</feedback>
 
Hi mohmede,

could you please explain, why you changed for example the configuration to "mydestination = ns1.elattal.com" ? On which knowledge ( tutorial? internet - site? guide? ) did you change the pre-configured configuration?

The correct standard settings is: "mydestination = localhost.$mydomain, localhost, localhost.localdomain" .... there are some more settings which doesn't meet the standard configuration and may result to errors. My suggestion is to use the command

/usr/local/psa/admin/sbin/mchk --with-spam

to reconfigure the standard configuration. Please ONLY modify settings, when you are sure what you are doing, or contact the Odin/Parallels - Support to do the administration for you.
 
Back
Top