The "sendmail" should really be a shell script that calls the "real"
sendmail, it should be included with Xmail...


!/bin/sh


if [ -z $MAIL_ROOT ]; then
        export MAIL_ROOT=/var/MailRoot
fi


/usr/sbin/sendmail.xmail $*

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
nombre de Leonardo Cabral
Enviado el: Wednesday, June 11, 2003 9:34 AM
Para: [EMAIL PROTECTED]
Asunto: [xmail] Dummy question about MAIL_ROOT



Hi,
    As I use an script to initiate XMail when the system loads I don't care
about the mail_root environment variable. But now I'm trying to use xmail's
sendmail (to test UebiMiau) and I need this variable to be set (in linux) so
my dummy question is: how do i do it?
    I need to things: to enable the variable without rebooting and to
configure "something" to make the variable avaiable the next time the system
reload.
    Thanks ´:)

Leonardo

-
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]

Reply via email to