Roundcube Community Forum

 

selinux problem

Started by crosemffet, April 12, 2010, 07:48:18 PM

Previous topic - Next topic

crosemffet

I've been using roundcube without any problem for the last 6 months.
now, I''ve turn on my selinux configuration. since then, it's impossible to connect with the imap.
the login screen shows fine, once the users send his username and password,
one read banner tells: "connection to imap server failed".
absolutely sure it's a selinux configuration issue.
imap is fine, and telnet my_ip on port 143 is working fine.
any ideas will be really appreciated,
best regards,

crosemffet

oops !.
find the solution. I will post it just in case can be useful to another person.
lo login, enable the boolean variable http_can_network_connect
>setsebool http_can_network_connect 1

to send email with the webmail:
>setsebool http_can_sendmail 1

that's all falks !.
regards,