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