Confirmation emails are begin created and attempted to be delivered. The ones that fail are with 555 5.5.2 syntax error. Confirmations have been successfully tested with yahoo and our local mail server. Confirmed failed mail server gmail & hotmail.
MU Wordpress Server is running win2k3, apache 2.28, php 5.2.6, mysql 5.0.51b, MU Wordpress 2.6.
snippet from mail server log:
9/5/2008 3:34:03 PM - ( 315) MAIL FROM:<Law Blawgs <blawgs@ourdomain.edu>>
9/5/2008 3:34:03 PM - ( 315) 250 Sender "Law Blawgs <blawgs@ourdomain.edu" OK...
This last line looks wrong to me shouldn't the sender address be closed with ">"
When sending in this format the gmail server responds:
/5/2008 3:34:07 PM - [ 316] Fatal SMTP error relaying the message to server gmail-smtp-in.l.google.com: 72.14.205.27: 555 5.5.2 Syntax error. e17si1588155qba.1
9/5/2008 3:34:07 PM - [ 316] Trying the server gmail-smtp-in.l.google.com: 72.14.205.114
9/5/2008 3:34:07 PM - [ 316] Fatal SMTP error relaying the message to server gmail-smtp-in.l.google.com: 72.14.205.114: 555 5.5.2 Syntax error. 27si943705qbw.19
9/5/2008 3:34:07 PM - [ 316] Trying the server alt1.gmail-smtp-in.l.google.com: 72.14.221.114
9/5/2008 3:34:08 PM - [ 316] Fatal SMTP error relaying the message to server alt1.gmail-smtp-in.l.google.com: 72.14.221.114: 555 5.5.2 Syntax error. d4si1629810fga.5
9/5/2008 3:34:08 PM - [ 316] Trying the server alt1.gmail-smtp-in.l.google.com: 72.14.221.27
9/5/2008 3:34:09 PM - [ 316] Fatal SMTP error relaying the message to server alt1.gmail-smtp-in.l.google.com: 72.14.221.27: 555 5.5.2 Syntax error. l19si1412183fgb.7
9/5/2008 3:34:09 PM - [ 316] Trying the server alt2.gmail-smtp-in.l.google.com: 209.85.201.114
9/5/2008 3:34:09 PM - [ 316] Fatal SMTP error relaying the message to server alt2.gmail-smtp-in.l.google.com: 209.85.201.114: 555 5.5.2 Syntax error. 27si1023437wff.3
9/5/2008 3:34:09 PM - [ 316] Trying the server alt2.gmail-smtp-in.l.google.com: 209.85.201.27
9/5/2008 3:34:10 PM - [ 316] Fatal SMTP error relaying the message to server alt2.gmail-smtp-in.l.google.com: 209.85.201.27: 555 5.5.2 Syntax error. 24si1025955wfc.6
9/5/2008 3:34:10 PM - [ 316] Trying the server gsmtp183.google.com: 64.233.183.27
9/5/2008 3:34:11 PM - [ 316] Fatal SMTP error relaying the message to server gsmtp183.google.com: 64.233.183.27: 555 5.5.2 Syntax error. h7si3792884nfh.4
Hotmail responds 501 invalid address.
Does anyone know why the messages are being created this way and how to correct it?