Subject: Cannot send mail to some email accounts
I recently noticed that 5 users on my forum never completed the email validation process. After emailing them, I found an even stranger problem: the forum simply refuses to send them mail. I changed their status to MEMBER, it still won't send. I changed their email to MINE, and it still won't send.
I checked:
Greywall - ignores local (server mail) so not part of the problem.
SMTP AUTH - successfully auth'd (see logs below)
Transaction filters - non triggered, disabled them anyway to no avail
Different email address - still won't send
Other user accounts - send fine
changed user status - still won't send
The UNB error log doesn't help:
So I checked the SMTP server logs. UNB connects, authenticates itself, then QUITs.
Here's what a successful communication looks like, sent by UNB to a different user:
I'm kind of stumped. Can anyone offer a clue?
I checked:
Greywall - ignores local (server mail) so not part of the problem.
SMTP AUTH - successfully auth'd (see logs below)
Transaction filters - non triggered, disabled them anyway to no avail
Different email address - still won't send
Other user accounts - send fine
changed user status - still won't send
The UNB error log doesn't help:
06.04.2009 07:20:56 - User 1 NFG - @cp - <IP address>
The message could not be sent.
Backtrace:
* mb/unb_lib/cp.inc.php : 3065 : UnbErrorLog("The message could not be sent.")
* NFGworld/mb/forum.php : 118 : require("E:\data\NFGworld\mb\unb_lib\cp.inc.php")
The message could not be sent.
Backtrace:
* mb/unb_lib/cp.inc.php : 3065 : UnbErrorLog("The message could not be sent.")
* NFGworld/mb/forum.php : 118 : require("E:\data\NFGworld\mb\unb_lib\cp.inc.php")
So I checked the SMTP server logs. UNB connects, authenticates itself, then QUITs.
07:20:56.083: >> AUTH CRAM-MD5<cr><lf>
07:20:56.083: << 334 <removed 2 lines of 334 authentication><cr><lf>
07:20:56.083: << 235 Authentication successful.<cr><lf>
07:20:56.083: >> QUIT<cr><lf>
07:20:56.083: << 334 <removed 2 lines of 334 authentication><cr><lf>
07:20:56.083: << 235 Authentication successful.<cr><lf>
07:20:56.083: >> QUIT<cr><lf>
Here's what a successful communication looks like, sent by UNB to a different user:
07:21:11.833: >> AUTH CRAM-MD5<cr><lf>
07:21:11.833: << 334 <removed 2 lines of 334 authentication><cr><lf>
07:21:11.833: << 235 Authentication successful.<cr><lf>
07:21:11.833: >> MAIL FROM:<UNBforum@emailremoved><cr><lf>
07:21:11.833: << 250 Sender OK - send RCPTs.<cr><lf>
07:21:11.833: >> RCPT TO:<UNBuser@emailremoved><cr><lf>
07:21:11.833: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
07:21:11.833: << 334 <removed 2 lines of 334 authentication><cr><lf>
07:21:11.833: << 235 Authentication successful.<cr><lf>
07:21:11.833: >> MAIL FROM:<UNBforum@emailremoved><cr><lf>
07:21:11.833: << 250 Sender OK - send RCPTs.<cr><lf>
07:21:11.833: >> RCPT TO:<UNBuser@emailremoved><cr><lf>
07:21:11.833: << 250 Recipient OK - send RCPT or DATA.<cr><lf>
I'm kind of stumped. Can anyone offer a clue?


NFG
Show profile
Link to this post
- as I wrote: just got exactly the same error...