phillbooth
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
Comments
Recent activity by phillbooth-
Try chaining your SPF -all to a ~all Also you could ask people to add the "From" email address to their Hotmail Address book this would top it going into spam. Have you also jumped through these ...
-
You could always run something like Postfix on a small server or run a second Cpanel server as the email client
-
It might be easier to add an additional IP to your server and then send email out of that rather than have a completely different server. Id you do this you will want to take a look at the options ...
-
great thanks replaceing condition = ${if bool{$dkim_key_testing}} with condition = ${if eq {$dkim_verify_status}{none} {0}{${if bool{$dkim_key_testing}}} seems to have worked
-
Here is the link Outlook.com Postmaster
-
-
The DKIM is still in your DNS settings so if you use BIND then search for "Edit DNS" and remove it from there or "reset DNS" for that domain and if you use your hosts nameservers you will have to r...
-
Try adding this to the end of the cron job >/dev/null 2>&1 i.e. 15 */6 * * * /usr/local/cpanel/scripts/autorepair recoverymgmt >/dev/null 2>&1;
-
That seems to solve the problem. Thank you.
-
I think your DB is corrupt try running these... myisamchk --silent --force --fast --update-state /var/lib/mysql/*/*.MYI myisamchk --sort-recover --update-state --extend-check /var/lib/mysql/*/*.M...