ref: 6fe34402c3892aa7807f9c36ac32e772596ff431
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 $*