It's in the screenshot of his ACP. And in his signature as well.stevemaury wrote:A link to your board, please?
I'll beef it up once the problem is sorted Steve.stevemaury wrote:OK, I registered. Let's see if I get mail. BTW, your Q&A question is very weak, as is your antispam dropdown.
And what was in the details of the 550 errors?Andrew Clarkson wrote:Okay, i've just taken a look in the error log, and there are hundreds of 550 mail errors in there.
Code: Select all
E-mail error
» EMAIL/SMTP
/forum/ucp.php
Ran into problems sending e-mail at Line 1031. Response: 550 relay not permitted
.
<videochat@virtclub.com> possibly an invalid e-mail address?
Backtrace
Connecting to mail.titanic-titanic.com:25
LINE: 995 <- 220 mail36.extendcp.co.uk ESMTP Exim Fri, 01 Apr 2016 09:32:16 +0100
# QUIT
# Omitting sensitive information
LINE: 1352 <- +OK Dovecot ready. <1592.14ae0c6.56fe3210.3gvmAl/+r6XJOPZBiUjVOw==@mail36.extendcp.co.uk>
# Omitting sensitive information
LINE: 1358 <- +OK
LINE: 1358 <- -ERR Authentication failed.
LINE: 1258 <- 220 mail36.extendcp.co.uk ESMTP Exim Fri, 01 Apr 2016 09:33:18 +0100
# EHLO web6.extendcp.co.uk
LINE: 1267 <- 250-mail36.extendcp.co.uk Hello web6.extendcp.co.uk [176.32.230.6]
LINE: 1267 <- 250-SIZE 31457280
LINE: 1267 <- 250-8BITMIME
LINE: 1267 <- 250-PIPELINING
LINE: 1267 <- 250-AUTH PLAIN LOGIN CRAM-MD5
LINE: 1267 <- 250-STARTTLS
LINE: 1267 <- 250 HELP
# MAIL FROM:<aclarkson@titanic-titanic.com>
LINE: 1011 <- 250 OK
# RCPT TO:<videochat@virtclub.com>
LINE: 1031 <- 550 relay not permitted
It's a subsequent error - your authentication failed, hence you're not permitted to send anything either. Authentication credentials (account and password) and method (plain or other) must all be the right ones. Check which you're using in your e-mail client where you're hopefully able to send e-mails.Andrew Clarkson wrote:Code: Select all
LINE: 1358 <- -ERR Authentication failed. ... LINE: 1031 <- 550 relay not permitted