shithub: emailconfig

ref: 12ca27743c73c5f638412ddbda4b9b2482735fa1
dir: /lib/justqmail/

View raw version
#!/bin/rc
sender=$1
shift
addr=$1
shift
upas/qer /mail/queue mail $sender $addr $* || exit 1
exit 0