Add mailcow
This commit is contained in:
parent
ba8681d728
commit
a2a03018ce
3 changed files with 37 additions and 24 deletions
48
04listen.cfg
48
04listen.cfg
|
@ -8,30 +8,30 @@ listen ssh
|
|||
server git-ssh forgejo.incus:10022 send-proxy check
|
||||
|
||||
# Mailcow
|
||||
# listen smtp
|
||||
# bind :25
|
||||
# bind :::25 v6only
|
||||
# mode tcp
|
||||
# option tcplog
|
||||
# server mail 10.78.127.231:10025 send-proxy
|
||||
# listen smtps
|
||||
# bind :465
|
||||
# bind :::465 v6only
|
||||
# mode tcp
|
||||
# option tcplog
|
||||
# server mail 10.78.127.231:10465 send-proxy
|
||||
# listen imaps
|
||||
# bind :993
|
||||
# bind :::993 v6only
|
||||
# mode tcp
|
||||
# option tcplog
|
||||
# server mail 10.78.127.231:10993 send-proxy
|
||||
# listen sieve
|
||||
# bind :4190
|
||||
# bind :::4190 v6only
|
||||
# mode tcp
|
||||
# option tcplog
|
||||
# server mail 10.78.127.231:14190 send-proxy
|
||||
listen smtp
|
||||
bind :25
|
||||
bind :::25 v6only
|
||||
mode tcp
|
||||
option tcplog
|
||||
server mailcow mailcow.incus:10025 send-proxy
|
||||
listen smtps
|
||||
bind :465
|
||||
bind :::465 v6only
|
||||
mode tcp
|
||||
option tcplog
|
||||
server mailcow mailcow.incus:10465 send-proxy
|
||||
listen imaps
|
||||
bind :993
|
||||
bind :::993 v6only
|
||||
mode tcp
|
||||
option tcplog
|
||||
server mailcow mailcow.incus:10993 send-proxy
|
||||
listen sieve
|
||||
bind :4190
|
||||
bind :::4190 v6only
|
||||
mode tcp
|
||||
option tcplog
|
||||
server mailcow mailcow.incus:14190 send-proxy
|
||||
|
||||
# Adguard
|
||||
listen adguard-dot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue