On Thu, 20 Mar 2003, Ken wrote: > > Thanks, Davide, > > I'm using the instructions at: > > http://hints.se.linuxfromscratch.org/hints/xmail.txt > > .... as a template for getting this going. So far, no real problems > but the sendmail script on that page may be giving me some grief. > Here is the suggested script: > > =================================== > #!/bin/bash > # This script sets the environment for XMail's sendmail and then > calls it. > # The script exists so that software that expects sendmail can use > XMail. > > if [ -z $MAIL_ROOT ]; then > export MAIL_ROOT=/var/MailRoot > fi > /usr/sbin/sendmail.xmail $* > # End /usr/sbin/sendmail > =================================== > > The bash shell does not exist, by default, on OpenBSD, so I modified > the shebang line to #!/bin/sh which I suspect won't work but I'm > researching that. > > This gives me the following output: > > delta# sendmail [EMAIL PROTECTED] --input-file msg.txt > [EMAIL PROTECTED] [EMAIL PROTECTED] > /usr/sbin/sendmail[10]: /root: cannot execute - Is a directory > /usr/sbin/sendmail[11]: /root: cannot execute - Is a directory
Try : # ls -l /usr/sbin/sendmail.xmail - 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]
