File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed
Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ layout: doc
33title : SQL
44dovecotlinks :
55 auth_sql : SQL authentication database
6+ auth_mysql :
7+ hash : mysql
8+ text : MySQL authentication
9+ auth_postgresql :
10+ hash : postgresql
11+ text : PostgreSQL authentication
12+ auth_sqlite :
13+ hash : sqlite
14+ text : Sqlite authentication
615---
716
817# SQL Database (` sql ` )
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ headers installed.
1616
1717For MariaDB, you need to have compatibility headers installed.
1818
19+ ## Example Configuration
20+
21+ See [[ link,auth_mysql]] .
22+
1923## Settings
2024
2125<SettingsComponent tag =" sql-mysql " />
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Driver name is `postgresql`.
1212To compile support for this driver, you need PostgreSQL client library and
1313headers.
1414
15+ ## Example Configuration
16+
17+ See [[ link,auth_postgresql]] .
18+
1519## Settings
1620
1721<SettingsComponent tag =" sql-postgresql " />
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Driver name is `sqlite`.
1111
1212To compile support for this driver. you need sqlite library and headers.
1313
14+ ## Example Configuration
15+
16+ See [[ link,auth_sqlite]] .
17+
1418## Settings
1519
1620<SettingsComponent tag =" sql-sqlite " />
You can’t perform that action at this time.
0 commit comments