Is there a way to change this code from a user .qmail to only allow users or domains listed in the file.
 
|if test -n "`fgrep -x $SENDER badmailfrom`"; then echo Go Away;exit 99; else exit 0; fi
 
Thanks
Bob Ross
 

Reply via email to