Skip to content

Commit 2d1088b

Browse files
sirainencmouse
authored andcommitted
global: "address" setting was renamed in inet_listener to "listen"
1 parent 9495457 commit 2d1088b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/config/delivery/lmtp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protocols = {
4848
4949
service lmtp {
5050
inet_listener lmtp {
51-
address = 192.168.0.24 127.0.0.1 ::1
51+
listen = 192.168.0.24 127.0.0.1 ::1
5252
port = 24
5353
}
5454

docs/howto/virtual/postfix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Dovecot's authentication services will run in the `doveauth` user-context.
128128
```[dovecot.conf]
129129
service imap-login {
130130
inet_listener imap {
131-
address = 1.2.3.4
131+
listen = 1.2.3.4
132132
port = 143
133133
}
134134

0 commit comments

Comments
 (0)