annotate doc/man/option-A.inc @ 22560:9a300e778b20

director: When logging "ring SYNC lost", include sync seq number in message This can help with debugging.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Sep 2017 17:26:39 +0300
parents e58a270a6287
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11644
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
1 .TP
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
2 .B \-A
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
3 If the
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
4 .B \-A
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
5 option is present, the
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
6 .I command
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
7 will be performed for all users.
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
8 Using this option in combination with system users from
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
9 .B userdb { driver = passwd }
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
10 is not recommended, because it contains also users with a lower UID than
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
11 the one configured with the
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
12 .I first_valid_uid
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
13 setting.
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
14 .sp
11831
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
15 When the SQL userdb module is used make sure that the
11644
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
16 .I iterate_query
11831
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
17 setting in
11808
9ffa8d9a2ee3 man: Use pkgsysconfdir instead of sysconfdir also in included files.
Pascal Volk <user@localhost.localdomain.org>
parents: 11644
diff changeset
18 .I @pkgsysconfdir@/dovecot\-sql.conf.ext
11644
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
19 matches your database layout.
11831
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
20 When using the LDAP userdb module, make sure that the
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
21 .IR iterate_attrs " and " iterate_filter
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
22 settings in
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
23 .I @pkgsysconfdir@/dovecot-ldap.conf.ext
e58a270a6287 man/option-A: Mention userdb/LDAP iterate_attrs and iterate_filter settings.
Pascal Volk <user@localhost.localdomain.org>
parents: 11808
diff changeset
24 match your LDAP schema.
11644
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
25 Otherwise
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
26 .BR doveadm (1)
be2b7d2901a0 doc: added manual pages
Pascal Volk <user@localhost.localdomain.org>
parents:
diff changeset
27 will be unable to iterate over all users.