We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9495457 commit 2d1088bCopy full SHA for 2d1088b
docs/core/config/delivery/lmtp.md
@@ -48,7 +48,7 @@ protocols = {
48
49
service lmtp {
50
inet_listener lmtp {
51
- address = 192.168.0.24 127.0.0.1 ::1
+ listen = 192.168.0.24 127.0.0.1 ::1
52
port = 24
53
}
54
docs/howto/virtual/postfix.md
@@ -128,7 +128,7 @@ Dovecot's authentication services will run in the `doveauth` user-context.
128
```[dovecot.conf]
129
service imap-login {
130
inet_listener imap {
131
- address = 1.2.3.4
+ listen = 1.2.3.4
132
port = 143
133
134
0 commit comments