Bug 1023686

Summary: roundcube mail httpd conf denies access to all except localhost
Product: [Fedora] Fedora EPEL Reporter: Mohammed Arafa <bugzilla>
Component: roundcubemailAssignee: Gwyn Ciesla <gwync>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: cwickert, gwync, mhlavink
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-06 19:44:37 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Mohammed Arafa 2013-10-27 03:13:01 UTC
Description of problem:
in /etc/httpd/conf.d/roundcubemail.conf there is a stanza that denies access to all except localhost.
that kind of defeats the purpose of having web mail. on localhost we can read mail with mail or mutt or alpine or read the actual mail file in /var/mail etc etc etc. 
web mail on the other hand is meant for the web, the cloud so to speak but limiting it to only localhost defeats its purpose.

pls. remove this stanza

thank you

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Gwyn Ciesla 2013-11-06 19:44:37 UTC
This is by design, so that simply installing the software doesn't expose it to the public network.  This is a common web application packaging practice.  Commenting out this stanza can be done at any time by the administrator, once other configuration is complete.