Hi,
Im having issues with my BlackBerry users, who cannot authenticate with the email setup on my server.
I am running CentOS, EXIM, Dovecot and spamd as my mail services..
When I look at the logs, this is what happens when a BlackBerry phone tries to connect:
The credentials they are using (and myself), are 100% correct.
Dovecot throws out the following
Mar 27 16:29:38 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,41.5.53.160) : execute: /usr/local/cpanel/bin/dovecot-auth /usr/libexec/dovecot/checkpassword-reply
Mar 27 16:29:38 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,41.5.53.160) : Received no input
Mar 27 16:29:38 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,41.5.53.160) : exit_status=1
Mar 27 16:29:38 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,41.5.53.160) : Login failed (status=1)
and another
Mar 30 10:40:21 carbonfree dovecot: auth(default): client in: AUTH 2501 PLAIN service=imap secured lip=50.23.15.139 rip=178.239.83.1 lport=993 rport=14742 resp=AGNocmlzQGNocmlzZWRpbmd0b24uY29tADN3ZXI$
Mar 30 10:40:21 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,178.239.83.1 ): execute: /usr/local/cpanel/bin/dovecot-auth /usr/libexec/dovecot/checkpassword-reply
Mar 30 10:40:21 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,178.239.83.1 ): Received no input
Mar 30 10:40:21 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,178.239.83.1 ): exit_status=1
Mar 30 10:40:21 carbonfree dovecot: auth(default): checkpassword(chris@chrisedington.com,178.239.83.1 ): Login failed (status=1)
Mar 30 10:40:23 carbonfree dovecot: auth(default): client out: FAIL 2501 user=chris@chrisedington.com
Any ideas on why this would be happening just off BlackBerry?
Below is my dovecot -n
Code:# 1.2.16: /etc/dovecot.conf # OS: Linux 2.6.18-194.32.1.el5 i686 CentOS release 5.5 (Final) protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/dovecot/ssl/dovecot.crt ssl_key_file: /etc/dovecot/ssl/dovecot.key ssl_cipher_list: ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login login_process_per_connection: no login_processes_count: 2 login_max_processes_count: 50 login_max_connections: 500 mail_max_userip_connections(default): 40 mail_max_userip_connections(imap): 40 mail_max_userip_connections(pop3): 20 mailbox_idle_check_interval: 25 maildir_copy_preserve_filename: yes mail_executable(default): /usr/libexec/dovecot/imap mail_executable(imap): /usr/libexec/dovecot/imap mail_executable(pop3): /usr/libexec/dovecot/pop3 mail_plugins(default): quota imap_quota mail_plugins(imap): quota imap_quota mail_plugins(pop3): quota mail_plugin_dir(default): /usr/lib/dovecot/imap mail_plugin_dir(imap): /usr/lib/dovecot/imap mail_plugin_dir(pop3): /usr/lib/dovecot/pop3 pop3_uidl_format(default): %08Xu%08Xv pop3_uidl_format(imap): %08Xu%08Xv pop3_uidl_format(pop3): UID%u-%v pop3_logout_format(default): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s pop3_logout_format(imap): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s pop3_logout_format(pop3): top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o namespace: type: private prefix: INBOX. inbox: yes list: yes subscriptions: yes lda: postmaster_address: postmaster@example.com auth default: mechanisms: plain login cache_size: 1024 cache_ttl: 800 cache_negative_ttl: 800 username_chars: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!#$-=?^_{}~./@+% verbose: yes debug: yes debug_passwords: yes passdb: driver: checkpassword args: /usr/local/cpanel/bin/dovecot-auth userdb: driver: prefetch socket: type: listen client: path: /var/run/dovecot/auth-client mode: 438 plugin: quota: maildir quota_rule: Trash:ignore



LinkBack URL
About LinkBacks
Reply With Quote






