Author Topic: selinux problem  (Read 4059 times)

Offline crosemffet

  • Newbie
  • *
  • Posts: 2
selinux problem
« on: April 12, 2010, 07:48:18 PM »
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,

Offline crosemffet

  • Newbie
  • *
  • Posts: 2
selinux problem
« Reply #1 on: April 12, 2010, 08:03:11 PM »
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,