• 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.

IMAP Not Working POP3 Is Fine

M

MattR@

Guest
Hi all,
Our IMAP doesn't seem to be working on a default install on FreeBSD 5.3R, In the logs, all I'm seeing is a connection and a login failed message. Webmail is the same. Users are however able to login via POP3 without any problem. Has anyone run into this?

Thanks,
Matt
 
I have the exact same problem with the exact same version of FreeBSD... :eek: :(

Anybody know how to fix this problem? :(
 
Check the /usr/lib/courier-imap/etc/imapd file. There must be the following records at the bottom of the file:

# tail /usr/lib/courier-imap/etc/imapd

#
# MAILDIRPATH - directory name of the maildir directory.
#
#
# DEFAULT SETTING from /usr/lib/courier-imap/etc/imapd.dist:
#MAILDIRPATH=Maildir
MAILDIRPATH=Maildir

AUTHMODULES="authpsa"
MAILPASSWD="/var/qmail/users/poppasswd"

PS. On a freebsd this file may be located somewhere in /usr/local/psa/courier-imap/etc/imapd
 
Originally posted by defencer
Check the /usr/lib/courier-imap/etc/imapd file. There must be the following records at the bottom of the file:

# tail /usr/lib/courier-imap/etc/imapd

#
# MAILDIRPATH - directory name of the maildir directory.
#
#
# DEFAULT SETTING from /usr/lib/courier-imap/etc/imapd.dist:
#MAILDIRPATH=Maildir
MAILDIRPATH=Maildir

AUTHMODULES="authpsa"
MAILPASSWD="/var/qmail/users/poppasswd"

PS. On a freebsd this file may be located somewhere in /usr/local/psa/courier-imap/etc/imapd

Yes, I have those records in /usr/local/psa/courier-imap/etc/imapd:

##NAME: MAILDIRPATH:0
#
# MAILDIRPATH - directory name of the maildir directory.
#
MAILDIRPATH=Maildir
AUTHMODULES="authpsa"
MAILPASSWD="/usr/local/psa/qmail/users/poppasswd"
 
Back
Top