Page 2 of 3

Re: Notifications

Posted: Tue Oct 07, 2014 6:08 pm
by HALODIN
Yes it's been the same for me.

Re: Notifications

Posted: Tue Oct 07, 2014 7:20 pm
by SevenSixTwo
Has the site been blacklisted somewhere? It happens. Ask your hosts.

Re: Notifications

Posted: Tue Oct 07, 2014 8:41 pm
by Christel
SevenSixTwo wrote:Has the site been blacklisted somewhere? It happens. Ask your hosts.
If that was the case then I would see the email bounces.

Re: Notifications

Posted: Tue Oct 07, 2014 9:04 pm
by HALODIN
I don't know if this is the issue, but it shows up here.

http://mxtoolbox.com/domain/full-bore.c ... ndmonitors
blacklist full-bore.co.uk Blacklisted by SORBS SPAM

Re: Notifications

Posted: Tue Oct 07, 2014 9:19 pm
by Christel
Halodin, thanks.

FB is almost always blacklisted somewhere somehow by someone.
Getting us white listed with various ISPs is a weekly task.

On this occasion there is nothing, no bounces, no errors.
I will of course keep trying to find the problem.

Re: Notifications

Posted: Tue Oct 07, 2014 9:41 pm
by Polchraine
HALODIN wrote:I don't know if this is the issue, but it shows up here.

http://mxtoolbox.com/domain/full-bore.c ... ndmonitors
blacklist full-bore.co.uk Blacklisted by SORBS SPAM
I'll check with my ISP to see if they are using that list ...

Re: Notifications

Posted: Wed Oct 08, 2014 9:07 am
by Polchraine
My ISP (BT Business) is checking for blocking and missing e-mails

Re: Notifications

Posted: Wed Oct 08, 2014 11:45 am
by Polchraine
UPDATE:

Christel,

BT have called back. full-bore.co.uk is NOT blacklisted

They have run a search and cannot find any incoming mail for me from any @full-bore.co.uk identity over the past 7 days except for one which you may have sent from your PC directly as it came from: Christel <admin@full-bore.co.uk> on 2nd October when I was having log-on issues.

Re: Notifications

Posted: Wed Oct 08, 2014 11:54 am
by Christel
Polchraine, thanks.

I did not think that was the problem.

Re: Notifications

Posted: Wed Oct 08, 2014 12:29 pm
by HALODIN
If you have console access, you should be able to telnet to 127.0.0.1:25 and initiate a manual e-mail from the shell. It may give you a useful verbose output that's obfuscated by the forum software.

telnet 127.0.0.1:25
helo
mail from:admin@full-bore.co.uk
rcpt to:anyone@somewhere.com
data
THIS IS A TEST E-MAIL
.

The full stop is the command to submit the mail to the queue. It's a quick test and it might help.