Recent content by MiloPesk

  1. M

    Question How to change Outgoing SMTP IP for all domains

    Just to add to what Sebahat suggested. We have the same setup on a few cluster nodes and the trick that worked for us was indeed creating mail.{domain} as a separate A record then repointing the MX. Took maybe 30 min per domain to migrate, mostly via the API. For the SPF, dont forget to update...
  2. M

    Question How to change Outgoing SMTP IP for all domains

    Supplementing Sebahat's loop script — if you're running this on a big Plesk setup, be aware that plesk bin dns --remove / --add can be slow when you have hundreds of domains (DNS zone file reload per operation). For 200+ domains I batch-edit the zone files directly with sed, then run plesk...
  3. M

    Question DNSBL settings in Plesk Email Security vs general mail server settings?

    For anyone landing here later — the distinction is worth documenting because it's a real footgun on Plesk 18.0.7x+ : "Mail Server Settings" DNSBL : injected into Postfix smtpd_recipient_restrictions as reject_rbl_client zone.example.com. Blocks at SMTP transaction time, before the mail enters...
  4. M

    Question Lowest cost protection solution?

    Same evaluation path here — tested all three over the last 18 months on different Plesk servers. Imunify360 (single user license) is the best bang for buck if your threat model is PHP webshells + backdoored WP sites. The ModSecurity ruleset + PHP callback hooks catch 90% of cryptominers on...
  5. M

    Issue SPF error sending IP 127.0.0.1

    The 127.0.0.1 SPF flag on mxtoolbox is almost always a false positive on Plesk servers using postfix with smtp_bind_address. What happens : mxtoolbox injects a synthetic header from its own test transaction, the return-path shows the loopback because the submission was relayed through the local...
Back
Top