DL> XMail does not support the mail command. It does support sendmail through
DL> its version of it that you can find inside the tarbal.
listing of my /usr/sbin/sendmail:
---
#!/bin/sh
if [ -z $MAIL_ROOT ]; then
export MAIL_ROOT=/var/MailRoot
fi
/usr/sbin/sendmail.xmail $*
(it's sendmail.sh from tarbal)
---
when I try command like "echo aaa | mail [EMAIL PROTECTED]" it works,
doesn't work only commands like "echo aaa | mail root"
-
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]