listen on all interfaces
This commit is contained in:
parent
a404692e8a
commit
2669d6224e
@ -6,7 +6,6 @@ service imap-login {
|
||||
|
||||
service lmtp {
|
||||
inet_listener lmtp {
|
||||
address = 127.0.0.1
|
||||
port = 7777
|
||||
}
|
||||
}
|
||||
@ -16,7 +15,6 @@ service imap {
|
||||
|
||||
service auth {
|
||||
inet_listener postfix {
|
||||
address = 127.0.0.1
|
||||
port = 6334
|
||||
}
|
||||
}
|
||||
|
3
rootfs/etc/cont-init.d/02-sieve-rules
Normal file
3
rootfs/etc/cont-init.d/02-sieve-rules
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
sievec /etc/dovecot/sieve-after/spam.sieve
|
Loading…
Reference in New Issue
Block a user