Alexandros Prekates <apreka...@posteo.net> ha escrit: > $ movemail --debug-level='mailbox.prot' -vvv > 'imaps://foo%40posteo.net:passw...@posteo.de' "~/mailFromMovemail/" > movemail: could not create mailbox > `imaps://foo%40posteo.net:passw...@posteo.de': Requested item not found
This means that you compiled mailutils without support for TLS. The most probable reason for that is that it was not able to find the GnuTLS library or its headers. On Debian-based systems you will need to install the libgnutls28-dev package to ensure that both are present. After installing libgnutls28-dev, run configure in the mailutils tree. When it finishes, pay attention to the summary of the configuration settings. On success, it should begin with: ******************************************************************* GNU Mailutils configured with the following settings: Default mailbox scheme ........ mbox Use PAM ....................... yes Use -ltdl ..................... yes Use DBM ....................... yes Use GNU TLS ................... yes [more lines follow] If the "Use GNU TLS" line is marked with "yes", continue with make and make install. Regards, Sergey