mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Don't open old IMAP port (465)
This commit is contained in:
parent
0f6d4de8e4
commit
d55c029c9b
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
uPnP:
|
||||
enabled: false
|
||||
TCP: [22, 25, 80, 443, 465, 587, 993, 5222, 5269]
|
||||
TCP: [22, 25, 80, 443, 587, 993, 5222, 5269]
|
||||
UDP: []
|
||||
ipv4:
|
||||
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
||||
TCP: [22, 25, 53, 80, 443, 587, 993, 5222, 5269]
|
||||
UDP: [53, 5353]
|
||||
ipv6:
|
||||
TCP: [22, 25, 53, 80, 443, 465, 587, 993, 5222, 5269]
|
||||
TCP: [22, 25, 53, 80, 443, 587, 993, 5222, 5269]
|
||||
UDP: [53, 5353]
|
||||
|
|
Loading…
Add table
Reference in a new issue