Results 1 to 3 of 3

Thread: CSF and Roundcube

  1. #1
    Member Silent Ninja's Avatar
    Join Date
    Apr 2006
    Location
    Buenos Aires, Argentina
    Posts
    190

    Default CSF and Roundcube

    I've posted a bug report on CSF lately, but it seems that it's something cPanel related actually:
    http://forum.configserver.com/showth...ted=1#post7792

    Why do I think that?
    Because on one of our servers:

    Centos 5 x86_64 (on a Core 2 Duo)
    cPanel 11.24.4-RELEASE_33562

    I CAN send emails via Roundcube, but on other webserver :

    Centos 4 i386 (on a Pentium D)
    11.24.4-STABLE_35075

    I CANNOT send emails via Roundcube.

    Has there been made any fix or changes since this 2 versions on the Roundcube smtp method ?

    CSF SMTP_BLOCK does block all outgoing traffic from the server to anywhere that's not from root / mail / mailman; although all webmails used to work because they connected to localhost, and localhost was 100% allowed to be used by anyonw (ALLOW_LOCAL on the firewall).

    Maybe if you changed the SMTP auth from roundcube or some sorta setup change so that roundcube doesn't send emails as mail or root and it doesn't uses smtp sock to localhost that may be what's failing.

    PS: CSF + SMTP_BLOCK + ALLOW_LOCAL is installed on both servers, and I meant it to be this way to avoid spammers.
    PS2: Squirremail and Horde works correctly on both.

  2. #2
    Member
    Join Date
    Jan 2004
    Posts
    755

  3. #3
    Member Silent Ninja's Avatar
    Join Date
    Apr 2006
    Location
    Buenos Aires, Argentina
    Posts
    190

    Default

    http://forums.cpanel.net/webhost-man...tml#post493321

    Quote Originally Posted by jassi View Post
    vi /usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php

    and changed

    $rcmail_config['smtp_user'] = '%u';
    to
    $rcmail_config['smtp_user'] = '';

    fixed....
    This totally fixes roundcube smtp issue, and is compatible with the csf smtp owner restriction ! You rock jassi !

Similar Threads

  1. Replies: 5
    Last Post: 02-14-2011, 04:12 AM
  2. Replies: 1
    Last Post: 12-09-2010, 06:23 AM
  3. csf
    By newtoallthis in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 03-24-2010, 02:35 PM
  4. Roundcube Slow? and errors triggering CSF
    By Bailey in forum E-mail Discussions
    Replies: 0
    Last Post: 04-30-2008, 05:20 AM
  5. CSF firewall - "Manually denied" in the csf.deny file?
    By jols in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 04-05-2007, 07:10 AM