First off, this looks like a place I'm definately going to hang out...
My question I'm afraid is driving me to the point of no return. Here it is:
I set up postfix to send mail from php pages. I tested postfix like this:
telnet localhost 25
helo nomb
MAIL FROM: nomb@xxxxxxxxx.com
RCPT TO: nomb@xxxxxxxxx.net
DATA
This is a test.
.
quit
This works perfectly. However, when I try to use the mail function in php I get this:
Code: Select all
May 23 15:16:49 localhost postfix/pickup[12021]: B1C8243C15: uid=33 from=<www-data>
May 23 15:16:49 localhost postfix/cleanup[12028]: B1C8243C15: message-id=<20070523191649.B1C8243C15@localhost>
May 23 15:16:49 localhost postfix/qmgr[12022]: B1C8243C15: from=<www-data@localhost>, size=305, nrcpt=1 (queue active)
May 23 15:16:50 localhost postfix/smtp[12030]: B1C8243C15: to=<nomb@xxxxxxxxx.com>, relay=smtp.secureserver.net[64.202.166.12]:25, delay=0.68, delays=0.06/0.0$
May 23 15:16:50 localhost postfix/cleanup[12028]: 6F4F943C18: message-id=<20070523191650.6F4F943C18@localhost>
May 23 15:16:50 localhost postfix/qmgr[12022]: 6F4F943C18: from=<>, size=2100, nrcpt=1 (queue active)
May 23 15:16:50 localhost postfix/bounce[12031]: B1C8243C15: sender non-delivery notification: 6F4F943C18
May 23 15:16:50 localhost postfix/qmgr[12022]: B1C8243C15: removed
May 23 15:16:50 localhost postfix/local[12032]: 6F4F943C18: to=<www-data@localhost>, relay=local, delay=0.06, delays=0.02/0.02/0/0.03, dsn=2.0.0, status=sen$
May 23 15:16:50 localhost postfix/qmgr[12022]: 6F4F943C18: removedI have been trying for a few days to fix this and it is about to drive me crazy..
any help would be great.
thanks,
nomb