PDA

View Full Version : Has anyone got this working with POSTFIX


rharrison
01-03-2008, 03:54 PM
I'm having real problems getting the pipe.php to work

I have it executing from the aliases file just fine

Having problems with execution directory and and including files

rharrison
01-04-2008, 08:27 AM
I'll have to stop replying to my own posts but...

Having placed a chdir($dir_where_pipe.php_is) at the top of the pipe.php script it executes fine.

However I made the mistake of testing it from the shell using

#mail support@da da da .com

The script bombs due to missing headers.

Moral of the story

DONT USE THE SHELL MAIL PROGRAM TO TEST USE A FULLY FLEDGED MAILER

gcoleman0828
05-09-2008, 03:08 PM
Is there anyone out there that can shed a little light on exactly what I need to do to get tickets sent out when setting this up.

I have Ubuntu running with postfix and php5.2

I have checked the logs and it isn't even trying, but if I make a quick php script to use the mail function... it works fine.. interesting enough I just saw in my junk mail an api uknown remote host that I believe came from the alerst on os ticketing.... what isthe deal??