Skip to content

Commit e3182c2

Browse files
authored
Merge branch 'main' into DOV-8373
2 parents f2ca273 + 53cf7d5 commit e3182c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/core/admin/doveadm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ service doveadm {
8585
user = vmail
8686
}
8787
88-
inet_listener {
88+
inet_listener doveadm {
8989
port = 2425
9090
}
9191

docs/core/config/execute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ execute localhost:12345 {
6464
}
6565
service test-script-service {
6666
execute = script /usr/local/bin/test-script.sh one
67-
inet_listener {
67+
inet_listener script {
6868
port = 12345
6969
}
7070
}

docs/core/plugins/quota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ is a single Dovecot server.
516516
```[dovecot.conf]
517517
service quota-status {
518518
executable = quota-status -p postfix
519-
inet_listener {
519+
inet_listener quota-status {
520520
# You can choose any port you want
521521
port = 12340
522522
}

docs/howto/imapc_proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This is based on already having Dovecot already compiled and installed.
7474
service auth {
7575
unix_listener auth-userdb {
7676
}
77-
inet_listener {
77+
inet_listener auth {
7878
port = 12345
7979
}
8080
}

docs/howto/sasl/postfix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ authenticate via TCP. For Dovecot, set up an `inet_listener`:
9393
::: code-group
9494
```[dovecot.conf]
9595
service auth {
96-
inet_listener {
96+
inet_listener auth {
9797
port = 12345
9898
}
9999
}

0 commit comments

Comments
 (0)