P r o f e s s i o n a l — M a n a g e m e n t — S o l u t i o n s
RSS icon Email icon Home icon
  • Fixing plesk horde webmail

    Posted on February 13th, 2010 Admin No comments

    Sometimes you may see horde webmain in plesk windows showing page not found errors or not working properly during sending email via webmail.  Here is the general fix for all the problems.

    "%plesk_bin%\websrvmng.exe" --reconfigure-webmail
    "%plesk_bin%\defpackagemng.exe" --fix --type=webmail.horde

    Hope this helps.

    Share/Save/Bookmark

  • Plesk HORDE [error] [imp] FAILED LOGIN

    Posted on August 13th, 2009 Admin No comments

    We had a small issue with Horde webmail on one of our CentOS Plesk 8.6 server. The problem was we were not able to login into Horde Webmail and were getting login failed error. The logs under /var/log/psa-horde/psa-horde.log showed something like this.

    HORDE [error] [imp] FAILED LOGIN xxx.xxx.xxx.xxx to localhost:143[imap/notls] as info@domain.co.uk [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

    Solution.

    Make sure you can telnet to port 143 from the server itself. For ex.

    [root@server] telnet localhost 143

    If you receive connection refused error please Check the /etc/hosts file and make sure that it has localhost entry as shown below.

    127.0.0.1 localhost
    ————————————————————–

    If the problem is still not resolved and you still get thos errors then just re-install the IMAP Service on the server. Following are the steps used to re-install IMAP Server:

    1) You can find the RPMS used by Plesk in /root/psa/PSA_version directory OR you can download the Tar (Not Autoinstaller) containing RPMS from Parallels website

    http://www.parallels.com/en/download/ (need registration it’s free)

    2) go to the RPM directory which contains courier Imap RPM’s

    #cd [path to the PSA RPM Directory]/dist-rpm-CentOS-4.2-i386/base/

    3) Re-install courier-imap-3.0.8-cos4.build81070322.16.i586.rpm and psa-courier-imap-add-8.1.1-cos4.build81070322.16.i586.rpm which will automatically restart the services too

    [root@server]# pwd
    /root/plesk/dist-rpm-CentOS-4.2-i386/base

    [root@server]# rpm -Uvh courier-imap-3.0.8-cos4.build81070322.16.i586.rpm psa-courier-imap-add-8.1.1-cos4.build81070322.16.i586.rpm –force

    Preparing… ########################################### [100%]
    Reloading configuration: [ OK ]
    1:courier-imap ########################################### [ 50%]
    Stopping Courier-IMAP server:
    Stopping imap [ OK ]
    Stopping imap-ssl [ OK ]
    Stopping pop3 [ OK ]
    Stopping pop3-ssl [ OK ]

    Starting Courier-IMAP server:
    Starting imapd [ OK ]
    Starting imap-ssl [ OK ]
    Starting pop3 [ OK ]
    Starting pop3-ssl [ OK ]

    2:psa-courier-imap-add ########################################### [100%]
    Stopping Courier-IMAP server:
    Stopping imap [ OK ]
    Stopping imap-ssl [ OK ]
    Stopping pop3 [ OK ]
    Stopping pop3-ssl [ OK ]

    Starting Courier-IMAP server:
    Starting imapd [ OK ]
    Starting imap-ssl [ OK ]
    Starting pop3 [ OK ]
    Starting pop3-ssl [ OK ]

    [root@server]# netstat -nap | grep :143
    tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1657/couriertcpd
    [root@server]# telnet localhost 143
    Trying 127.0.0.1…
    Connected to localhost.
    Escape character is ‘^]’.

    I hope with the above methods you should be able to resolve the horde login failed error on your plesk server.

    Share/Save/Bookmark

  • Configuring size of attachments in Horde

    Posted on July 8th, 2008 Mark No comments

    By default, PHP limits uploaded files to 2 MB, and this limit applies to attachments on messages sent using Horde IMP..
    Read the rest of this entry »

    Share/Save/Bookmark