Removed SMTP/IMAP port variables, exposed ports.
This commit is contained in:
parent
4c35ecad32
commit
c6bc75bb21
3 changed files with 4 additions and 6 deletions
|
|
@ -3,8 +3,6 @@ set -eufo pipefail
|
|||
|
||||
BRIDGE=/bin/protonmail-bridge
|
||||
PRINT_INFO=${PRINT_INFO:-""}
|
||||
SMTP_PORT=${SMTP_PORT:-"25"}
|
||||
IMAP_PORT=${IMAP_PORT:-"143"}
|
||||
|
||||
#### INIT
|
||||
PASS_FILE=${PASS_FILE:-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue