
|
[dokuwiki]
||
[Date Prev]
[06-2007 Date Index]
[Date Next]
||
[Thread Prev]
[06-2007 Thread Index]
[Thread Next]
[dokuwiki] Re: Dokuwiki on OpenBSD
- From: Bernd Zeimetz <bernd@xxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Mon, 11 Jun 2007 17:10:18 +0200
Hi,
>
> Is there a way of finding out exactly why the mail() call is failing?
> I've created my own fake sendmail binary which merely outputs to a
> file if its called, and it doesn't run when mail() is called.
> Which suggests a PHP configuration problem, though PHP.ini has been
> modified to point to this binary (plus PHP should find it in /usr/bin
> as well, even from within the chroot).
>
check the following php.ini options:
; For Unix only. You may supply arguments as well (default: "sendmail
-t -i").
;sendmail_path =
; Force the addition of the specified parameters to be passed as extra
parameters
; to the sendmail binary. These parameters will always replace the value of
; the 5th parameter to mail(), even in safe mode.
;mail.force_extra_parameters =
Cheers,
Bernd
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
|

|