plan9port/mail/lib/remotemail

15 lines
187 B
Text
Raw Normal View History

2006-02-12 19:45:56 +00:00
#!/usr/local/plan9/bin/rc
shift
sender=$1
shift
addr=$1
shift
fd=`{upas/aliasmail -f $sender}
switch($fd){
case *.*
;
case *
fd=YOURDOMAIN.DOM
}
exec upas/smtp -h $fd $addr $sender $*