Fix ports2starttls() to support (manage)sieve protocol while using STARTTLS
This commit is contained in:
parent
155b380509
commit
bddf3a8189
|
@ -21650,6 +21650,7 @@ ports2starttls() {
|
|||
3306) echo "-t mysql " ;;
|
||||
5222) echo "-t xmpp " ;; # domain of jabber server maybe needed
|
||||
5432) echo "-t postgres " ;;
|
||||
4190) echo "-t sieve " ;;
|
||||
563) ;; # NNTPS
|
||||
636) ;; # LDAP
|
||||
1443|8443|443|981) ;; # HTTPS
|
||||
|
|
Loading…
Reference in New Issue