[imp] user "nobody"
Rich Lafferty
rich@horde.org
Fri, 8 Dec 2000 16:02:27 -0500
On Fri, Dec 08, 2000 at 02:05:02PM -0700, Beau Sapach (beau@intellinetinc.com) wrote:
>
> You're right, using ssmtp with the -f option works, but how do I
> make that work with IMP?
By debugging your installation. You'll see that IMP calls it as:
$mail = popen("$default->path_to_sendmail -i -f$from -- $recipients", 'w');
Now, you do the same from the commandline, right? Give it a try now
explicitly adding your path to sendmail (ssmtp) from horde/config/horde.php3,
and with the -i option and so forth, like
/your/path/to/sendmail -i -fbeau@intellinetinc.com -- recipient@foo
and see if it still works. Are you running Apache chrooted? Can it run
ssmtp with the privileges it's running as?
-Rich
--
------------------------------ Rich Lafferty ---------------------------
Sysadmin/Programmer, Instructional and Information Technology Services
Concordia University, Montreal, QC (514) 848-7625
------------------------- rich@alcor.concordia.ca ----------------------