Posts by TheCry

    Hi Nuxwin,


    With the installation of i-MSCP you add 2 files (90imscp, 01norecommend) under the folder /apt/apt.conf.d/.
    The permission ist 640. But with this permission my central updater (apt-dater) does not work.
    I got every time permission denied. After chmod 644 everything works fine.
    Is the 640 needed?


    Every other file in this folder has the permission 644.


    Sascha

    Hi...
    Yesterday i'd fixed a problem on a server where the clamav-milter didn't start.
    The problem was the parameter

    Quote

    AllowSupplementaryGroups true

    In the documentation the parameter is only allowed if the daemon is running under root

    Quote

    AllowSupplementaryGroups BOOL


    Initialize supplementary group access (clamd must be started by root).
    Default: no

    I think this should be fixed in the next version

    Normaly the parameter is ok for the current version, but the milter is running under the user clamav and the paramter only works if the milter is running under the user root

    Quote

    AllowSupplementaryGroups BOOL


    Initialize supplementary group access (clamav-milter must be started by root).
    Default: no

    Mark this line with a #

    Code
    1. AllowSupplementaryGroups true

    Then start the milter and check the status


    Please post the version of the clamav-milter

    Code
    1. clamav-milter -V
    Quote

    /usr/sbin/clamav-milter: cannot parse config file /etc/clamav/clamav-milter.conf

    Post the /etc/clamav/clamav-milter.conf