#!/bin/rc shift sender=$1 shift addr=$1 shift fd=`{/bin/upas/aliasmail -f $sender} switch($fd){ case *.* ; case * fd=chrisfroeschl.de } exec /bin/upas/smtp -d -h $fd $addr $sender $*