bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rmail with movemail.


From: Sergey Poznyakoff
Subject: Re: Rmail with movemail.
Date: Wed, 05 May 2021 10:47:35 +0200

Alexandros Prekates <aprekates@posteo.net> ha escrit:

> $ movemail --debug-level='mailbox.prot'  -vvv
> 'imaps://foo%40posteo.net:password@posteo.de'   "~/mailFromMovemail/"
> movemail: could not create mailbox
> `imaps://foo%40posteo.net:password@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]