We've used SendGrid in the past as a fail safe when we've been
blacklisted. If you keep having issues it can be worth using a
similar service and let it be someone else's problem (although this
obviously depends on your SLA and responsibilities).
Do you know if Symantec Email server share spam reports and similar?
If you're getting blocked by more than one it could be due to email
content rather than things at the domain level as Martijn pointed
out.
On 22/09/15 12:31, Matt Stevenson
wrote:
Thanks Ben the RBLMon is already useful, automation of
checks is very handy.
With SendGrid do you use that your primary or backup email
provider?
The servers are not blacklisted not according to RBLMon, so I
concluded its a case removing the IP blocks.
It appears to be targeted by recipients using Symantec Email
server.
Regards
Matt
On Tuesday, September 22, 2015, Ben Whorwood <ml-devcornlinuxgrp@xxxxxxxxxx>
wrote:
> If delivery of email from that server is mission critical you
could use something like SendGrid (there is a free account and
another one with higher limits if you have a Rackspace Cloud
Server) as a temporary fix until you have been removed from
blacklists (although you'll need to monitor via SendGrid instead
of the logs on the server). This can be a useful to have waiting
in the wings should such a situation occur.
>
> I use the following service to get daily notifications on
black lists:
>
> https://www.rblmon.com/
>
> I've had trouble in the past with Gmail rejecting based on
the contents of emails but this is for a closed mailing list
powered by Mailman. We've implemented custom failed delivery
notifications with links to the online archive sent to individual
recipients as a workaround for this which seems to get the job
done.
>
> With some providers such as AOL you need to set up feedback
loops as if users report emails as spam these have to be in place
to remove the entry from the black list.
>
> Sorry I can't be more specific to Exim and the actual server
configuration. I would've thought you'd be OK after implementing
SPF and DKIM and going through the respective lists' removal
process but I'm not sure on the kind of emails you're sending out.
>
> If you do gleam any useful bits of information please update
the list as I'd be interested to hear how you resolve the problem.
>
> On 22/09/15 11:29, Matt Stevenson wrote:
>
> Hope you had a good meet at Holsworthy, I look forward to
making the next one hopefully if I’m not working.
>
> Am having an issue with email reputation from one of the
Linux servers.
> Certain recipient domains are bouncing back.
> I have been checking reputation and stuff with MX toolbox.
> In the process have enabled SPF and DKIM.
> Have been Re-testing score is higher after DNS TTL.
>
> Has anyone else got some nuggets of info about mail
reputation and figuring it out with exim.
>
> I found this command quite useful to find address with the
most un delivered mail..
>
> grep "for .*@.*" /var/log/exim_mainlog | grep "<=
<>" | awk -F"T=" '{print $2}' | awk '{print $NF,$0}' | awk
-F" for" '{print $1}' | sort | uniq -c | sort -n
>
> Kind Regards
>
> Matt
>
>
>
>
>
>
>
|