shithub: 9scripts

ref: 3387824d0c9d1c1039a42e48f36a96d8d2c71266
dir: /lib/remotemail/

View raw version
#!/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 $*