[Dovecot] Problems with listescape and mutt
Hello,
we are using Dovecot 1.2.6 with activated listescape-Plugin. Mutt mutt seems to have a problem with listescape (or my configuration [1] is screwed).
When I log in with mutt over imap an press "c", I see al the folders, .Trash, .Drafts etc. But when I try to change to .Drafts (for example), mutt gives me the error the he can't find the folder "\2eDrafts".
Is this a Problem with the listescape-Plugin or a Problem mith the mutt-Configuration?
Any hints are welcome.
Regards
Daniel
[1] Output from dovecot -n:
# 1.2.6: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18.2-34-default i686 openSUSE 10.2 (i586) protocols: pop3 imap imaps managesieve listen(default): * listen(imap): * listen(pop3): *:110 listen(managesieve): * ssl: no disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3): /usr/lib/dovecot/pop3-login login_executable(managesieve): /usr/lib/dovecot/managesieve-login first_valid_uid: 100 mail_location: maildir:~/.maildir mail_executable(default): /usr/lib/dovecot/imap mail_executable(imap): /usr/lib/dovecot/imap mail_executable(pop3): /usr/lib/dovecot/pop3 mail_executable(managesieve): /usr/lib/dovecot/managesieve mail_plugins(default): deleted_to_trash listescape mail_plugins(imap): deleted_to_trash listescape mail_plugins(pop3): mail_plugins(managesieve): mail_plugin_dir(default): /usr/lib/dovecot/modules/imap mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3 mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve imap_client_workarounds(default): outlook-idle tb-extra-mailbox-sep imap_client_workarounds(imap): outlook-idle tb-extra-mailbox-sep imap_client_workarounds(pop3): imap_client_workarounds(managesieve): namespace: type: private separator: / location: maildir:~/.maildir inbox: yes list: yes subscriptions: yes lda: postmaster_address: postmaster@example.com mail_plugins: sieve mail_plugin_dir: /usr/lib/dovecot/modules/lda auth default: passdb: driver: pam userdb: driver: passwd
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
On Mon, 2009-12-07 at 13:58 +0100, Daniel Spannbauer wrote:
Hello,
we are using Dovecot 1.2.6 with activated listescape-Plugin. Mutt mutt seems to have a problem with listescape (or my configuration [1] is screwed).
When I log in with mutt over imap an press "c", I see al the folders, .Trash, .Drafts etc.
You actually see the leading dot? You shouldn't.
But when I try to change to .Drafts (for example), mutt gives me the error the he can't find the folder "\2eDrafts".
This apparently happens because for some reason mutt is showing the leading dot and then tries to open the mailbox using the escaped dot, which fails.
You could try what the actual IMAP traffic looks like:
telnet localhost 143 a login username password b list "" *
Timo Sirainen schrieb:
On Mon, 2009-12-07 at 13:58 +0100, Daniel Spannbauer wrote:
Hello,
we are using Dovecot 1.2.6 with activated listescape-Plugin. Mutt mutt seems to have a problem with listescape (or my configuration [1] is screwed).
When I log in with mutt over imap an press "c", I see al the folders, .Trash, .Drafts etc.
You actually see the leading dot? You shouldn't.
But when I try to change to .Drafts (for example), mutt gives me the error the he can't find the folder "\2eDrafts".
This apparently happens because for some reason mutt is showing the leading dot and then tries to open the mailbox using the escaped dot, which fails.
Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly:
1 0 imap://ds@homedirs/
2 0 imap://ds@homedirs/.ADMIN 3 0 imap://ds@homedirs/.DOVECOT 4 0 imap://ds@homedirs/.Drafts 5 0 imap://ds@homedirs/.IT-Administrator 6 0 imap://ds@homedirs/.test 7 0 imap://ds@homedirs/.NX 8 0 imap://ds@homedirs/.SUSE 9 0 imap://ds@homedirs/.Samba 10 0 imap://ds@homedirs/.Sent 11 0 imap://ds@homedirs/.Sent Items 12 0 imap://ds@homedirs/.Sent Messages 13 0 imap://ds@homedirs/.Trash 14 0 imap://ds@homedirs/.antispam 15 0 imap://ds@homedirs/.archiv 16 0 imap://ds@homedirs/.kde 17 0 imap://ds@homedirs/.maildir 18 0 imap://ds@homedirs/.nod32 20 0 imap://ds@homedirs/.xup
This is the folder-List.
You could try what the actual IMAP traffic looks like:
telnet localhost 143 a login username password b list "" *
Ok, there are no leading dots.
Regards
Daniel
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
On Dec 8, 2009, at 1:57 AM, Daniel Spannbauer wrote:
Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly:
1 0 imap://ds@homedirs/ 2 0 imap://ds@homedirs/.ADMIN 3 0 imap://ds@homedirs/.DOVECOT .. This is the folder-List.
Wonder if it's showing your subscriptions list? Are there dots in your subscriptions file?
You could try what the actual IMAP traffic looks like: telnet localhost 143 a login username password b list "" *
Ok, there are no leading dots.
What about:
b lsub "" *
? Or what does "c namespace" say?
There really just shouldn't be any leading dots..
Timo Sirainen schrieb:
On Dec 8, 2009, at 1:57 AM, Daniel Spannbauer wrote:
Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly:
1 0 imap://ds@homedirs/ 2 0 imap://ds@homedirs/.ADMIN 3 0 imap://ds@homedirs/.DOVECOT .. This is the folder-List.
Wonder if it's showing your subscriptions list? Are there dots in your subscriptions file?
No, there are no dots.
You could try what the actual IMAP traffic looks like: telnet localhost 143 a login username password b list "" * Ok, there are no leading dots.
What about:
b lsub "" *
b lsub "" *
- LSUB () "/" "Trash"
- LSUB () "/" "ADMIN"
- LSUB () "/" "antispam"
- LSUB () "/" "SUSE"
- LSUB () "/" "xup"
- LSUB () "/" "Sent"
- LSUB () "/" "Drafts"
- LSUB () "/" "IT-Administrator"
- LSUB () "/" "nod32"
- LSUB () "/" "NX"
- LSUB () "/" "kde"
- LSUB () "/" "Sent Messages"
- LSUB () "/" "INBOX"
- LSUB () "/" "archiv"
- LSUB () "/" "Samba"
- LSUB () "/" "DOVECOT"
- LSUB () "/" "Sent Items" b OK Lsub completed.
? Or what does "c namespace" say?
c namespace
- NAMESPACE (("" "/")) NIL NIL c OK Namespace completed.
There really just shouldn't be any leading dots..
Yes, I know.
Regards
Daniel
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 8 Dec 2009, Daniel Spannbauer wrote:
1 0 imap://ds@homedirs/ 2 0 imap://ds@homedirs/.ADMIN
The term "homedirs" wonders me, are you sure that mutt is using IMAP and not using some other way - I know, the "imap://" suggests otherwise.
You could verify with http://wiki.dovecot.org/Debugging/Rawlog, what Dovecot and mutt transmit.
I have one host with a (old) mutt v1.5.13 (2006-08-11), here I see:
2 IMAP Drafts 6 IMAP + INBOX.
The local changes on the mutt-conf are:
set folder=imap://imap.example.com/ set spoolfile=+INBOX set move=no
Regards,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSx4OVnWSIuGy1ktrAQK3awgAvRcDwDy7C+LMKwJNhG5IryFACKzU4+fO Q1u3xn0YSBKDtsC3yyt372Ujj8ZVenifzp1yeXp9zRIlJUOCoD9cpzE6ZF1mJntI xti8HEjKDoKmINH5+ng3u6AVEFd8S0oHa3li2NLzcer47dGgMukhqk+dGReuu6OR V6Qd1xTvt3lBrnuvC4JjqtQSzCBsN4FGJhXqM8PEjd2i38R4KRgSD/EpEOz/LBN1 2VYJ9dDpJ2Flhut874am3dwJZjydGtCRaycY4TIPlig4qO5lToqIw/3b6VkZiYPP /Stjj26T2LOz7jYdPfttNKWf8eREwWSilgcysYiwzjro0969ij2WLw== =VpqF -----END PGP SIGNATURE-----
Steffen Kaiser schrieb:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 8 Dec 2009, Daniel Spannbauer wrote:
1 0 imap://ds@homedirs/ 2
0 imap://ds@homedirs/.ADMINThe term "homedirs" wonders me, are you sure that mutt is using IMAP and not using some other way - I know, the "imap://" suggests otherwise.
homedirs ist just an alias for the server wehre the homedirectorys are. Whe have our .maildir in the home-directory.
You could verify with http://wiki.dovecot.org/Debugging/Rawlog, what Dovecot and mutt transmit.
Sorry, I can't give you a raw dump. If I configure "mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap" in dovecot.conf, I get " /etc/rc.d/dovecot restart Stopping dovecot done Starting dovecot Fio_loop_handle_add: epoll_ctl(1, 0): Operation not permitted Error: imap dump-capability process killed with signal 13 Fatal: Invalid configuration in /etc/dovecot/dovecot.conf startproc: exit status of parent of /usr/sbin/dovecot: 89
failed". So I have to debug this first.
Regards
Daniel
I have one host with a (old) mutt v1.5.13 (2006-08-11), here I see:
2 IMAP Drafts 6 IMAP + INBOX.
The local changes on the mutt-conf are:
set folder=imap://imap.example.com/ set spoolfile=+INBOX set move=no
Regards,
- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSx4OVnWSIuGy1ktrAQK3awgAvRcDwDy7C+LMKwJNhG5IryFACKzU4+fO Q1u3xn0YSBKDtsC3yyt372Ujj8ZVenifzp1yeXp9zRIlJUOCoD9cpzE6ZF1mJntI xti8HEjKDoKmINH5+ng3u6AVEFd8S0oHa3li2NLzcer47dGgMukhqk+dGReuu6OR V6Qd1xTvt3lBrnuvC4JjqtQSzCBsN4FGJhXqM8PEjd2i38R4KRgSD/EpEOz/LBN1 2VYJ9dDpJ2Flhut874am3dwJZjydGtCRaycY4TIPlig4qO5lToqIw/3b6VkZiYPP /Stjj26T2LOz7jYdPfttNKWf8eREwWSilgcysYiwzjro0969ij2WLw== =VpqF -----END PGP SIGNATURE-----
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
Steffen Kaiser schrieb:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 8 Dec 2009, Daniel Spannbauer wrote:
1 0 imap://ds@homedirs/ 2
0 imap://ds@homedirs/.ADMINThe term "homedirs" wonders me, are you sure that mutt is using IMAP and not using some other way - I know, the "imap://" suggests otherwise.
homedirs ist just an alias for the server wehre the homedirectorys are. Whe have our .maildir in the home-directory.
You could verify with http://wiki.dovecot.org/Debugging/Rawlog, what Dovecot and mutt transmit.
Sorry, I can't give you a raw dump. If I configure "mail_executable = /usr/lib/dovecot/rawlog /usr/lib/dovecot/imap" in dovecot.conf, I get " /etc/rc.d/dovecot restart Stopping dovecot done Starting dovecot Fio_loop_handle_add: epoll_ctl(1, 0): Operation not permitted Error: imap dump-capability process killed with signal 13 Fatal: Invalid configuration in /etc/dovecot/dovecot.conf startproc: exit status of parent of /usr/sbin/dovecot: 89
failed". So I have to debug this first.
Regards
Daniel
I have one host with a (old) mutt v1.5.13 (2006-08-11), here I see:
2 IMAP Drafts 6 IMAP + INBOX.
The local changes on the mutt-conf are:
set folder=imap://imap.example.com/ set spoolfile=+INBOX set move=no
Regards,
- -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSx4OVnWSIuGy1ktrAQK3awgAvRcDwDy7C+LMKwJNhG5IryFACKzU4+fO Q1u3xn0YSBKDtsC3yyt372Ujj8ZVenifzp1yeXp9zRIlJUOCoD9cpzE6ZF1mJntI xti8HEjKDoKmINH5+ng3u6AVEFd8S0oHa3li2NLzcer47dGgMukhqk+dGReuu6OR V6Qd1xTvt3lBrnuvC4JjqtQSzCBsN4FGJhXqM8PEjd2i38R4KRgSD/EpEOz/LBN1 2VYJ9dDpJ2Flhut874am3dwJZjydGtCRaycY4TIPlig4qO5lToqIw/3b6VkZiYPP /Stjj26T2LOz7jYdPfttNKWf8eREwWSilgcysYiwzjro0969ij2WLw== =VpqF -----END PGP SIGNATURE-----
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
Steffen Kaiser schrieb:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Tue, 8 Dec 2009, Daniel Spannbauer wrote:
1 0 imap://ds@homedirs/ 2
0 imap://ds@homedirs/.ADMINThe term "homedirs" wonders me, are you sure that mutt is using IMAP and not using some other way - I know, the "imap://" suggests otherwise.
You could verify with http://wiki.dovecot.org/Debugging/Rawlog, what Dovecot and mutt transmit.
Ok, now I have the rawlog, I try to attach it to this mail.
Regards
Daniel
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSx4OVnWSIuGy1ktrAQK3awgAvRcDwDy7C+LMKwJNhG5IryFACKzU4+fO Q1u3xn0YSBKDtsC3yyt372Ujj8ZVenifzp1yeXp9zRIlJUOCoD9cpzE6ZF1mJntI xti8HEjKDoKmINH5+ng3u6AVEFd8S0oHa3li2NLzcer47dGgMukhqk+dGReuu6OR V6Qd1xTvt3lBrnuvC4JjqtQSzCBsN4FGJhXqM8PEjd2i38R4KRgSD/EpEOz/LBN1 2VYJ9dDpJ2Flhut874am3dwJZjydGtCRaycY4TIPlig4qO5lToqIw/3b6VkZiYPP /Stjj26T2LOz7jYdPfttNKWf8eREwWSilgcysYiwzjro0969ij2WLw== =VpqF -----END PGP SIGNATURE-----
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
a0001 LIST "" "" a0002 STATUS ".Drafts" (MESSAGES) a0003 SELECT "INBOX" a0004 FETCH 1:1837 (UID FLAGS INTERNALDATE RFC822.SIZE BODY.PEEK[HEADER.FIELDS (DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES LIST-POST X-LABEL)]) a0005 STATUS ".maildir" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0006 STATUS ".antispam" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0007 STATUS ".nod32" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0008 STATUS ".archiv" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0009 STATUS ".Drafts" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0010 STATUS ".DOVECOT" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0011 STATUS ".Sent Messages" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0012 STATUS ".Melli" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0013 STATUS ".Sent" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0014 STATUS ".Sent Items" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0015 STATUS ".ADMIN" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0016 STATUS ".NX" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0017 STATUS ".Trash" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0018 STATUS ".kde" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0019 STATUS ".xup" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0020 STATUS ".SUSE" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0021 STATUS ".IT-Administrator" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0022 STATUS ".Samba" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0023 STATUS ".ronny" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0024 STATUS ".maildir" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0025 STATUS ".antispam" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0026 STATUS ".nod32" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0027 STATUS ".archiv" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0028 STATUS ".Drafts" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0029 STATUS ".DOVECOT" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0030 STATUS ".Sent Messages" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0031 STATUS ".Melli" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0032 STATUS ".Sent" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0033 STATUS ".Sent Items" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0034 STATUS ".ADMIN" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0035 STATUS ".NX" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0036 STATUS ".Trash" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0037 STATUS ".kde" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0038 STATUS ".xup" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0039 STATUS ".SUSE" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0040 STATUS ".IT-Administrator" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0041 STATUS ".Samba" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0042 STATUS ".ronny" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0043 NAMESPACE a0044 LSUB "" "%" a0045 CLOSE a0046 STATUS ".Drafts" (MESSAGES) a0047 SELECT ".IT-Administrator" a0048 STATUS "INBOX" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0049 STATUS ".maildir" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0050 STATUS ".antispam" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0051 STATUS ".nod32" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0052 STATUS ".archiv" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0053 STATUS ".Drafts" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0054 STATUS ".DOVECOT" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0055 STATUS ".Sent Messages" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0056 STATUS ".Melli" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0057 STATUS ".Sent" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0058 STATUS ".Sent Items" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0059 STATUS ".ADMIN" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0060 STATUS ".NX" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0061 STATUS ".Trash" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0062 STATUS ".kde" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0063 STATUS ".xup" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0064 STATUS ".SUSE" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0065 STATUS ".IT-Administrator" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0066 STATUS ".Samba" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0067 STATUS ".ronny" (UIDNEXT UIDVALIDITY UNSEEN MESSAGES) a0068 LOGOUT
- OK [RAWLOG TIMESTAMP] 2009-12-08 15:52:53 a0000 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH] Logged in
- LIST (\Noselect) "/" "" a0001 OK List completed. a0002 NO [NONEXISTENT] Mailbox doesn't exist: \2eDrafts
- FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $MDNSent $Forwarded redirected $label1 $label2 $label3 $label4 $label5 Junk $NotJunk $Junk Old)
- OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $MDNSent $Forwarded redirected $label1 $label2 $label3 $label4 $label5 Junk $NotJunk $Junk Old \*)] Flags permitted.
- 1837 EXISTS
- 0 RECENT
- OK [UIDVALIDITY 1213170502] UIDs valid
- OK [UIDNEXT 43013] Predicted next UID
- OK [HIGHESTMODSEQ 1] Highest a0003 OK [READ-WRITE] Select completed.
- 1837 FETCH (UID 43012 FLAGS (\Seen NonJunk Old) INTERNALDATE "08-Dec-2009 12:19:42 +0100" RFC822.SIZE 26799 BODY[HEADER.FIELDS (DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES LIST-POST X-LABEL)] {290} Reply-To: newsletter@adn.de From: newsletter@adn.de To: ds@marco.de Subject: =?ISO-8859-1?B?RGVyIEZhY2hoYW5kZWwgd+RobHQgQUROIHp1ciBOdW1tZXIgMSE=?= Date: 08 Dec 2009 11:59:03 +0100 Message-ID: 20091208115903.8B7EFF5717098E41@adn.de Content-Type: text/html; charset="iso-8859-1"
) a0004 OK Fetch completed. a0005 NO [NONEXISTENT] Mailbox doesn't exist: \2emaildir a0006 NO [NONEXISTENT] Mailbox doesn't exist: \2eantispam a0007 NO [NONEXISTENT] Mailbox doesn't exist: \2enod32 a0008 NO [NONEXISTENT] Mailbox doesn't exist: \2earchiv a0009 NO [NONEXISTENT] Mailbox doesn't exist: \2eDrafts a0010 NO [NONEXISTENT] Mailbox doesn't exist: \2eDOVECOT a0011 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent Messages a0012 NO [NONEXISTENT] Mailbox doesn't exist: \2eMelli a0013 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent a0014 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent Items a0015 NO [NONEXISTENT] Mailbox doesn't exist: \2eADMIN a0016 NO [NONEXISTENT] Mailbox doesn't exist: \2eNX a0017 NO [NONEXISTENT] Mailbox doesn't exist: \2eTrash a0018 NO [NONEXISTENT] Mailbox doesn't exist: \2ekde a0019 NO [NONEXISTENT] Mailbox doesn't exist: \2exup a0020 NO [NONEXISTENT] Mailbox doesn't exist: \2eSUSE a0021 NO [NONEXISTENT] Mailbox doesn't exist: \2eIT-Administrator a0022 NO [NONEXISTENT] Mailbox doesn't exist: \2eSamba a0023 NO [NONEXISTENT] Mailbox doesn't exist: \2eronny a0024 NO [NONEXISTENT] Mailbox doesn't exist: \2emaildir a0025 NO [NONEXISTENT] Mailbox doesn't exist: \2eantispam a0026 NO [NONEXISTENT] Mailbox doesn't exist: \2enod32 a0027 NO [NONEXISTENT] Mailbox doesn't exist: \2earchiv a0028 NO [NONEXISTENT] Mailbox doesn't exist: \2eDrafts a0029 NO [NONEXISTENT] Mailbox doesn't exist: \2eDOVECOT a0030 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent Messages a0032 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent a0033 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent Items a0034 NO [NONEXISTENT] Mailbox doesn't exist: \2eADMIN a0035 NO [NONEXISTENT] Mailbox doesn't exist: \2eNX a0036 NO [NONEXISTENT] Mailbox doesn't exist: \2eTrash a0037 NO [NONEXISTENT] Mailbox doesn't exist: \2ekde a0038 NO [NONEXISTENT] Mailbox doesn't exist: \2exup a0039 NO [NONEXISTENT] Mailbox doesn't exist: \2eSUSE a0040 NO [NONEXISTENT] Mailbox doesn't exist: \2eIT-Administrator a0041 NO [NONEXISTENT] Mailbox doesn't exist: \2eSamba
- NAMESPACE (("" "/")) NIL NIL a0043 OK Namespace completed.
- LSUB () "/" "Trash"
- LSUB () "/" "ADMIN"
- LSUB () "/" "antispam"
- LSUB () "/" "SUSE"
- LSUB () "/" "xup"
- LSUB () "/" "Sent"
- LSUB () "/" "Drafts"
- LSUB () "/" "IT-Administrator"
- LSUB () "/" "nod32"
- LSUB () "/" "NX"
- LSUB () "/" "kde"
- LSUB () "/" "Sent Messages"
- LSUB () "/" "INBOX"
- LSUB () "/" "archiv"
- LSUB () "/" "Samba"
- LSUB () "/" "DOVECOT"
- LSUB () "/" "Sent Items" a0044 OK Lsub completed. a0045 OK Close completed. a0046 NO [NONEXISTENT] Mailbox doesn't exist: \2eDrafts a0047 NO [NONEXISTENT] Mailbox doesn't exist: \2eIT-Administrator
- STATUS "INBOX" (MESSAGES 1837 UIDNEXT 43013 UIDVALIDITY 1213170502 UNSEEN 0) a0048 OK Status completed. a0049 NO [NONEXISTENT] Mailbox doesn't exist: \2emaildir a0050 NO [NONEXISTENT] Mailbox doesn't exist: \2eantispam a0051 NO [NONEXISTENT] Mailbox doesn't exist: \2enod32 a0052 NO [NONEXISTENT] Mailbox doesn't exist: \2earchiv a0053 NO [NONEXISTENT] Mailbox doesn't exist: \2eDrafts a0054 NO [NONEXISTENT] Mailbox doesn't exist: \2eDOVECOT a0055 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent Messages a0057 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent a0058 NO [NONEXISTENT] Mailbox doesn't exist: \2eSent Items a0059 NO [NONEXISTENT] Mailbox doesn't exist: \2eADMIN a0060 NO [NONEXISTENT] Mailbox doesn't exist: \2eNX a0061 NO [NONEXISTENT] Mailbox doesn't exist: \2eTrash a0062 NO [NONEXISTENT] Mailbox doesn't exist: \2ekde a0063 NO [NONEXISTENT] Mailbox doesn't exist: \2exup a0064 NO [NONEXISTENT] Mailbox doesn't exist: \2eSUSE a0065 NO [NONEXISTENT] Mailbox doesn't exist: \2eIT-Administrator a0066 NO [NONEXISTENT] Mailbox doesn't exist: \2eSamba
- BYE Logging out a0068 OK Logout completed.
Daniel Spannbauer ds@marco.de writes:
Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly:
1 0 imap://ds@homedirs/
2 0 imap://ds@homedirs/.ADMIN 3 0 imap://ds@homedirs/.DOVECOT 4 0 imap://ds@homedirs/.Drafts
It looks like you have defined this list in your ~/.muttrc mailboxes variable. The rawlog you showed later also indicates these mailboxes do not exist.
What about this setting instead:
set folder=imap://ds@homedirs/
mailboxes
=ADMIN
=DOVECOT
=Drafts
...
...
-- Nicolas
Nicolas KOWALSKI schrieb:
Daniel Spannbauer ds@marco.de writes:
Hmm, I log in with mutt over the dovecot imap, so a "c" shows exactly:
1 0 imap://ds@homedirs/
2 0 imap://ds@homedirs/.ADMIN 3 0 imap://ds@homedirs/.DOVECOT 4 0 imap://ds@homedirs/.Drafts
It looks like you have defined this list in your ~/.muttrc mailboxes variable. The rawlog you showed later also indicates these mailboxes do not exist.
my ~.muttrc is completly empty. But in my globnal /etc/Muttrc there are some configs. I attached to this mail the output of mutt -D.
What about this setting instead:
set folder=imap://ds@homedirs/ mailboxes
=ADMIN
=DOVECOT
=Drafts
...
...
Hmmm, we have 250 Users here. I don't want to set the mailboxes for each user seperatly. I hoped that I could do the whole configuration over the global /etc/Muttrc.
Regards
Daniel
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
abort_nosubject=ask-yes abort_unmodified=yes alias_file="/mnt/home/ds/.muttrc" alias_format="%4n %2f %t %-10a %r" allow_8bit is set allow_ansi is unset arrow_cursor is unset ascii_chars is unset askbcc is unset askcc is unset attach_format="%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] " attach_sep=" " attach_split is set attribution="On %d, %n wrote:" autoedit is set auto_tag is unset beep is set beep_new is unset bounce=ask-yes bounce_delivered is set braille_friendly is unset charset="iso-8859-1" check_new is set collapse_unread is set uncollapse_jump is unset compose_format="-- Mutt: Compose [Approx. msg size: %l Atts: %a]%>-" config_charset="" confirmappend is set confirmcreate is set connect_timeout=30 content_type="text/plain" copy=yes crypt_use_gpgme is unset crypt_autopgp is set crypt_autosmime is set date_format="!%a, %b %d, %Y at %I:%M:%S%p %Z" default_hook="~f %s !~P | (~P ~C %s)" delete=ask-yes delete_untag is set digest_collapse is set display_filter="" dsn_notify="" dsn_return="" duplicate_threads is set edit_headers is unset editor="me" encode_from is unset envelope_from_address="" escape="~" fast_reply is unset fcc_attach is set fcc_clear is unset folder="imap://ds@homedirs/" folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f" followup_to is set force_name is unset forward_decode is set forward_edit=yes forward_format="[%a: %s]" forward_quote is unset from="ds@marco.de" gecos_mask="^[^,]*" hdrs is set header is unset help is set hidden_host is set hide_limited is unset hide_missing is set hide_thread_subject is set hide_top_limited is unset hide_top_missing is set history=10 honor_followup_to=yes hostname="b-login.babenhausen.marco.de" ignore_list_reply_to is unset imap_authenticators="" imap_check_subscribed is unset imap_delim_chars="/." imap_headers="" imap_home_namespace="" imap_idle is unset imap_keepalive=900 imap_list_subscribed is set imap_login="" imap_pass="" imap_passive is set imap_peek is set imap_servernoise is set imap_user="" implicit_autoview is set include=ask-yes include_onlyfirst is unset indent_string="> " index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" ispell="/usr/bin/ispell" keep_flagged is unset locale="C" mail_check=5 mailcap_path="~/.mailcap:/usr/share/mutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap" mailcap_sanitize is set header_cache="" maildir_header_cache_verify is set header_cache_pagesize="16384" maildir_trash is unset mark_old is set markers is set mask="!^\.[^.]" mbox="/mnt/home/ds/mbox" mbox_type=Maildir metoo is set menu_context=0 menu_move_off is set menu_scroll is unset meta_key is unset mh_purge is unset mh_seq_flagged="flagged" mh_seq_replied="replied" mh_seq_unseen="unseen" mime_forward=no mime_forward_decode is unset mime_forward_rest=yes move=no message_cachedir="" message_format="%s" narrow_tree is unset net_inc=10 pager="builtin" pager_context=4 pager_format="-%Z- %C/%m: %-20.20n %s" pager_index_lines=10 pager_stop is set crypt_autosign is unset crypt_autoencrypt is unset pgp_ignore_subkeys is set crypt_replyencrypt is set crypt_replysign is unset crypt_replysignencrypted is unset crypt_timestamp is set pgp_use_gpg_agent is unset crypt_verify_sig=yes sidebar_delim="|" sidebar_visible is unset sidebar_width=0 smime_is_default is unset smime_ask_cert_label is set smime_decrypt_use_default_key is set pgp_entry_format="%4n %t%f %4l/0x%k %-4a %2c %u" pgp_good_sign="" pgp_check_exit is set pgp_long_ids is unset pgp_retainable_sigs is unset pgp_autoinline is unset pgp_replyinline is unset pgp_show_unusable is set pgp_sign_as="" pgp_strict_enc is set pgp_timeout=300 pgp_sort_keys=address pgp_mime_auto=ask-yes pgp_auto_decode is unset pgp_decode_command="" pgp_getkeys_command="" pgp_verify_command="" pgp_decrypt_command="" pgp_clearsign_command="" pgp_sign_command="" pgp_encrypt_sign_command="" pgp_encrypt_only_command="" pgp_import_command="" pgp_export_command="" pgp_verify_key_command="" pgp_list_secring_command="" pgp_list_pubring_command="" forward_decrypt is set smime_timeout=300 smime_encrypt_with="" smime_keys="" smime_ca_location="" smime_certificates="" smime_decrypt_command="" smime_verify_command="" smime_verify_opaque_command="" smime_sign_command="" smime_sign_opaque_command="" smime_encrypt_command="" smime_pk7out_command="" smime_get_cert_command="" smime_get_signer_cert_command="" smime_import_cert_command="" smime_get_cert_email_command="" smime_default_key="" ssl_client_cert="" ssl_force_tls is unset ssl_starttls=yes certificate_file="/mnt/home/ds/.mutt_certificates" ssl_usesystemcerts is set entropy_file="" ssl_use_sslv2 is set ssl_use_sslv3 is set ssl_use_tlsv1 is set pipe_split is unset pipe_decode is set pipe_sep=" " pop_authenticators="" pop_auth_try_all is set pop_checkinterval=60 pop_delete=ask-no pop_host="" pop_last is unset pop_reconnect=ask-yes pop_user="" pop_pass="" post_indent_string="" postpone=ask-yes postponed="imap://ds@homedirs/.Drafts" preconnect="" print=yes print_command="plaser" print_decode is set print_split is unset prompt_after is set query_command="" quit=yes quote_regexp="^([ ]*[|>:}#])+" read_inc=10 read_only is unset realname="Daniel Spannbauer" recall=ask-yes record="imap://ds@homedirs/.Sent" reply_regexp="^(re([\[0-9\]+])*|aw):[ ]*" reply_self is unset reply_to=ask-yes resolve is set reverse_alias is set reverse_name is unset reverse_realname is set rfc2047_parameters is set save_address is unset save_empty is set save_name is unset send_group_reply_to is unset score is set score_threshold_delete=-1 score_threshold_flag=9999 score_threshold_read=-1 send_charset="us-ascii:iso-8859-1:utf-8" sendmail="/usr/sbin/sendmail -oem -oi" sendmail_wait=0 shell="/usr/uti/bash" sig_dashes is set sig_on_top is unset signature="/mnt/home/ds/.signature" simple_search="~f %s | ~s %s" smart_wrap is set smileys="(>From )|(:[-^]?[][)(><}{|/DP])" sleep_time=1 sort=reverse-date sort_alias=alias sort_aux=date sort_browser=alpha sort_re is set spam_separator="," spoolfile="imap://ds@homedirs/INBOX" status_chars="-*%A" status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---" status_on_top is unset strict_threads is unset suspend is set text_flowed is unset thread_received is unset thorough_search is unset tilde is set timeout=600 tmpdir="/tmp" to_chars=" +TCFL" tunnel="" use_8bitmime is unset use_domain is set use_envelope_from is unset use_from is set use_idn is set use_ipv6 is set user_agent is set visual="me" wait_key is unset weed is set wrap_search is set wrapcolumn=0 wrapmargin=0 write_inc=10 write_bcc is set xterm_icon="M%?n?AIL&ail?" xterm_set_titles is unset xterm_title="Mutt with %?m?%m messages&no messages?%?n? [%n NEW]?"
Daniel Spannbauer ds@marco.de writes:
my ~.muttrc is completly empty. But in my globnal /etc/Muttrc there are some configs.
IMHO, there is a script somewhere in your configuration generating the list of mailboxes, and it generates it wrong, probably because it thinks that the maildir structure is of the type LAYOUT=FS, and not Maildir++.
folder="imap://ds@homedirs/" spoolfile="imap://ds@homedirs/INBOX"
This is fine.
postponed="imap://ds@homedirs/.Drafts" record="imap://ds@homedirs/.Sent"
This is wrong.
imap_list_subscribed is set
Not sure about this one, because you told that there were no dots in the subscription file.
-- Nicolas
Nicolas KOWALSKI schrieb:
Daniel Spannbauer ds@marco.de writes:
my ~.muttrc is completly empty. But in my globnal /etc/Muttrc there are some configs.
IMHO, there is a script somewhere in your configuration generating the list of mailboxes, and it generates it wrong, probably because it thinks that the maildir structure is of the type LAYOUT=FS, and not Maildir++.
Hmmm, there is truely a small script, which lets mutt find the folders:
mailboxes echo -n "+ "; find ~/.maildir -maxdepth 1 -type d -name ".*" -printf "+'%f' "
Hmm, I think this is the error....
Regards
Daniel
folder="imap://ds@homedirs/" spoolfile="imap://ds@homedirs/INBOX"
This is fine.
postponed="imap://ds@homedirs/.Drafts" record="imap://ds@homedirs/.Sent"
This is wrong.
imap_list_subscribed is set
Not sure about this one, because you told that there were no dots in the subscription file.
-- Daniel Spannbauer Software Entwicklung marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-27 Fax -11 Rechbergstr. 4 - 6, D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
Hello Daniel,
Daniel Spannbauer, 09.12.2009 (d.m.y):
Hmmm, there is truely a small script, which lets mutt find the folders:
mailboxes
echo -n "+ "; find ~/.maildir -maxdepth 1 -type d -name ".*" -printf "+'%f' "
Hmm, I think this is the error....
With find you are doing a *file system*-based search...
Gruss/Regards, Christian Schmidt
-- You may be recognized soon. Hide.
participants (5)
-
Christian Schmidt
-
Daniel Spannbauer
-
Nicolas KOWALSKI
-
Steffen Kaiser
-
Timo Sirainen