git: 9front

ref: 096772cab785a26f3c8e30aa14befac8e28c5a4f
dir: /sys/lib/dist/mail/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=yourdomain.dom
}
exec /bin/upas/smtp -h $fd $addr $sender $*