Email messages sent from my PHP pages sometimes bounce back with an error "550 Administrative Prohibition".
I am having same issues using either Postfix or Sendmail, but only for messages sent from PHP scripts.
I believe that some recipients' email servers do not like the headers generated or not generated by PHP mail() function. But is there a way to fix this?