Adam Gold
2014-01-20 03:46:45 UTC
I can't believe this question hasn't been answered already however I've
searched the archives and scoured the web with no luck. Anyway, I
really do apologise if I've missed something obvious.
I'm trying to do a simple retrieve from an IMAP server that's configured
to listen on port 143 and requires STARTTLS. My config file is as follows:
[retriever]
type = SimpleIMAPSSLRetriever
server = mailbox.joe.net
username = joe
password = joepassword
port = 143
mailboxes = ALL
[destination]
type = Maildir
path = ~/Mail/
I've tried running SimpleIMAPSSLRetriever with port 143 or port 993; and
then the same with SimpleIMAPRestriver. The error messages I get are:
1) Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimpleIMAPSSLRetriever: ***@mailbox.joe.net:143:
getmailrc: operation error (socket sslerror during connect ([Errno 1]
_ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol))
0 messages (0 bytes) retrieved, 0 skipped
2) a timeout with port 993:
getmail version 4.32.0
Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimpleIMAPSSLRetriever:***@mailbox.joe.net:993:
3) and then if I run SimpleIMAPRetriever with port 143:
Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimpleIMAPRetriever:***@mailbox.adamgold.net:143:
getmailrc: credential/login error ([PRIVACYREQUIRED] Plaintext
authentication disallowed on non-secure (SSL/TLS) connections.)
0 messages (0 bytes) retrieved, 0 skipped
I can make starttls connections via port 143 from different mail clients
as well as with other tools such as offlineimap. Obviously I don't want
to allow plaintext authentication so I'm trying to work out how I can
connect with getmail in the same way.
Again, sorry if I've missed something obvious but would anyone mind
pointing me in the right direction? Thanks.
searched the archives and scoured the web with no luck. Anyway, I
really do apologise if I've missed something obvious.
I'm trying to do a simple retrieve from an IMAP server that's configured
to listen on port 143 and requires STARTTLS. My config file is as follows:
[retriever]
type = SimpleIMAPSSLRetriever
server = mailbox.joe.net
username = joe
password = joepassword
port = 143
mailboxes = ALL
[destination]
type = Maildir
path = ~/Mail/
I've tried running SimpleIMAPSSLRetriever with port 143 or port 993; and
then the same with SimpleIMAPRestriver. The error messages I get are:
1) Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimpleIMAPSSLRetriever: ***@mailbox.joe.net:143:
getmailrc: operation error (socket sslerror during connect ([Errno 1]
_ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol))
0 messages (0 bytes) retrieved, 0 skipped
2) a timeout with port 993:
getmail version 4.32.0
Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimpleIMAPSSLRetriever:***@mailbox.joe.net:993:
3) and then if I run SimpleIMAPRetriever with port 143:
Copyright (C) 1998-2012 Charles Cazabon. Licensed under the GNU GPL
version 2.
SimpleIMAPRetriever:***@mailbox.adamgold.net:143:
getmailrc: credential/login error ([PRIVACYREQUIRED] Plaintext
authentication disallowed on non-secure (SSL/TLS) connections.)
0 messages (0 bytes) retrieved, 0 skipped
I can make starttls connections via port 143 from different mail clients
as well as with other tools such as offlineimap. Obviously I don't want
to allow plaintext authentication so I'm trying to work out how I can
connect with getmail in the same way.
Again, sorry if I've missed something obvious but would anyone mind
pointing me in the right direction? Thanks.