Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 12 of 12
  1. #1
    Member
    Join Date
    Dec 2004
    Posts
    388

    Default uw-imapd vunerability question

    I see this message on WHM with the uw-imapd vunerability problems.

    Can I know what is this uw-imapd? What does it do? Do I wait for the problem to be fixed or upgrade to maildir?

    What is maildir? which is better? Will upgrading to maildir cause any problems to my email system?

    Thanks in advance.

  2. #2
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    uw-imapd is the IMAP server that is used by cPanel for their cpimap daemon.

    As to waiting, that's up to you. You should (be) subscribe(d) to the security mailing lists and reading the exploits to determine whether it is in your best interests to upgrade - that's only a decision that you can make as the sys admin.

    Read up on the differences of mbox and maildir formats for mailboxes, there's plenty of information on the web.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  3. #3
    Member
    Join Date
    Apr 2003
    Posts
    174
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by chirpy
    You should (be) subscribe(d) to the security mailing lists...
    Are you referring to a cPanel security mailing list? Or individual ones for other applications? If there's a cPanel security list I'd be interested in knowing where I can subscribe.

  4. #4
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    I'm referring to the likes of BugTraq and VulnWatch. BugTraq carried the uw-imap vulnerability issue several days ago.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  5. #5
    Nic
    Nic is offline
    Member
    Join Date
    Dec 2003
    Posts
    13

    Default

    Quote Originally Posted by chirpy
    I'm referring to the likes of BugTraq and VulnWatch. BugTraq carried the uw-imap vulnerability issue several days ago.
    Probably stupid question, but.. can I just disable IMAP on the server (since nobody using it) until next cpanel release? Thanks

  6. #6
    cPanel Partner NOC cPanel Partner NOC Badge trparky's Avatar
    Join Date
    Apr 2003
    Posts
    190

    Default

    Yes, in the Service Control Panel in WHM.
    Tom Parkison – Rochen Ltd. – tom@rochen.com
    - Reseller Plans & Multiple Domain Solutions
    - http://www.rochen.com

  7. #7
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Remember that if you disable imap you disable the webmail apps. A simpler solution would probably be to block inbound TCP traffic to ports 143 and 993.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  8. #8
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    we done this conversion now we get errors every where

    some like this

    ERROR:
    ERROR: Could not complete request.
    Query: COPY 88:88 "BTRASH"
    Reason Given: Error in IMAP command received by server.

    Warning: session_start(): open(/tmp/sess_56938189dc5c6cdc026c8898f898c912, O_RDWR) failed: Permission denied (13) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 333

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:333) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 333

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:333) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/i18n.php on line 211

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:333) in /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php on line 305

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:333) in /usr/local/cpanel/base/3rdparty/squirrelmail/src/login.php on line 54

    Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/squirrelmail/functions/global.php:333) in /usr/local/cpanel/base/3rdparty/squirrelmail/plugins/cpanel_auth/setup.php on line 25
    What is in a sig anywho é

  9. #9
    Member
    Join Date
    Oct 2001
    Posts
    154

    Default

    If you need help please use the following information:
    Free Email Support for this conversion can be reached by emailing:

    maildir@cpanel.net

    Free Phone Support for this conversion can be reached by calling:

    +1 302 757 7118

  10. #10
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    been there done all that, phone support M-F, and no reply on the email as of yet
    What is in a sig anywho é

  11. #11
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Warning: session_start(): open(/tmp/sess_56938189dc5c6cdc026c8898f898c912, O_RDWR) failed: Permission denied (13) in
    Sounds like a /tmp directory permissions or space issue:

    1. Check that /tmp isn't full if it's a separate partition

    2. Make sure that /tmp is chmod 1777

    3. Try running:

    /scripts/upcp --force
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  12. #12
    Member WeMasterz5's Avatar
    Join Date
    Feb 2003
    Location
    Miami
    Posts
    361

    Default

    it was ( Query: COPY 88:88 "BTRASH" )

    something to do with one of the folders we had in there, we ended up just downloading all the mail and making a new account
    What is in a sig anywho é

Similar Threads & Tags
Similar threads

  1. Apacher/mod_ssl vunerability
    By haswalt in forum Archived Feature Requests
    Replies: 1
    Last Post: 09-03-2010, 01:10 PM
  2. Apacher/mod_ssl vunerability
    By haswalt in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-09-2009, 05:03 AM
  3. imapd unknwon ca
    By useradmin in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 11-23-2007, 11:40 AM
  4. imapd
    By Suter Rainer in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 12-07-2004, 11:06 AM
  5. CSS vunerability
    By xela in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 03-31-2004, 05:20 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube