Displaying 20 results from an estimated 27 matches for "listext".
2003 Jun 23
1
0.99.9.1 - "Panic: unreached" on large Maildir
Any suggestions where I should look? (Is this a known problem?)
bash-2.05a$ unset MAIL
bash-2.05a$ /usr/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED] Logged in as
admin
001 select inbox
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags
permitted.
* 10911 EXISTS
* 10911 RECENT
* OK [UNSEEN 1] First unseen.
* OK [UIDVALIDITY 1053912897] UIDs valid
* OK [U...
2004 Apr 02
2
RE: Missed config option
...ync a set of maildir folders from a dovecot server and a different imap server on a different host. Using a perl tool called imapsync.
The tool says the following about the two servers capabilities:
>From capability : IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED
To capability : IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION
No NAMESPACE capability in imap server sws601.mcsun.local
Give the separator character with the --sep1 option
The From server sws601.mcsun.local is dovecot....
2005 Apr 11
1
LSUB matches prefix bug?
I think I've found a minor bug in the LSUB command:
. LSUB "" "*"
gives
...
* LIST (\Noselect) "/" "#maildir"
^^^^
* LSUB () "/" "#maildir/test4"
where I have a namespace with prefix "#maildir/".
Here's a patch to make it not list the namespace prefix in an LSUB
command (or should it list it as 'LSUB
2003 Sep 04
1
still getting weird .{inbox} folder creations with latest -test7
...uot;." ? Why won't it
just pick up my normally nested maildir folders?
C.
--
charlie at rubberduck.com - http://rubberduck.com/~yeled/
-------------- next part --------------
* OK dovecot ready.
* CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE STARTTLS AUTH=PLAIN
a0000 OK Capability completed.
a0001 OK Logged in.
* LIST (\Noselect) "." ""
a0002 OK List completed.
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)] Flags permit...
2006 Sep 10
3
most of INBOX missing?
...But Thunderbird and the SEARCH imap command only list 25 messages:
[wlott at rootbeer ~]$ ls Maildir/cur | wc -l
1048
[wlott at rootbeer ~]$ MAIL=maildir:~/Maildir /usr/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE] Logged in as wlott
x SELECT INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk $MDNSent
$Label1 $Forwarded Junk)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft
NonJunk $MDNSent $Label1 $Forwarded Junk \*)] Flags permitted.
*...
2005 Feb 21
1
Problems with Outlook 2002 SP3 & Dovecot 0.99.13 Redux
...IMAP Response: * OK dovecot ready.
8.516056 192.168.73.1 192.168.73.3 IMAP Request: 0000 CAPABILITY
8.516539 192.168.73.3 192.168.73.1 IMAP Response: * CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE STARTTLS AUTH=PLAIN
8.516733 192.168.73.1 192.168.73.3 IMAP Request: 0001 LOGIN "xxx" "xxx"
8.594634 192.168.73.3 192.168.73.1 IMAP Response: 0001 OK Logged in.
8.640521 192.168.73.3...
2013 Jun 22
1
Bug#713349: xen-api-libs: FTBFS: ocamlfind: Package `type-conv' not found
...xml-light2 -I ../stdext -I ../uuid -c -o monad.cmi monad.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o fun.cmi fun.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o opt.cmi opt.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o listext.cmi listext.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -I ../uuid -o filenameext.cmi filenameext.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o stringext.cmi stringext.mli
> ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o array...
2003 Feb 26
2
inetd/xinetd/tcpserver support
I was just thinking how they could be easily supported. This would work,
right? :
imap stream tcp nowait root /usr/sbin/tcpd /usr/local/libexec/dovecot/imap-login
imaps stream tcp nowait root /usr/sbin/tcpd /usr/local/libexec/dovecot/imap-login --ssl
imap-login would try to connect to master process using some named
socket. If it couldn't, it would create the master process itself.
Master
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
...OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED AUTH=PLAIN
COMPRESS=DEFLATE ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS
NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE
SCAN IDLE LISTEXT LIST-SUBSCRIBED X-NETSCAPE URLAUTH] User logged in
a2 LOGOUT
* BYE LOGOUT received
a2 OK Completed
read:errno=0
These also work OK
[ja at maui ~]$ openssl s_client -connect maui:993
ja at maui ~ 4$ openssl s_client -connect maui.jaa.org.uk:9
------------------------------------------------------...
2003 Aug 04
1
why wont /usr/pkg/libexec/dovecot/imap see my Maildir
When I invoke /usr/pkg/libexec/dovecot/imap from the command loine on
the mail host, it logs me in, but won't see my emails:
13:22 yeled at lazy:~$ /usr/pkg/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
* UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED] Logged in
* as yeled
0 select inbox
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft \*)]
* Flags permitted.
* 0 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1059959635] UIDs valid
* OK [UIDNEXT 1] Predicted next UID
0 OK [REA...
2004 Mar 09
0
RE: imap segv trying to list inbox
...d
of segfaulting. ;)
dante:/usr/lib/dovecot# MAIL=maildir:/tmp/nonexistant gdb ./imap
(gdb) run
Starting program: /usr/lib/dovecot/imap
(no debugging symbols found)...(no debugging symbols found)...
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED] Logged in as
root
1 list "" inbox
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x400c32ef in readdir64 () from /lib/libc.so.6
(gdb) bt
#0 0x400c32ef in readdir64 () from /lib/libc.so.6
#1 0x0805c70b in maildir_expunge_locked ()
#2...
2004 Sep 01
2
Dovecot, Outlook Express and new accounts
...User name: username
Protocol: IMAP
Port: 143
Secure(SSL): 0
Code: 800ccc0f
A packet trace shows the following:-
<<< * OK dovecot ready.
>>> 008E CAPABILITY
<<< * CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT
LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED STARTTLS AUTH=PLAIN
<<< 008E OK Capability completed.
>>> 008F LOGIN "username" "password"
<<< 008F OK Logged in.
>>> 008G IDLE
<<< + idling
>>> DONE
<<< 008G OK Idle completed.
008H LIST "&qu...
2005 Sep 01
2
Inbox weirdness
...-ld /var/spool/mail
drwxrwxr-x 2 root mail 4096 Sep 1 07:54 /var/spool/mail
ls -l /var/spool/mail/ignacio
-rw-rw---- 1 ignacio mail 7222021 Sep 1 07:54 /var/spool/mail/ignacio
/usr/libexec/dovecot/imap
* PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE] Logged in as
ignacio
A142 SELECT INBOX
imap(ignacio): Error: open(/var/mail/ignacio.lock) failed: Permission
denied
imap(ignacio): Error: file_lock_dotlock() failed with mbox file
/var/mail/ignacio: Permission denied
imap(ignacio): Error: open(/var/mail/ignacio.lock) f...
2006 Feb 07
1
Outlook anonymous IMAP login
...Using command line anonymous login, it's working just fine:
youri / # telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK dovecot ready.
. CAPABILITY
* CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT
LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE STARTTLS
AUTH=PLAIN AUTH=ANONYMOUS
. OK Capability completed.
. AUTHENTICATE ANONYMOUS
+
. OK Logged in.
But with Outlook it's not working at all. I tried using no password, or
just some random stream, it makes no difference.
The error I got in dovecot's logs ar...
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
...d ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o
monad.cmi monad.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o fun.cmi fun.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o opt.cmi opt.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o
listext.cmi listext.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -I
../uuid -o filenameext.cmi filenameext.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o
stringext.cmi stringext.mli
ocamlfind ocamlc -I ../xml-light2 -I ../stdext -I ../uuid -c -o
arrayext.cmi arrayex...
2003 Feb 25
0
0.99.8 released
...t.
* passwd-file: File format changed a bit. If you used realm or mail
fields, you'll have to fix the file. See doc/auth.txt for description
of the format.
+ Fully featured POP3 server included. Disabled by default.
+ Support for LITERAL+, MULTIAPPEND, UNSELECT, IDLE, CHILDREN and
LISTEXT extensions.
+ LDAP authentication support.
+ Internal API cleanups made Dovecot faster and take less memory
+ auth_verbose logs now all authentication failures
+ Support for Solaris 9 sendfilev()
+ New setting: mail_full_filesystem_access allows clients to access the
whole filesystem by sim...
2003 Jul 13
4
dovecot.procontrol.fi anonymous access fails?
...using a patched sylpheed that doesn't support ANONYMOUS
authentication, so I gave anonymous as username and empty password,
but it failed as shown in the following trace:
1 CAPABILITY
* OK dovecot ready.
* CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED AUTH=PLAIN AUTH=ANONYMOUS
1 OK Capability completed.
2 LOGIN anonymous
2 BAD Error in IMAP command received by server.
3 LOGOUT
* BYE Logging out
3 OK Logout completed.
Anyway, I also tried a plain telnet and it failed in the same way.
what's wrong?
thanks
marco
2004 Dec 19
3
Cannot access a file with Mulberry from a dovecot server if the mail does not end with a newline character.
...9 12:59:33 2004
| A00009 FETCH 695 (BODY.PEEK[1])
| * 695 FETCH (BODY[1] {61}
|
| --> #7.2300 Sun Dec 19 12:59:33 2004
| * OK dovecot ready.
|
| --> #7.2300 Sun Dec 19 12:59:33 2004
| A00001 CAPABILITY
| * CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND UNSELECT LITERAL+ IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE AUTH=PLAIN
| A00001 OK Capability completed
Looks like it just restarts the connection. The interesting thing is,
that I can access the file with Netscape 4.8 via dovecot.
The problem is the following: I copied the file in the Maildir
directory, opened the copied file wi...
2005 Dec 12
0
configuring squirrelmail with tls for both imap & smtp on FC3 with dovecot & postfix
...m [192.168.1.68]: SSLv3 with cipher RC4-MD5 (128/128 bits)
But when I did the config.test for squirrelmail I got the below error
Checking IMAP service....
IMAP server ready (* OK dovecot ready.)
Capabilities: * CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES MULTIAPPEND
UNSELECT IDLE CHILDREN LISTEXT LIST-SUBSCRIBED NAMESPACE AUTH=PLAIN
*ERROR:* You have enabled TLS encryption in the config, but the server
does not report STARTTLS capability. TLS is probably not supported.
Lines of ssl in /etc/dovecot.conf
protocols = imaps pop3s
imaps_listen = *
pop3s_listen = *
ssl_disable = no
ssl_cert_...
2003 Jun 16
3
crash on LIST command
...tual_path != NULL)
(gdb) bt
#0 0x8058469 in mbox_list_inbox (ctx=0x8098080) at mbox-list.c:333
#1 0x805809e in mbox_list_mailbox_next (ctx=0x8098080) at mbox-list.c:193
#2 0x804b75a in list_unsorted (client=0x8096080, ctx=0x8098080,
reply=0x807ed06 "LIST", sep=0xbfbffac4 "/", listext=0) at cmd-list.c:234
#3 0x804b9fa in _cmd_list_full (client=0x8096080, lsub=0) at
cmd-list.c:341
#4 0x804ba8b in cmd_list (client=0x8096080) at cmd-list.c:365
#5 0x804d39e in client_handle_input (client=0x8096080) at client.c:306
#6 0x804d43d in _client_input (context=0x8096080) at client.c:342...