Jean Louis <bugs@gnu.support> ha escrit: > It think we should ask Sergey Poznyakoff on GNU Mailutils mailing > list, I am sending copy there.
To begin with, may I ask what mailutils version are we talking about (movemail --version)? > > $ movemail --debug-level='mailbox.prot' -p -vvv \ > > 'imaps://foo%40posteo.eu:***@posteo.de:993/INBOX' \ > > "~/mailFromMovemail" You don't need to specify ':993/INBOX'. Port 993 is the default for imaps, and 'INBOX' is the default mailbox name. Besides, I suppose '***' stand for your actual password, right? > > movemail: Reading user ticket file /home/chomwitt/.mu-tickets > > movemail: Retrieved and set ticket: 0 > > movemail: opening mailbox imaps://foo%40posteo...@posteo.de:993/INBOX > > movemail: mailbox `imaps://foo%40posteo...@posteo.de:993/INBOX': > > cannot open: Input/output error If you don't see at least the initial IMAP handshake, it is a transport problem (or, probably, a certificate problem). > > movemail: S: 02 OK Begin TLS negotiation now. > > movemail: C: 03 CAPABILITY > > movemail: mailbox `imap://foo%40posteo.eu:***@posteo.de/INBOX': > > cannot open: Authentication failed That seems to confirm my initial guess. Dis you try to connect to posteo with openssl s_client -connect posteo.de:993 What do you see? Regards, Sergey