how to disable SPF?

  • after an upgrade i have lot's of troubles with the spf checking. Some clients are working with pop3connector (windows sbs) and using ISP SMTP. Even after setting the smarthost they have still problems.


    how can i disable this for the whole server?

  • Hello ;


    Bad idea but... You can disable SPF entry by editing the templates from /etc/imscp/bind/parts and then, rerun the imscp-setup script as follow:


    Shell-Script
    1. # perl /var/www/imscp/engine/setup/imscp-setup -da


    Be warned that on next i-MSCP upgrade, you'll have to redo those changes.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re


    Try to just change the policy level to softfail instead of fail.


    To resume, instead of:


    Code
    1. domain.tld. IN TXT "v=spf1 mx a -all"


    try


    Code
    1. domain.tld. IN TXT "v=spf1 mx a ~all"


    Here the change is -all to ~all


    And please, show me your current zone file (in private if you prefer)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • I've received nothing ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206