You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-25 22:12:28 +02:00
expose pop3 port
This commit is contained in:
@@ -32,6 +32,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 2102
|
- containerPort: 2102
|
||||||
- containerPort: 2525
|
- containerPort: 2525
|
||||||
|
- containerPort: 110
|
||||||
- containerPort: 143
|
- containerPort: 143
|
||||||
- containerPort: 993
|
- containerPort: 993
|
||||||
- containerPort: 4190
|
- containerPort: 4190
|
||||||
@@ -69,6 +70,9 @@ spec:
|
|||||||
- name: imap-transport
|
- name: imap-transport
|
||||||
port: 2525
|
port: 2525
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: pop3
|
||||||
|
port: 110
|
||||||
|
protocol: TCP
|
||||||
- name: imap-default
|
- name: imap-default
|
||||||
port: 143
|
port: 143
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
@@ -77,4 +81,4 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: sieve
|
- name: sieve
|
||||||
port: 4190
|
port: 4190
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Reference in New Issue
Block a user