shithub: emailconfig

ref: 9a80a9916b572ba9d79ae8db34073d0b59370272
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