kopano-gateway doesn't start anymore after update to core-8.7.80
-
Hello!
I use kopano-gateway 8.7.80.169-0+44.1 amd64 on Ubuntu 16.04.5
I got the error messages:Dez 02 12:13:32 v22017084891752857 kopano-gateway[31699]: [crit ] Config error: Unknown option "pop3s_enable" found! Dez 02 12:13:32 v22017084891752857 kopano-gateway[31699]: [crit ] Config error: Unknown option "pop3s_port" found! Dez 02 12:13:32 v22017084891752857 kopano-gateway[31699]: [crit ] Config error: Unknown option "imaps_enable" found! Dez 02 12:13:32 v22017084891752857 kopano-gateway[31699]: [crit ] Config error: Unknown option "imaps_port" found!
.with the following options in /etc/kopano/gateway.cfg
# enable/disable POP3, and POP3 listen port #pop3_enable = no #pop3_port = 110 # enable/disable Secure POP3, and Secure POP3 listen port pop3s_enable = no pop3s_port = 995 # enable/disable IMAP, and IMAP listen port # only for local sasl from postfix, blocked by firewall from outside #imap_enable = yes #imap_port = 143 # enable/disable Secure IMAP, and Secure IMAP listen port imaps_enable = yes imaps_port = 993
By disabling the four options, I manage to get started the gateway. But it only opens ports 110 and 143 instead of 993 and 995. Could you please help me to enable imps and pop3s? Thanks in advance.
Regards
-
Please consult the man page of the dagent config file or the example config file for the new syntax.
-
# enable/disable POP3, and POP3 listen port pop3_listen = *:110 # enable/disable Secure POP3, and Secure POP3 listen port pop3s_listen = *:995 # enable/disable IMAP, and IMAP listen port imap_listen = *:143 # enable/disable Secure IMAP, and Secure IMAP listen port imaps_listen = *:993
-
Thanks! Works like a charm.
Regards Stephan