Ok, this are my files an my configuration now:
cat /usr/sbin/sendmail
#!/bin/sh
if [ -z $MAIL_ROOT ]; then
export MAIL_ROOT=/var/MailRoot
fi
/usr/bin/sendmail.xmail $*
ls -l /usr/sbin/sendmail*
lrwxr-xr-x 1 root root 27 oct 5 04:18 /usr/sbin/sendmail ->
/usr/sbin/sendmail.xmail.sh*
-rwsr-xr-x 1 root root 10252 sep 5 19:43 /usr/sbin/sendmail.xmail*
---x--x--x 1 root mail 105 dic 3 20:33 /usr/sbin/sendmail.xmail.sh*
As you could see, the file sendmail.xmail.sh has different permissions to yours, but
when I try to change them,
this changes keep on for a moment and then they come back to the originals, which are
the ones below.
I realize the change being root, in the following way:
#chmod 755 /usr/sbin/sendmail.xmail.sh
Actually I don't know how to make the changes permanent. Could you help me?.
Thank you.
P.D> I'm using Mandrake Linux 9.0.
>
> $ cat /usr/sbin/sendmail
> #!/bin/sh
>
>
> if [ -z $MAIL_ROOT ]; then
> export MAIL_ROOT=/var/MailRoot
> fi
>
>
> /usr/bin/sendmail.xmail $*
>
>
>
>
> $ ll /usr/sbin/sendmail /usr/bin/sendmail.xmail
> -rwsr-sr-x 1 root root 105 Nov 5 2001 /usr/sbin/sendmail
> -rwsr-sr-x 1 root listar 10700 Nov 18 2001 /usr/bin/sendmail.xmail
>
>
>
>
> - Davide
--
Gonzalo Rios <[EMAIL PROTECTED]>
Netvolution Argentina <www.netvolution.com.ar>
-
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]