ref: ad0bd0a3a58d42d7ed69d91b03a92631252f803a
dir: /sys/lib/dist/mail/lib/remotemail/
#!/bin/rc
shift
sender=$1
shift
addr=$1
shift
fd=`{/bin/upas/aliasmail -f $sender}
switch($fd){
case *.*
;
case *
fd=yourdomain.dom
}
exec /bin/upas/smtp -h $fd $addr $sender $*