Debian 4.86.1-0 - again

Mark Sapiro mark at msapiro.net
Sun Jan 31 03:56:31 UTC 2016


On 01/30/2016 07:46 PM, Jerry Benton wrote:
> Ok, I did this. 
> 
> 
> # if the work user is empty
> if [ -z ${RDUSER} ]; then
> 	# if the run user is also empty
> 	if [ -z ${RUNUSER} ]; then
> 		RDUSER="mail"
> 	else
> 		# use the Run As User for the Work User
> 		RDUSER=${RUNUSER}
> 	fi
> fi
> 
> # if the work group is empty
> if [ -z ${RDGROUP} ]; then
> 	# if the run group is also empty
> 	if [ -z ${RUNGROUP} ]; then
> 		RDGROUP="mtagroup"
> 	else
> 		# use the Run As Group for the Work Group
> 		RDGROUP=${RUNGROUP}
> 	fi
> fi


Looks good. Thanks.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the MailScanner mailing list