1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-08 17:51:57 +00:00

dovecot: Remove "experimental" qualifiers

dovecot support has been around for a release, has decent testing and
seems stable enough to remove the "experimental" qualifier.
This commit is contained in:
Alberto Bertogli
2018-06-04 23:45:18 +01:00
parent cf81fbee74
commit 17b7bbe9c6
7 changed files with 40 additions and 14 deletions

View File

@@ -95,6 +95,15 @@ C<user>. Default: C<.>.
Path where to write the mail log to. If C<< <syslog> >>, log using the
syslog (at C<MAIL|INFO> priority). Default: C<< <syslog> >>.
=item B<dovecot_auth> (bool):
Enable dovecot authentication. If true, users that are not found in chasquid's
databases will be authenticated via dovecot. Default: C<false>.
The path to dovecot's auth sockets is autodetected, but can be manually
overriden using the C<dovecot_userdb_path> and C<dovecot_client_path> if
needed.
=back
=head1 SEE ALSO