The sendmail process did not allow the command 'MAIL
Posted: Sat May 10, 2008 11:36 pm
I have a script that runs every night and sends people e-mail if there are new posts in the forum. Here's a partial transcript of the log:
What does this exception mean? $log->getFailedRecipients() was empty. Does this mean the e-mail really went through? Well, I'm hoping when I start using Swift_Connection_Multi it will automatically rotate. However, it seems like sendmail started working again after this error, and if so, I would not want it to rotate. What's going on?
Code: Select all
. . .
> Bleach: Royal Guard - Las Noches - 6 new messages sent to (02:39:38):
>
> hollowking - somebody@hotmail.com
> foxhanyou - somebody@Aol.com
> jasperfan - somebody@hotmail.com
>
> Bleach: Royal Guard - Soul Society 3 - 1 new messages sent to
(02:46:56):
>
> hollowking - somebody@hotmail.com
> foxhanyou - somebody@Aol.com
> jasperfan - somebody@hotmail.com
> An error occurredThe sendmail process did not allow the command 'MAIL
> FROM: <somebody@playbyweb.com>' to be sent.<h3>Log
> Information</h3><pre><< 220-zibal.lunarservers.com ESMTP Exim
4.68
> #1 Sat, 10 May 2008 02:39:37 -0700
> 220-We do not authorize the use of this system to transport
unsolicited,
> 220 and/or bulk e-mail.
> >> EHLO localhost.localdomain
> << 250-zibal.lunarservers.com Hello playb4 at
localhost.localdomain
> 250-SIZE 52428800
> 250-PIPELINING
> 250-AUTH PLAIN LOGIN
> 250-STARTTLS
> 250 HELP
> ++ Message sent to 1/1 recipients
> >> MAIL FROM: <somebody@playbyweb.com>
> << 250 OK
> >> RCPT TO: <somebody@hotmail.com>
> << 250 Accepted
> >> DATA
> << 354 Enter message, ending with "." on a line by
itself
> >> <MESSAGE DATA>
> >>
> .
> << 250 OK id=1JulYM-0006p0-Ag
> >> QUIT
> << 221 zibal.lunarservers.com closing connection
> << 220-zibal.lunarservers.com ESMTP Exim 4.68 #1 Sat, 10 May
2008
> 02:39:52 -0700
> 220-We do not authorize the use of this system to transport
unsolicited,
> 220 and/or bulk e-mail.
> >> EHLO localhost.localdomain
> << 250-zibal.lunarservers.com Hello playb4 at
localhost.localdomain
> 250-SIZE 52428800
> 250-PIPELINING
> 250-AUTH PLAIN LOGIN
> 250-STARTTLS
> 250 HELP
> ++ Message sent to 1/1 recipients
> >> MAIL FROM: <somebody@playbyweb.com>
> << 250 OK
> >> RCPT TO: <somebody@aol.com>
> << 250 Accepted
> >> DATA
> << 354 Enter message, ending with "." on a line by
itself
> >> <MESSAGE DATA>
> >>
> .
> << 250 OK id=1JulYW-0006sH-HJ
> >> QUIT
> << 221 zibal.lunarservers.com closing connection
> << 220-zibal.lunarservers.com ESMTP Exim 4.68 #1 Sat, 10 May
2008
> 02:40:02 -0700
> 220-We do not authorize the use of this system to transport
unsolicited,
> 220 and/or bulk e-mail.
> >> EHLO localhost.localdomain
> << 250-zibal.lunarservers.com Hello playb4 at
localhost.localdomain
> 250-SIZE 52428800
> 250-PIPELINING
> 250-AUTH PLAIN LOGIN
> 250-STARTTLS
> 250 HELP
> ++ Message sent to 1/1 recipients
> >> MAIL FROM: <somebody@playbyweb.com>
> << 250 OK
> >> RCPT TO: <somebody@hotmail.com>
> << 250 Accepted
> >> DATA
> << 354 Enter message, ending with "." on a line by
itself
> >> <MESSAGE DATA>
> >>
> .
> << 250 OK id=1JulYj-0006uh-0g
> >> QUIT
> << 221 zibal.lunarservers.com closing connection
> << 220-zibal.lunarservers.com ESMTP Exim 4.68 #1 Sat, 10 May
2008
> 02:40:19 -0700
> 220-We do not authorize the use of this system to transport
unsolicited,
> 220 and/or bulk e-mail.
> >> EHLO localhost.localdomain
> << 250-zibal.lunarservers.com Hello playb4 at
localhost.localdomain
> 250-SIZE 52428800
> 250-PIPELINING
> 250-AUTH PLAIN LOGIN
> 250-STARTTLS
> 250 HELP
> ++ Message sent to 1/1 recipients
> >> MAIL FROM: <somebody@playbyweb.com></pre>
> Buffyverse - Sleeping Slayer - 1 new messages sent to (02:47:43):
>
> tyrdrannoy - somebody@yahoo.com (Send by Gmail SMTP)
> E-mails sent by Gmail SMTP: 14 (This time: 1, Max allowed: 50)
. . .