email - OSX/postfix: Unable to send mail with PHP mail() -



email - OSX/postfix: Unable to send mail with PHP mail() -

some while ago i've installed xampp on mac osx machine. without ever doing relative configuration myself, php mail() function worked beautifully.

since few weeks, without apparent changes, stopped working.

it worked both own isp , 1 of clients' isp. doesn't work either suspect it's local problem. also, mail service create postfix, suspect not xampp/php issue.

does have experience this?

recent postfix mail.log

jul 11 10:20:57 mymac postfix/master[9012]: daemon started -- version 2.5.5, configuration /etc/postfix jul 11 10:20:57 mymac postfix/qmgr[9014]: 3d6271033872: from=<nobody@mymac.local>, size=3061, nrcpt=1 (queue active) jul 11 10:20:57 mymac postfix/qmgr[9014]: 6083b1033897: from=<nobody@mymac.local>, size=3061, nrcpt=1 (queue active) jul 11 10:20:57 mymac postfix/qmgr[9014]: 765e210338c9: from=<nobody@mymac.local>, size=3061, nrcpt=1 (queue active) jul 11 10:20:57 mymac postfix/qmgr[9014]: d981e1033892: from=<nobody@mymac.local>, size=3061, nrcpt=1 (queue active) jul 11 10:21:27 mymac postfix/smtp[9016]: connect aspmx.l.google.com[74.125.79.27]:25: operation timed out jul 11 10:21:27 mymac postfix/smtp[9018]: connect aspmx.l.google.com[74.125.79.27]:25: operation timed out jul 11 10:21:27 mymac postfix/smtp[9019]: connect aspmx.l.google.com[74.125.79.27]:25: operation timed out jul 11 10:21:27 mymac postfix/smtp[9017]: connect aspmx.l.google.com[74.125.79.27]:25: operation timed out jul 11 10:21:57 mymac postfix/smtp[9016]: connect alt1.aspmx.l.google.com[72.14.213.27]:25: operation timed out jul 11 10:21:57 mymac postfix/smtp[9018]: connect alt1.aspmx.l.google.com[72.14.213.27]:25: operation timed out jul 11 10:21:57 mymac postfix/smtp[9017]: connect alt2.aspmx.l.google.com[74.125.45.27]:25: operation timed out jul 11 10:21:57 mymac postfix/smtp[9019]: connect alt1.aspmx.l.google.com[72.14.213.27]:25: operation timed out jul 11 10:22:27 mymac postfix/smtp[9016]: connect alt2.aspmx.l.google.com[74.125.45.27]:25: operation timed out jul 11 10:22:27 mymac postfix/smtp[9018]: connect alt2.aspmx.l.google.com[74.125.45.27]:25: operation timed out jul 11 10:22:27 mymac postfix/smtp[9019]: connect alt2.aspmx.l.google.com[74.125.45.27]:25: operation timed out jul 11 10:22:27 mymac postfix/smtp[9017]: connect alt1.aspmx.l.google.com[72.14.213.27]:25: operation timed out jul 11 10:22:57 mymac postfix/smtp[9016]: connect aspmx3.googlemail.com[72.14.213.27]:25: operation timed out jul 11 10:22:57 mymac postfix/smtp[9018]: connect aspmx3.googlemail.com[72.14.213.27]:25: operation timed out jul 11 10:22:57 mymac postfix/smtp[9019]: connect aspmx2.googlemail.com[74.125.43.27]:25: operation timed out

update; here's log of sending mail; (address removed)

jul 11 10:23:27 mymac postfix/smtp[9016]: 3d6271033872: to=<email@removed>, relay=none, delay=3473, delays=3323/0.03/150/0, dsn=4.4.1, status=deferred (connect aspmx2.googlemail.com[74.125.43.27]:25: operation timed out) jul 11 10:23:27 mymac postfix/smtp[9018]: 765e210338c9: to=<email@removed>, relay=none, delay=2683, delays=2533/0.02/150/0, dsn=4.4.1, status=deferred (connect aspmx5.googlemail.com[74.125.157.27]:25: operation timed out) jul 11 10:23:27 mymac postfix/smtp[9019]: connect aspmx3.googlemail.com[72.14.213.27]:25: operation timed out jul 11 10:23:27 mymac postfix/smtp[9017]: connect aspmx2.googlemail.com[74.125.43.27]:25: operation timed out

sending hotmail: here message.

jul 11 10:46:23 mymac postfix/smtp[9069]: 355cd1033c4e: to=<address@removed>, relay=none, delay=150, delays=0.05/0.01/150/0, dsn=4.4.1, status=deferred (connect mx3.hotmail.com[65.55.37.72]:25: operation timed out) jul 11 10:49:42 mymac postfix/master[9081]: fatal: open lock file pid/master.pid: unable set exclusive lock: resource temporarily unavailable jul 11 10:49:42 mymac postfix/pickup[9013]: 3e90c1033cc5: uid=-2 from=<nobody> jul 11 10:49:42 mymac postfix/cleanup[9082]: 3e90c1033cc5: message-id=<20110711084942.3e90c1033cc5@mymac.local> jul 11 10:49:42 mymac postfix/qmgr[9014]: 3e90c1033cc5: from=<nobody@mymac.local>, size=3066, nrcpt=1 (queue active) jul 11 10:50:12 mymac postfix/smtp[9084]: connect mx2.hotmail.com[65.55.37.104]:25: operation timed out jul 11 10:50:42 mymac postfix/smtp[9084]: connect mx4.hotmail.com[65.55.92.136]:25: operation timed out

to me looks authentication...

i believe gmail allow smtp relay authenticated account...

i had follow info working in past... http://herson.biz/?p=94

edit

ip may blacklisted them (and perchance other providers).

php email osx xampp postfix-mta

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -