[Bug 689411] Re: mailscanner died unexpectedly because of eval in taint mode

2011-02-22 Thread Didier Conchaudron
I'm running Lucid in server mode and am getting similar issue. Debug mode dropped the following: In Debugging mode, not forking... Trying to setlogsock(unix) Building a message batch to scan... Have a batch of 2 messages. max message size is '200k' max message size is '200k' Insecure dependency in

[Bug 689411] Re: mailscanner died unexpectedly because of eval in taint mode

2010-12-12 Thread Oliver Siegmar
I could work around this problem by adding a '--chuid Debian-exim' parameter to the start-stop-daemon call in /etc/init.d/mailscanner - start-stop-daemon --start --quiet --nicelevel $run_nice --chuid Debian-exim --exec $DAEMON --name $NAME -- $DAEMON_ARGS \ || return 2 I could also find mor