• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Cant login to horde webmail

D

DCoats

Guest
FreeBSD5.4R Plesk7.5.4
Mail works but not webmail. With correct login it goes directly back to the login screen. With wrong password it says "Invalid Password".

/usr/local/psa/courier-imap/etc/imapd
MAILDIRPATH=Maildir
AUTHMODULES="authpsa"
MAILPASSWD="/usr/local/psa/qmail/users/poppasswd"


Sep 26 16:50:04 vortex imapd: IMAP connect from @ [127.0.0.1]INFO: LOGIN, user=admin, ip=[127.0.0.1], protocol=IMAP
Sep 26 16:50:04 vortex imapd: 1127753404.176022 LOGOUT, user=admin, ip=[127.0.0.1], headers=0, body=0, rcvd=59, sent=305, maildir=/usr/local/psa/qmail/mailnames/domain.name/admin/Maildir
 
FIXED

changed session.auto_start = 1
to
session.auto_start = 0
in php.ini
 
Back
Top