re, this script isnt running to me. It says:
/usr/sbin/sendmail: line 4: [: argument expected ;D ----- Original Message ----- From: "S�nke Ruempler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 9:38 PM Subject: [xmail] Re: developers: will u solve mail command problem? > > > ignore, my fault. > > so here is the new right sendmail script: > > -- > > #!/bin/sh > > > if [ -z $MAIL_ROOT -a -z $DEFAULT_DOMAIN ]; then > export MAIL_ROOT=/var/MailRoot > export DEFAULT_DOMAIN=mail.city-map.de > fi > > > /usr/sbin/sendmail.xmail $* > > -- > > > man bash rulez :-P > - > 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]
