Davide,
The ls -l results in the following:
ls -l /usr/sbin/sendmail*
lrwxrwxrwx 2 root root 27 Mar 9 14:32
/usr/sbin/sendmail -> /usr/sbin/sendmail.xmail.sh
lrwxrwxrwx 1 root root 21 Aug 8 2004
/usr/sbin/sendmail.orig -> /etc/alternatives/mta
-rwsr-xr-x 1 root root 11160 Sep 14 2003
/usr/sbin/sendmail.xmail
-rwxr-xr-x 1 root root 105 Sep 14 2003
/usr/sbin/sendmail.xmail.sh
the cat of sendmail.xmail.sh is:
#!/bin/sh
if [ -z $MAIL_ROOT ]; then
export MAIL_ROOT=/var/MailRoot
fi
/usr/sbin/sendmail.xmail $*
What else should I be looking for?
Thanks,
Chris
Davide Libenzi wrote:
>On Sun, 28 May 2006, Chris & Lori wrote:
>
>
>
>>I've tried the environment variable. I'm not sure where it needs to go.
>>
>>
>
>Can you try an `ls -l /usr/sbin/sendmail*` ?
>And if /usr/sbin/sendmail is less than 2Kb, a `cat /usr/sbin/sendmail` ?
>
>
>- Davide
>
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe xmail" in
>the body of a message to [EMAIL PROTECTED]
>For general help: send the line "help" in the body of a message to
>[EMAIL PROTECTED]
>
>
>
>
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]