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