Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread 望月忠雄
Thank you. I can access to the server. 2016-07-14 18:29 GMT+09:00 Eero Volotinen : > Ok. > > try following: > > firewall-cmd --add-port=110/tcp --permanent > firewall-cmd --reload > > Eero > > 2016-07-14 12:22 GMT+03:00 望月忠雄 : > > > I cannot add

Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread Eero Volotinen
Ok. try following: firewall-cmd --add-port=110/tcp --permanent firewall-cmd --reload Eero 2016-07-14 12:22 GMT+03:00 望月忠雄 : > I cannot add pop3 with following error. > # firewall-cmd --permanent --zone=external --add-service=pop3 > Error: INVALID_SERVICE: pop3 > >

Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread 望月忠雄
I cannot add pop3 with following error. # firewall-cmd --permanent --zone=external --add-service=pop3 Error: INVALID_SERVICE: pop3 And cannot access to 143 too. telnet 153.153.xxx.xxx 143 Trying 153.153.xxx.xxx... telnet: connect to address 153.153.xxx.xxx: No route to host 2016-07-14 17:53

Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread Eero Volotinen
You need to add pop3. Please note that op3 is not secure as password and username is transferred in plain text. *firewall-cmd --add-service=pop3 --permanent* *firewall-cmd --reload--* *Eero* 2016-07-14 11:43 GMT+03:00 Subscriber : > > Thursday, July 14, 2016,

Re: [CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread Subscriber
Thursday, July 14, 2016, 11:32:31 AM, you wrote: > Dear Members, > Please tell me how can I fix this problem. > Against allow imap on firewalld, I cannot access to the server. imap - port 143 pop3 - port 110 add to firewalld service pop3 or try telnet 153.153.xxx.xxx 143 > [root@speedex ~]#

[CentOS] CentOS7 firewalld ploblem

2016-07-14 Thread 望月忠雄
Dear Members, Please tell me how can I fix this problem. Against allow imap on firewalld, I cannot access to the server. [root@speedex ~]# telnet 153.153.xxx.xxx 110 Trying 153.153.xxx.xxx... telnet: connect to address 153.153.xxx.xxx: No route to host After stopping forewalld I can access to