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:16] 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 17: | Line 35: | ||
| base = ou=qmail, o=mrzesty | base = ou=qmail, o=mrzesty | ||
| - | user_attrs = mailMessageStore=home=/ | + | user_attrs = =home=/ |
| + | |||
| + | user_filter = (& | ||
| + | |||
| + | pass_attrs = =home=/ | ||
| - | pass_attrs | + | pass_filter |
| </ | </ | ||