Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 4 of 4 FirstFirst ... 2 3 4
Results 46 to 60 of 60
  1. #46
    Member
    Join Date
    Apr 2005
    Posts
    318

    Default

    Quote Originally Posted by sirbrent View Post
    A quick update. I was playing around with the roundcube configuration (usr/local/cpanel/base/3rdparty/roundcube/config/main.inc.php) and noticed a workaround until the module is patched/updated. This workaround normally shouldnt work, but seems to work with the current problem in the module.

    normally there is a series of lines which should read like this:

    Code:
    // SMTP username (if required) if you use %u as the username RoundCube
    // will use the current username for login
    $rcmail_config['smtp_user'] = '%u';
    for now Roundcube seems to work properly if you change it to this:

    Code:
    // SMTP username (if required) if you use %u as the username RoundCube
    // will use the current username for login
    $rcmail_config['smtp_user'] = '';

    This helped, thanks I had that problem when roundcube is stuck at "sending..."
    http://www.crohoster.com/
    quality hosting services and managed dedicated servers

  2. #47
    Member Data 1's Avatar
    Join Date
    May 2008
    Posts
    104

    Default

    I had to do this also to get roundcube to work. Thank you Sirbrent-

  3. #48
    Member
    Join Date
    Sep 2008
    Posts
    98

    Default

    I am very glad the workaround I discovered has been useful to so many people!

  4. #49
    Member
    Join Date
    Sep 2008
    Posts
    98

    Default

    I am very glad the workaround I discovered has been useful to so many people!


  5. #50
    Registered User
    Join Date
    Nov 2006
    Posts
    158

    Default

    Thanks sirbrent! worked a treat!

    However, anybody else noticing that on the disk usage in roundcube it says unlimited?

    Best,

  6. #51
    Member
    Join Date
    Sep 2008
    Posts
    98

    Default

    Quote Originally Posted by logikstudios View Post
    Thanks sirbrent! worked a treat!

    However, anybody else noticing that on the disk usage in roundcube it says unlimited?

    Best,
    This has not happened with me, mail quotas are still properly recognized in roundcube on my servers.

  7. #52
    Member
    Join Date
    Nov 2003
    Posts
    10

    Default round cube mail not sending mails

    hello

    when i use roundcube mail to send emails, it just does nothing

    i push send button , a box appears writing it is sending but nothing happens, mail not going nothing happening

    sqmail and horde sends well only roundcube has this problem

    any suggestion?
    is there any error log etc i can check?
    oguz goker

  8. #53
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    This problem has resurfaced in S38506!

    AAARRRRGG!

    cPanel 11.24.5-S38506 - WHM 11.24.2 - X 3.9

    For now I patched the configuration file.
    Promethyl.
    PromethylHosting.com | Home. Plan. Digital.

  9. #54
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by Promethyl View Post
    This problem has resurfaced in S38506!

    AAARRRRGG!

    cPanel 11.24.5-S38506 - WHM 11.24.2 - X 3.9

    For now I patched the configuration file.
    For reference, the STABLE build mentioned (11.24.5-STABLE_38506) was updated August 25, 2009.

    If the Roundcube error log indicated the same message as reported in the original post of this thread, the following command should correct the issue:
    Code:
    # /scripts/autorepair net_smtp_fix

  10. #55
    Member
    Join Date
    May 2008
    Posts
    1,203

    Default

    Kindly check the email error logs for the exact error message. You can get the email logs from /var/log/exim_mainlog.

  11. #56
    Member
    Join Date
    Mar 2004
    Posts
    70

    Default

    I used the same command and rolled back changes to the RC config file.

    I hoped it might be automated by this point, but perhaps... =)
    Promethyl.
    PromethylHosting.com | Home. Plan. Digital.

  12. #57
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by onlyreal2 View Post
    hello

    when i use roundcube mail to send emails, it just does nothing

    i push send button , a box appears writing it is sending but nothing happens, mail not going nothing happening

    sqmail and horde sends well only roundcube has this problem

    any suggestion?
    is there any error log etc i can check?
    Quote Originally Posted by thewebhosting View Post
    Kindly check the email error logs for the exact error message. You can get the email logs from /var/log/exim_mainlog.
    In addition to checking the Exim log, will help to check the specific Roundcube logs that are located at the following paths:
    Code:
    /var/cpanel/roundcube/log/console
    /var/cpanel/roundcube/log/errors
    /var/cpanel/roundcube/log/sendmail
    Via root SSH access, the following command may be used to monitor the Roundcube logs while sending a test message in attempt to trigger the issue (and to see the resulting error details that are logged):
    Code:
    # tail -fvn0 /var/cpanel/roundcube/log/*

  13. #58
    Member
    Join Date
    Nov 2003
    Posts
    10

    Default

    this is the error i see
    no idea what is

    [10-Jan-2010 04:25:53 -0600] SMTP Error: SMTP error: Authentication failure: STARTTLS failed (Code: )
    in /usr/local/cpanel/base/3rdparty/roundcube/program/steps/mail/func.inc on line 1248 (POST /3rdparty/roundcube/index.php?_task=mail&_action=send)
    [10-Oca-2010 04:31:25] STARTTLS failed ():
    [
    oguz goker

  14. #59
    Member
    Join Date
    Nov 2003
    Posts
    10

    Default

    ok fixed using last sentence on this site

    openhelp.net » Round Cube
    oguz goker

  15. #60
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by onlyreal2 View Post
    this is the error i see
    no idea what is

    [10-Jan-2010 04:25:53 -0600] SMTP Error: SMTP error: Authentication failure: STARTTLS failed (Code: )
    in /usr/local/cpanel/base/3rdparty/roundcube/program/steps/mail/func.inc on line 1248 (POST /3rdparty/roundcube/index.php?_task=mail&_action=send)
    [10-Oca-2010 04:31:25] STARTTLS failed ():
    [
    Quote Originally Posted by onlyreal2 View Post
    ok fixed using last sentence on this site

    openhelp.net » Round Cube
    The web site indicates a solution that is not recommended; it is not necessary to modify the Roundcube configuration.

    The simple fix for the provided error detail is to run the following command via root SSH access:
    Code:
    # /scripts/autorepair net_smtp_fix
    For reference please see the following thread that details the specific situation: Problem with Roundcube (sending) SMTP error: Authentication failure: STARTTLS failed - cPanel Forums

    Note: I will merge the two threads as they pertain to the same issue in Roundcube.

+ Reply to Thread
Page 4 of 4 FirstFirst ... 2 3 4
Similar Threads & Tags
Similar threads

  1. problem with smtp authentication with phpmail
    By raystrach in forum E-mail Discussions
    Replies: 2
    Last Post: 08-22-2011, 05:16 PM
  2. exim disabling starttls remote smtp
    By charleswu in forum E-mail Discussions
    Replies: 1
    Last Post: 04-16-2010, 05:17 PM
  3. how to force sending email always use smtp authentication
    By wp11b in forum E-mail Discussions
    Replies: 3
    Last Post: 05-20-2009, 09:49 AM
  4. Problem sending with mutt - 550 Authentication error
    By jols in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 12-11-2006, 01:02 AM
  5. SMTP Authentication Failed - /etc/userdomains wrong perms
    By silversurfer in forum cPanel and WHM Discussions
    Replies: 16
    Last Post: 07-22-2005, 02:17 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube