Quote:
Originally Posted by mbnaik
Hi
I am useing Fedora Core 6 in IBM machin first time. I am sucssesfuly installed proxy on redhat 8 but I am not abale to do in Fedora.
I am able to start dovecot service I am fecaing following error
"Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use"
Pls. guide
Thanks In Advance
Manish Naik
|
Starting Dovecot Imap: Fatal: listen(143) failed: Address already in use"
comes when your SeLinux service is enabled.
Please stop the SeLinux Service for that by applying command
[root@mail ~]# setenforce 0
If you On the SeLinux Back for security purpose
[root@system ~]# setenforce 1
Thanks.