Re: Problems after moving home to a new disk.
Sam Varshavchik <[email protected]> Mon, 05 Jan 2026 17:14:08 -0500
| Newsgroups | gmane.mail.imap.courier.general |
|---|---|
| Message-ID | <[email protected]> |
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--===============3541026518945452613==
Content-Type: multipart/signed;
boundary="=_ripper.email-scan.com-1788839-1767651248-0001";
micalg=pgp-sha1; protocol="application/pgp-signature"
Content-Transfer-Encoding: 8bit
This is a MIME GnuPG-signed message. If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.
--=_ripper.email-scan.com-1788839-1767651248-0001
Content-Type: text/plain; format=flowed; delsp=yes; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
Hardy via courier-users writes:
>
>>
>> Thanks Sam.
>> It does affect all TBs connecting to the same accounts, so I doubt a
>> misconfig here. Checking showed there are two fields:
>> IMAP server directory: (was empty)
>> Personal namespace: "INBOX." (with dot and quotes)
>>
>> Tried all combination in both fields. Did not help.
>
> Strange: I can create new folders. These work. Looking at owner/perms of
> these new folder I can see no difference to those not working. Mhmmm....
It should be just the IMAP server directory setting. Also check for a
configuration setting that mumbles something about showing subscribed
folders. This should NOT be enabled.
You can enable logging to nail it down. Edit the imapd configuration file,
search for the IMAPDEBUGFILE comment. This setting will be empty. Add it:
IMAPDEBUGFILE="imaplog.dat"
Then create this empty file in the Maildir:
touch ~/Maildir/imaplog.dat
Restart Courier. This file will now log all IMAP commands received, and
responses. You're looking for the logged LIST command, something ike:
READ: ATOM: somelabel
READ: ATOM: LIST
READ: QUOTED_STRING:
READ: QUOTED_STRING: INBOX.*
READ: EOL
WRITE: * LIST (\HasNoChildren) "." "INBOX.Outbox-2010.05-May"
...
somelabel OK LIST completed
And the SELECT command, something like:
READ: ATOM: somelabel
READ: ATOM: SELECT
READ: ATOM: INBOX.Trash
READ: EOL
WRITE: * FLAGS (\Draft \Answered \Flagged \Deleted \Seen \Recent)
* OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 321237603] Ok
* OK [MYRIGHTS "acdilrsw"] ACL
somelabel OK [READ-WRITE] Ok
If you're seeing LSUB commands instead of LIST, then find that subscribed
folders setting and turn it off.
--=_ripper.email-scan.com-1788839-1767651248-0001
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQRupkKLJP96aW75pIOKYPgoojZS4gUCaVw3sAAKCRCKYPgoojZS
4k/EAP9xSMoUUXuCWIwPoo47fG0K9VSXGHdttn+nnEUUSEThpwD5Aeq2YuSYLImC
xlcI6J5B8qjni8Fwsko5bqoZZETw4gY=
=qcWb
-----END PGP SIGNATURE-----
--=_ripper.email-scan.com-1788839-1767651248-0001--
--===============3541026518945452613==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============3541026518945452613==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
--===============3541026518945452613==--