On 25-Jun-2001 Luca Giuranna wrote:
>>> I changed sendmail.sh to set the actual $MAIL_ROOT: sendmail.sh finds the
>>> xmail-sendmail binary.
>>> The scripts run as "apache" user.
>
> DL> ls -l sendmail.sh ?
> DL> ls -l xmail-sendmail ?
> DL> ls -l $MAIL_ROOT ?
>
> Here's my sendmail.sh:
>
> ----
>#!/bin/sh
>
> export MAIL_ROOT=/opt/xmail
> /opt/xmail/bin/sendmail $*
> ----
>
> ls -l /usr/sbin/sendmail:
>
> ........ sendmail -> /opt/xmail/bin/sendmail.sh
I meant I need to see files and directory permissions.
- Davide