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