On Sun, 17 May 2009 20:52:21 +0300
Imre Gergely <[email protected]> wrote:
> 3. If I'm not mistaken, the following message is due to added "-w"
> option to every perl script:
>
> d501:~# /etc/init.d/qpsmtpd start
> Starting qpsmtpd: Odd number of elements in hash assignment at
> /usr/share/qpsmtpd/plugins/virus/clamdscan line 114.
> qpsmtpd-forkserver.
>
> This happend because in /etc/qpsmtpd/plugins file I gave only one option
> to clamdscan:
>
> virus/clamdscan deny_viruses=yes
This should be
virus/clamdscan deny_viruses yes
... every odd argument is a key, every even the value.
Hanno