[PHP] sending mail -- nullmailer

2004-10-08 Thread Josh Howe
 

Ok, so I came across nullmailer, which seems to do exactly what I want -
forward mail to an existing smtp server. But it isn't working. I'm using the
mail() php function, and the mails aren't arriving. The same code works fine
on a windows machine pointing to the same smtp server. Does anybody have any
experience configuring nullmailer? How do I tell linux to use nullmailer as
the default MTA? Thanks!! 



Re: [PHP] sending mail -- nullmailer

2004-10-08 Thread Matthew Sims

Does nullmailer have a sendmail wrapper? mail() in unix/linux looks for
the sendmail binary.

mail() on windows uses the settings in php.ini.

-- 
--Matthew Sims
--http://killermookie.org



 Ok, so I came across nullmailer, which seems to do exactly what I want -
 forward mail to an existing smtp server. But it isn't working. I'm using
 the
 mail() php function, and the mails aren't arriving. The same code works
 fine
 on a windows machine pointing to the same smtp server. Does anybody have
 any
 experience configuring nullmailer? How do I tell linux to use nullmailer
 as
 the default MTA? Thanks!!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php