This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
qmail-ldapwithdovecotondebian [2016/04/17 14:08] ian |
qmail-ldapwithdovecotondebian [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== qmail-ldap With Dovecot on Ubuntu ====== | + | ====== qmail-ldap With Dovecot |
| Reference: http:// | Reference: http:// | ||
| Line 6: | Line 6: | ||
| < | < | ||
| aptitude install dovecot-imapd dovecot-pop3d dovecot-ldap | aptitude install dovecot-imapd dovecot-pop3d dovecot-ldap | ||
| + | </ | ||
| + | |||
| + | **/ | ||
| + | < | ||
| + | ... | ||
| + | !include auth-ldap.conf.ext | ||
| + | .. | ||
| + | </ | ||
| + | |||
| + | **/ | ||
| + | |||
| + | < | ||
| + | ... | ||
| + | mail_uid = 200 | ||
| + | mail_gid = 200 | ||
| + | ... | ||
| + | first_valid_uid = 200 | ||
| + | ... | ||
| </ | </ | ||
| Line 12: | Line 30: | ||
| < | < | ||
| hosts = localhost | hosts = localhost | ||
| - | |||
| - | debug_level = 0 | ||
| auth_bind = yes | auth_bind = yes | ||
| Line 19: | Line 35: | ||
| base = ou=qmail, o=mrzesty | base = ou=qmail, o=mrzesty | ||
| - | user_attrs = mailMessageStore=home=/ | + | user_attrs = =home=/ |
| user_filter = (& | user_filter = (& | ||
| - | pass_attrs = mailMessageStore=home=/ | + | pass_attrs = =home=/ |
| pass_filter = (& | pass_filter = (& | ||