[Dovecot] using palm pre client with imap server
Hello
Anyone here tried to use palm pre built-in email client with imap server (TLS)? Mine does not work; only one line in the log.
imap-login: Disconnected (no auth attempts): rip=xxx.xxx.19.21, lip=xxx.yyy.zzz.aaa
dovecot -n
# 1.2.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.9-42.ELsmp i686 Red Hat Enterprise Linux ES release 4 (Nahant Update 8) ext3 base_dir: /var/run/dovecot syslog_facility: local0 protocols: imap listen: xxx.yyy.zzz.aaa ssl_ca_file: /etc/pki/ca.crt.crl ssl_cert_file: /etc/pki/private/ssl.crt.key.pem ssl_key_file: /etc/pki/private/ssl.crt.key.pem ssl_parameters_regenerate: 29 login_dir: /var/run/dovecot/login login_executable: /usr/libexec/dovecot/imap-login mail_location: maildir:/home/vmail/%d/%n/Mail auth default: user: squab username_chars: abcdefghijklmnopqrstuvwxyz01234567890.-_@ username_format: %Lu passdb: driver: sql args: /etc/dovecot/sql.conf userdb: driver: sql args: /etc/dovecot/sql.conf
I have a Palm Pre (Sprint, WebOS 1.4.5) and it seems to work just fine against Dovecot (Debian's 1.2.13 build, or a custom 1.2.13 build under RHEL) using TLS.
Jim
On 9/8/10 9:29 PM, zhong ming wu wrote:
Hello
Anyone here tried to use palm pre built-in email client with imap server (TLS)? Mine does not work; only one line in the log.
imap-login: Disconnected (no auth attempts): rip=xxx.xxx.19.21, lip=xxx.yyy.zzz.aaa
dovecot -n
# 1.2.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.9-42.ELsmp i686 Red Hat Enterprise Linux ES release 4 (Nahant Update 8) ext3 base_dir: /var/run/dovecot syslog_facility: local0 protocols: imap listen: xxx.yyy.zzz.aaa ssl_ca_file: /etc/pki/ca.crt.crl ssl_cert_file: /etc/pki/private/ssl.crt.key.pem ssl_key_file: /etc/pki/private/ssl.crt.key.pem ssl_parameters_regenerate: 29 login_dir: /var/run/dovecot/login login_executable: /usr/libexec/dovecot/imap-login mail_location: maildir:/home/vmail/%d/%n/Mail auth default: user: squab username_chars: abcdefghijklmnopqrstuvwxyz01234567890.-_@ username_format: %Lu passdb: driver: sql args: /etc/dovecot/sql.conf userdb: driver: sql args: /etc/dovecot/sql.conf
On Wed, Sep 8, 2010 at 10:06 PM, Jim Lawson jtl+dovecot@uvm.edu wrote:
I have a Palm Pre (Sprint, WebOS 1.4.5) and it seems to work just fine against Dovecot (Debian's 1.2.13 build, or a custom 1.2.13 build under RHEL) using TLS.
Jim
My dovecot is using plain text password scheme over TLS . Is yours the same?
FWIW I tried to use an android phone against IMAP and on that client "secure connection" turns out to be something other than TLS/SSL. Only if I uncheck that android phone can connect to dovecot although it does use TLS even though "secure connection" is unchecked.
Thanks
On Wed, Sep 8, 2010 at 10:06 PM, Jim Lawson jtl+dovecot@uvm.edu wrote:
I have a Palm Pre (Sprint, WebOS 1.4.5) and it seems to work just fine against Dovecot (Debian's 1.2.13 build, or a custom 1.2.13 build under RHEL) using TLS.
Jim
My dovecot is using plain text password scheme over TLS . Is yours the same? Yes. On one of the servers, using a private CA, I did have to install
On 9/10/10 10:10 PM, zhong ming wu wrote: the CA cert on the Pre as Grégory suggested.
FWIW I tried to use an android phone against IMAP and on that client "secure connection" turns out to be something other than TLS/SSL. Only if I uncheck that android phone can connect to dovecot although it does use TLS even though "secure connection" is unchecked.
Strange. I don't have an Android phone, though, so I can' t really comment.
Jim
On 11:59 AM, Jim Lawson wrote:
On Wed, Sep 8, 2010 at 10:06 PM, Jim Lawson jtl+dovecot@uvm.edu wrote:
I have a Palm Pre (Sprint, WebOS 1.4.5) and it seems to work just fine against Dovecot (Debian's 1.2.13 build, or a custom 1.2.13 build under RHEL) using TLS.
Jim
My dovecot is using plain text password scheme over TLS . Is yours the same? Yes. On one of the servers, using a private CA, I did have to install
On 9/10/10 10:10 PM, zhong ming wu wrote: the CA cert on the Pre as Grégory suggested.
FWIW I tried to use an android phone against IMAP and on that client "secure connection" turns out to be something other than TLS/SSL. Only if I uncheck that android phone can connect to dovecot although it does use TLS even though "secure connection" is unchecked.
Strange. I don't have an Android phone, though, so I can' t really comment.
I use an Android phone (2.2 now but originally set up under 2.1). My Dovecot server uses a self signed certificate. When I tried to set up IMAP access to dovecot using plain text passwords and TLS (disable_plaintext_auth = yes) with the android built in client, it would just silently fail. I switched to K-9 mail, and it asked me if I wanted to accept the self signed certificate; I said yes, and it works fine.
-- Mark Sapiro mark@msapiro.net The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 2010-09-13 11:14 AM, Mark Sapiro mark@msapiro.net wrote:
I switched to K-9 mail, and it asked me if I wanted to accept the self signed certificate; I said yes, and it works fine.
+1
I wouldn't even try to use anything other than K-9 mail on an android phone... works great - *much* better than the built-in one.
--
Best regards,
Charles
Hi,
Anyone here tried to use palm pre built-in email client with imap server (TLS)? Mine does not work; only one line in the log.
imap-login: Disconnected (no auth attempts): rip=xxx.xxx.19.21, lip=xxx.yyy.zzz.aaa
Yup, got one and it is working fine. Have you added you CA certificate into the phone trusted list if it a homemade one ? I recall having to do that, and it seems that the error was the same.
Cheers, Grégory
2010/9/9 Grégory Oestreicher greg@kamago.net:
Yup, got one and it is working fine. Have you added you CA certificate into the phone trusted list if it a homemade one ? I recall having to do that, and it seems that the error was the same.
server cert is signed by godaddy. not sure what CA's palm pre using. i'll look into that.
participants (5)
-
Charles Marcus
-
Grégory Oestreicher
-
Jim Lawson
-
Mark Sapiro
-
zhong ming wu