This shows you the differences between two versions of the page.
— | project:exim-smtpauth [2015/02/04 19:48] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== LDAP based SMTP AUTH with Exim ===== | ||
+ | | ||
+ | // | ||
+ | |||
+ | The following configuration file needs to be added to ''/ | ||
+ | | ||
+ | BASEDN=dc=dipper, | ||
+ | USERDN=${lookup ldapdn{ldap:/// | ||
+ | |||
+ | ldap_login: | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | After the file has been created a refresh of exim config is required, followed by a restart: | ||
+ | |||
+ | update-exim4.conf | ||