Your IP : 18.216.141.244


Current Path : /proc/9789/task/9789/cwd/proc/9786/cwd/bin/
Upload File :
Current File : //proc/9789/task/9789/cwd/proc/9786/cwd/bin/rmail.postfix

#!/bin/sh

# Dummy UUCP rmail command for postfix/qmail systems

SENDMAIL="/usr/sbin/sendmail"
IFS=" " read junk from junk junk junk junk junk junk junk relay

case "$from" in
 *[@!]*) ;;
      *) from="$from@$relay";;
esac

exec $SENDMAIL -i -f "$from" -- "$@"