After a bit of work to figure out how to fit the wiki's in my conf:

My dovecot conf
a) dovecot ldap conf
b) user logs via [email protected]

Dovecot conf:

# master user separator
auth_master_user_separator = *

  passdb {
        driver = passwd-file
        args = /etc/dovecot/passwd.masterusers
        master = yes
        #pass = yes
    }

Since i've the ldap userdb , the "pass = yes" directive should not be used.

Note: if you user log in sogo with the user format [email protected] you must create a master user in /etc/dovecot/passwd.masterusers with the domain.tld, eg: [email protected].

To try if all the stuff works:

/usr/sbin/sogo-tool user-preferences set defaults [email protected] sieveadm_master_user:sieveadm_master_pass Vacation '{"enabled": 1, "endDate": 1322780400, "autoReplyEmailAddresses": ["[email protected]", "[email protected]"], "ignoreLists": 1, "autoReplyText": "holiday", "daysBetweenResponse": "1", "endDateEnabled": 1}'


And you should see the logon messages in dovecot logs

Hope this can help
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to