Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    5.11.1. Configure Kopano-dagent for delivery via unix socket

    Kopano Groupware Core
    1
    1
    146
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • nanathlor
      nanathlor last edited by nanathlor

      I’m trying to configure postfix & dagent to work via lmtp:unix and followed the docs but mail is not being delivered by postfix.

      core-11.0.2.43

      Docs say to do the following:

      mkdir -p /var/spool/kopano
      chown kopano:kopano /var/spool/kopano
      chmod go= /var/spool/kopano
      setfacl -m u:postfix:rwx /var/spool/kopano

      After this is setup update/set the value of lmtp_listen in dagent.cfg to make use of the new socket:

      lmtp_listen = unix:/var/spool/kopano/dagent.sock

      Set in main.cf
      lmtp_listen = unix:/var/spool/kopano/dagent.sock

      All above done OK, and checked settings and rights but no joy.

      sudo -u postfix ls /var/spool/kopano/dagent.sock
      comes back as ls: cannot access ‘dagent.sock’: Permission denied

      /var/spool/kopano# getfacl /var/spool/kopano
      getfacl: Removing leading ‘/’ from absolute path names

      file: var/spool/kopano

      owner: kopano

      group: kopano

      user::rwx
      user:postfix:rwx #effective:—
      group::—
      mask::—
      other::—

      /var/spool/kopano# getfacl /var/spool/kopano/dagent.sock
      getfacl: Removing leading ‘/’ from absolute path names

      file: var/spool/kopano/dagent.sock

      owner: kopano

      group: kopano

      user::rw-
      group::rw-
      other::rw-

      Am I missing something?

      Thanks

      1 Reply Last reply Reply Quote 0
      • First post
        Last post