initial tree

This commit is contained in:
rsc 2006-02-12 19:45:56 +00:00
parent eadb18a335
commit 4db31855e7
6 changed files with 73 additions and 0 deletions

14
mail/lib/remotemail Executable file
View file

@ -0,0 +1,14 @@
#!/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 $*