Debian 9 - Postfix authdaemon

  • - IMSCP: 1.4.7
    - Distribution: Debian 9
    - Proftpd
    - PHP FCGID
    - MariaDB 10.1
    - Courier


    I have installed a new server w/ 1.4.7 external DNS will be activated later until migration, now I see some strange warnigs and error messages:

    Code
    1. /var/log/mail.logJul 15 14:25:36 host2 postfix/master[1476]: daemon started -- version 3.1.4, configuration /etc/postfixJul 15 14:49:46 host2 authdaemond: modules="authmysql", daemons=5Jul 15 14:49:46 host2 authdaemond: Installing libauthmysqlJul 15 14:49:46 host2 authdaemond: Installation complete: authmysqlJul 15 14:49:46 host2 postfix/postfix-script[1486]: warning: not owned by postfix: /var/spool/postfix/private/authdaemonJul 15 14:49:46 host2 postfix/postfix-script[1487]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pidJul 15 14:49:46 host2 postfix/postfix-script[1488]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid.lockJul 15 14:49:47 host2 postfix/postfix-script[1523]: starting the Postfix mail systemJul 15 14:49:47 host2 postfix/master[1525]: daemon started -- version 3.1.4, configuration /etc/postfixJul 15 15:10:02 host2 pop3d: Connection, ip=[::ffff:127.0.0.1]Jul 15 15:10:02 host2 pop3d: Disconnected, ip=[::ffff:127.0.0.1]Jul 15 15:10:02 host2 imapd: Connection, ip=[::ffff:127.0.0.1]Jul 15 15:10:02 host2 imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0


    Code
    1. /var/log/mail.warn
    2. Jul 15 14:22:57 host2 postfix/postfix-script[11263]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon
    3. Jul 15 14:22:57 host2 postfix/postfix-script[11264]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid.lock
    4. Jul 15 14:25:36 host2 postfix/postfix-script[1440]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon
    5. Jul 15 14:25:36 host2 postfix/postfix-script[1441]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid
    6. Jul 15 14:25:36 host2 postfix/postfix-script[1442]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid.lock
    7. Jul 15 14:49:46 host2 postfix/postfix-script[1486]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon
    8. Jul 15 14:49:46 host2 postfix/postfix-script[1487]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid
    9. Jul 15 14:49:46 host2 postfix/postfix-script[1488]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid.lock
  • I still get this warning ... the owner is root:root

    Code
    1. Jul 15 19:31:14 host2 postfix/postfix-script[7435]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon
    2. Jul 15 19:31:14 host2 postfix/postfix-script[7436]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid
    3. Jul 15 19:31:14 host2 postfix/postfix-script[7437]: warning: not owned by postfix: /var/spool/postfix/private/authdaemon/pid.lock
  • @fulltilt


    This shouldn't be an issue. You can ignore those warnings which I'll remove in next i-MSCP version. It seem that some checks for the ownership of files stored under the Postfix queue directory were added but here, the ownership is not expected to be postfix since the authdaemon directory is mounted from /var/run/courier/authdaemon. Indeed, when you use courier as imap/pop server courier-authdaemon is used for SASL and IMAP authentication.


    @Bulli


    The link you posted refer to a bug which prevent mounting of the /var/run/courier/authdaemon directory under the /var/spool/postfix/private/authdaemon directory. This affect only some VPS such as OpenVZ.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • A fix has been added in our development branch. See:

    This fix will be part of next release.


    Thank you for your report.
    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206