I already have these settings implemented but I still get the same error!
Please note that /var/www/bin and /var/www/usr belong to the daemon group.
I don't know if that should be changed to the www one?

Where should I check in the PHP application in order to find the reason of
the problem? Also, what about the pear-Mail package? Is there something I
should adapt?

Thanks for your help

On Mon, Sep 2, 2013 at 11:58 PM, Stefan Sperling <s...@openbsd.org> wrote:

> On Mon, Sep 02, 2013 at 09:23:46PM +0200, Tony Berth wrote:
> > did install both. Now, what are the settings in order to make them work?
>
> Depends on your php application. It will probably try to run
> /usr/sbin/sendmail, in which case you should ensure that exists
> in the chroot. In my case I had to copy /var/www/bin/femail
> to /var/www/usr/sbin/sendmail, and copy /bin/sh to /var/www/bin/sh
> to make PHPmailer happy.
>
> You'll also need /var/www/usr/libexec/ld.so, copied from
> /usr/libexec/ld.so.

Reply via email to