Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
proc
/
self
/
root
/
usr
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/usr/bin/rmail
#!/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" -- "$@"