Debian 4.86.1-0 - again
Mark Sapiro
mark at msapiro.net
Sun Jan 31 01:16:35 UTC 2016
On 01/30/2016 01:55 PM, Jerry Benton wrote:
> Mark,
>
> Did you run some mail through it? I changed SweepViruses.pm.
Yes, and it looks OK, but I ran into another issue.
in /etc/init.d/MailScanner at line 85-88 we now have
if [ -z ${RDUSER} ]; then
RDUSER="mail"
fi
This is a problem for me. I "fixed" it by adding 'Incoming Work User' to
my conf.d/local, but I think the code should be
if [ -z ${RDUSER} ]; then
if [ -z ${RUNUSER} ]; then
RDUSER="mail"
else
RDUSER=${RUNUSER}
fi
fi
--
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