#!/bin/akanga -p # for (rcpt in $SMTP_RCPTV) { if (! ~ $rcpt '' *@quietsche-entchen.de *@my.domain) { echo '554 address not allowed:' $rcpt >[1=2] exit 2 } } exit 0