simonjones
Verified User
- Joined
- Feb 20, 2014
- Messages
- 9
Hi I am running centos php exim amd dovecot I just installed imap and get the error
Can not authenticate to IMAP server: [AUTHENTICATIONFAILED] Authentication failed.
both in php and ssh
Is what my php info is saying so I am at a loss??
Can not authenticate to IMAP server: [AUTHENTICATIONFAILED] Authentication failed.
both in php and ssh
Code:
'./configure' '--with-apxs2' '--with-config-file-scan-dir=/usr/local/lib/php.conf.d' '--with-curl=/usr/local/lib' '--with-gd' '--enable-gd-native-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-libxml-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=mysqlnd' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=mysqlnd' '--with-pcre-regex=/usr/local' '--with-pdo-mysql=mysqlnd' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-sockets' '--enable-soap' '--enable-mbstring' '--with-icu-dir=/usr/local/icu' '--with-imap=p=/usr/local/imap-2007f' '--with-imap-ssl' '--enable-intl'
Code:
Protocols dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp
Code:
IMAP c-Client Version 2004
SSL Support enabled
Kerberos Support enabled
Is what my php info is saying so I am at a loss??