initial tree
This commit is contained in:
parent
eadb18a335
commit
4db31855e7
6 changed files with 73 additions and 0 deletions
14
mail/lib/remotemail
Executable file
14
mail/lib/remotemail
Executable 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 $*
|
||||
Loading…
Add table
Add a link
Reference in a new issue