ref: ca3f15cc2b1852156e2bf8bb418f23c1a119dea8
dir: /lib/remotemail/
#!/bin/rc shift sender=$1 shift addr=$1 shift fd=`{/bin/upas/aliasmail -f $sender} switch($fd){ case *.* ; case * fd=fulton.software } if($sysname cirno) exec /bin/upas/smtp -h $fd $addr $sender $* if not exec rcpu -h 'fulton.software' -c /bin/upas/smtp -h $fd $addr $sender $*