Displaying 20 results from an estimated 38 matches for "siegl".
Did you mean:
siegle
2008 Dec 02
1
Imap logging and inetd
When I ran /usr/local/sbin/dovecot, the variable
login_log_format_elements from dovecot.conf was honored. Now when I run
/usr/local/libexec/dovecot/imap-login from /etc/inetd.conf, it isn't.
How do I get imap-login to write log lines that use
login_log_format_elements for the format?
This is dovecot-1.2.alpha3 soon to be alpha4.
Thanks,
Jonathan
-------------- next part --------------
A
2009 May 01
2
mbox-snarf plugin and istream-mail-stats.c revision 9000:b02c642b4e51
I'm getting this error:
May 1 09:09:30 tr27n12.aset.psu.edu syslog: PSU mbox-snarf name is
INBOX
May 1 09:09:30 tr27n12.aset.psu.edu dovecot: Panic: IMAP(tstem38):
file istream-mail-stats.c: line 75: assertion failed: (ret != -1 ||
stream->istream.eof || stream->istream.stream_errno != 0)
Will this error go away before the general 1.2 release?
Thanks,
Jonathan
2009 Jun 02
2
record points outside file error with dovecot revision 9116:9ae55b68cf61
I use mbox with mbox-snarf plugin.
I get errors like:
dovecot: IMAP(testuser): Corrupted index cache file /full/path/
dovecot.index.cache: record points outside file
The errors can be in either folders or INBOX.
I put some syslog statements in src/lib-index/mail-cache-lookup.c to
help understand this.
if (offset + sizeof(*rec) > cache->mmap_length) {
2009 Jun 02
2
Running imaptest revision 209:939fa886391a built against dovecot revision 9116:9ae55b68cf61 on AIX 5.3 core dumps
# ./imaptest host=127.0.0.1 port=143 user=tstem38 pass=pass4you mbox=/
gpfs/users/t/s/tstem38/IMAP/foo4
Panic: file client.c: line 620: assertion failed: (idx >=
array_count(&clients) == NULL)
IOT/Abort trap(coredump)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2541 bytes
Desc: not available
2010 Dec 10
2
dovecot 2.0 revision 12532:e030df616faf: problem with Snarf plugin
this command fails when the snarf plugin is enabled.
5 status inbox (UIDNEXT MESSAGES)
with the error:
Dec 10 13:57:57 tr27n12.aset.psu.edu dovecot: imap(tstem38): Panic: file index-transaction.c: line 71: assertion failed: (box->opened)
If it isn't easy to reproduce, I'll spit out the config.
thanks,
Jonathan
-------------- next part --------------
A non-text attachment was
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I
2010 Feb 16
2
Dovecot 1.2.8 problem on AIX
Running revision 9492:3efdbaab2960(Mon Nov 23) on AIX 5.3. I run dovecot out of inetd. Every once in a while I get the following error:
Dovecot is already running with PID 2592842 (read from /usr/ladmin/dovecot-1.2.8/var/run/dovecot/master.pid) when I try to connect to the imap port.
-Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type:
2008 Nov 25
2
Pre-populate index files for mbox
Is there a program written that can be used to build the index files for
a given mbox file without using IMAP/POP? If not I'll be happy to donate
it when I'm done. The args would be the userid , the full path to the
mbox and where to put the index files.
-Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type:
2010 Feb 02
2
Question about mbox_snarf and dovecot2.0
Hello,
I'm running revision 10622:de9d6dae7fe5 on AIX 5.3 with some local mods for our inbox hash function. I'm having a problem doing a "select inbox" when I use the mbox_snarf plugin. When I run truss on the process I see the following stat calls:
614528: kread(9, " 1 s e l e c t i n b".., 4096) = 15
614528: statx("/gpfs/inbox/14/tstem38",
2009 Jun 02
2
Panic with signal 6 core dump with revision 9116:9ae55b68cf61
Jun 2 10:05:14 hostname dovecot: IMAP(testuser): Panic: file istream-
raw-mbox.c: line 380: assertion failed: (new_pos > 0)
Jun 2 10:05:14 hostname dovecot: dovecot: child 544822 (imap) killed
with signal 6
(dbx) where
raise(??) at 0x90000000005a68c
abort() at 0x900000000085c2c
default_fatal_finish(type = LOG_TYPE_PANIC, status = 0), line 160 in
"failures.c"
2008 Nov 06
2
INDEX variable and mbox_snarf plugin
Is there a way to tell the dovecot mbox_snarf plugin to use an alternate
location for the index/cache files? It doesn't seem to want to use the
INDEX variable. I'm guessing the answer is no because of all the ties in
lib-storage/index/mbox/*c to the directory where the file(that is the
inbox) lives.
The filesystem where I keep the inbox file doesn't have a directory for
the user
2009 Feb 12
2
mbox snarf plugin + idle
I'm having a problem with mbox snarf not looking at /var/spool/mail/
when in idle mode thus never giving me a RECENT line even though there
are new messages in /var/spool/mail/ . Here are the imap commands to
reproduce the problem:
1 login userid password
2 select inbox
3 idle
When I run "select inbox" it does see my messages in /var/spool/mail/
and moves them over fine.
2011 Apr 29
1
Question about master user and PAM with dovecot 2.0.12
Is it possible to allow master users to be authenticated against PAM? Something like:
passdb {
driver = pam
#args = /etc/dovecot/passwd.masterusers
master = yes
#pass = yes
}
and then have a userdb which qualifies what accounts are master accounts but doesn't have passwords?
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 Mar 18
1
dovecot1.2beta2( hg tags yields 8834:5284f45c249a) fetch error
Steps to reproduce
1 login testuser testpw
2 select inbox
3 fetch 1 body.peek[HEADER.FIELDS (date)]
I get the error
3 BAD Error in IMAP command FETCH: Unknown FETCH modifier
This is AIX 5.3 with mbox files.
-Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2541 bytes
Desc: not available
URL:
2009 Mar 24
1
LIST command claims children exist in empty folder
Dovecot 1.2 (8834:5284f45c249a)
Should list return \HasChildren if no folders exist under it? I'm
using mbox format.
2 create testfolder/
2 OK Create completed.
3 list "testfolder/" *
* LIST (\Noselect \HasChildren) "/" "testfolder/"
3 OK List completed.
4 list "testfolder/" %
* LIST (\Noselect \HasChildren) "/" "testfolder/"
4
2008 Dec 04
1
Roadmap
I've been running 1.2alpha3 for weeks now without issue. However, some
people in my testing department object to even testing "alpha" code.
Are there specific features/bugs that need resolved before alpha
reaches beta?
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1706
2008 Oct 30
1
Enable logging of all client commands in dovecot-1.2.alpha3
Hello,
I would like to log all IMAP client commands sent to dovecot. The
format would be time pid command arguments. I reviewed
http://wiki.dovecot.org/Logging and started digging through
dovecot-1.2.alpha3/src/master . I don't need this turned on all the
time, just enough to see how clients do things and I don't need to see
passwords.
Any tips would be appreciated.
-Jonathan
2009 May 15
1
namespace list not working in dovecot 1.2 revision 9027:421393827a81
In my config that has worked for some time I have:
namespace private {
separator = /
prefix = ~/
hidden = yes
list = no # for v1.1+
}
1 list "~/" *
1 OK List completed.
2 list "~/" %
2 OK List completed.
I _think_ that the last time I tested this was 2 weeks ago but it
might have been 1 week ago.
Thanks,
Jonathan
-------------- next part --------------
A
2009 May 20
1
Problem with pam/krb5 auth on AIX 5.3
I'm using pam to authenticate users against my krb5 realm. Here is the
problem scenario:
User test2 attempts to login and their password is not expired so
dovecot says:
0 login test2 myfavoritepassword
0 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
2009 Jun 01
1
uid fetch error with revision 9112:9d634c93d28a
This command fails:
2 uid fetch somevaliduid (BODYSTRUCTURE BODY.PEEK[])
2 BAD Error in IMAP command UID: Unknown command BODYSTRUCTURE
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2541 bytes
Desc: not available
URL: