enable ldap to a zimbra mail server #197
-
hey i recently run piler on docker but when i tried connect whit my zimbra email server this is my docker-compose.yml file services: manticore: piler: memcached: volumes: and this is the configuration I found to connect ldap from zimbra // authentication against an ldap directory (disabled by default) $config['ENABLE_LDAP_AUTH'] = 1; // AD specific settings // zimbra specific settings thanks for any help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Well, the zimbra related stuff shall go to /etc/piler/config-site.php file. I can see that you have a volume for /etc/piler dir contents, so just edit that file on the docker volume, and you should be fine. Btw. when using Zimbra, you don't need the AD specific config options. |
Beta Was this translation helpful? Give feedback.
-
Great! :-) |
Beta Was this translation helpful? Give feedback.
But you can edit /etc/piler/config-site.php, it's there for you to add any local site specific settings.
You don't have to restart anything to apply the settings in config-site.php. If ldap is enabled, then try to login using a zimbra user account.