The dagent will search by default to the config.
The default dagent config file, contains the server_socket = https://localhost:237/zarafa.
By default there are no ssl certificates configured, so this will not work.
And you get a bounce message when an email is delivered:
- Code: Select all
Unable to open configuration file /etc/zarafa/dagent.cfg
Continuing with defaults
Starting delivery for user demo1
Access denied or Unknown user 'demo1', error code: 0x80040111
By changing the server_socket to file:///var/run/zarafa or by removing the dagent.cfg you can solve this issue.
Milo
