Displaying 20 results from an estimated 2000 matches similar to: "dovecot test62 vs test64"
2005 Feb 06
1
crash with test62
Hi,
Got the following today with test62 and mbox:
IMAP(juergen): Fixed index file /home/juergen/Mail/.imap/INBOX/dovecot.index:
recent_messages_count 19 -> 0
imap-login: Login: juergen [192.168.0.1]
file mail-index-sync-ext.c: line 118 (mail_index_sync_deinit_handlers):
assertion failed: (size <= synch_size)
child 31196 (imap) killed with signal 6
after that I had to delete
2005 Feb 04
1
possible bug in 1.0-test62
When connecting with mutt via IMAPS, I get "connection to server closed"
and this appears in logs:
dovecot: Feb 04 12:48:30 Error: IMAP(rathann): file mail-index-sync-ext.c: line 118: assertion failed: (size <= synch_size)
The problem goes away after deleting the index from ~/Mail/.imap/INBOX.
We're running 1.0-test62 on Solaris 9.
--
Dominik 'Rathann' Mierzejewski
2005 Feb 05
1
New user Q: dovecot-0.99-13 / UnixWare 7.1.0
Trying to get dovecot up and running.
I managed to get everything compiled and linked correctly, but there
seems to be some problem with either the auth process or communication
between the main process and the auth process.
When I try to login, I get:
* OK dovecot ready.
1 login n9yty testing
* OK Waiting for authentication process to respond..
And I keep getting the same message over and
2005 Apr 02
4
Question about "reply from worker without password scheme"
I have dovecot-1.0-test64 installed on OpenBSD-3.6.
It works fine with local password.
Now I fail to get dovecot to use MySQL to query for user details.
Any help would be very appreciated.
Here are the details:
from /var/log/maillog:
1) with "default_pass_scheme = PLAIN"
Apr 3 07:20:22 www dovecot: Dovecot v1.0-test64 starting up
Apr 3 07:20:23 www dovecot:
2005 Apr 12
1
test67 ldap_connection
Hello,
I've been trying to figure out what's wrong with authentication
against an ldap pass/user db with test67 as test62 was working fine.
[ The problem is the same as previously described in this list :
- FreeBSD-5.3
- dovecot-1.0-test67
- openldap-2.1.27
--> "ldap(dovetest,127.0.0.1): No password in reply"
--> "NO Temporary authentication failure."
or
--
2005 Mar 30
2
test65 killed by SIGSEV
Hi,
I had successfully set up dovecot-1.0-test62 + ldap pass/user db, but
now I'm encoutering a SIGSEV problem with a similar set up of a brand
new dovecot-1.0-test65 installation.
The auth process is killed by a SIGSEV as reported in the error log file :
dovecot: Mar 30 17:06:59 Error: child 28291 (auth) killed with signal 11
To be precise, the problem occurs in the
2004 Aug 06
1
Ices issues
Hi:
I ran a live test broadcast today and noticed a couple of things that
concerned me. Now, I'll admit I was pushing my P2/266 pretty hard, but it
kept things going so I'm guessing that it's not unreasonable for me to
expect this to work.
I was sending two streams encoded from the sound card, one at 22khz mono
quality -1 and the other at 44.1 stereo quality 0. I was also saving
2005 Mar 08
2
1.0-test64
http://dovecot.org/test/
Possibly fixes the mail-cache-transaction assert.
Passdb and userdb configuration changed. New format is:
passdb sql {
args = /etc/dovecot-sql.conf
}
passdb pam?{
}
userdb passwd {
}
The above would first try to authenticate from SQL database, if it
failed because user wasn't found, or password was wrong, it would then
try PAM. The same is done for userdbs.
2005 Mar 04
2
pop before smtp
I'm using the latest version of dovecot on my FreeBSD 4.x box with
OpenPKG to keep other services up to date. Now...I'm able to get pbsmtp
to allow relaying through postfix on this server using UW IMAP, but I
would like to get dovecot working with relaying...but pbsmtp is not
adding the ip when I uncomment the dovecot section after I authenticate.
The log is below:
[root at
2005 Jan 31
0
1.0-test62
http://dovecot.org/test/
Nothing big, just random fixes.
- Crashfixes in keyword code
- -std=gnu99 wasn't working well in all systems, configure now checks
for it
- FreeBSD sendfile() calling was broken sometimes. No need to remove
#define HAVE_FREEBSD_SENDFILE anymore.
- FETCH BODY[] wasn't setting \Seen flag.
- LDAP fixes (by Kazuo Moriwaka)
- Don't crash if client
2005 Feb 21
0
index corruption with test62 on openbsd 3.6
i noticed this while browsing through my maillog..
Feb 21 11:27:43 selenium dovecot: IMAP(ben): Corrupted index cache file /u/home/ben/Maildir/.INBOX.ML-SunHELP.rescue/dovecot.index.cache: field index too large (3337 >= 22)
i have no problems reading that box after this, and see no other messages
about corrupt index files from today, or the past 14 days.
--ben
2005 Jan 15
1
test61 ./configure fails on OpenBSD 3.6
Test version 61 ./configure is failing on my OpenBSD 3.6-stable system.
The following corrects the problem. Would it be possible to test for
gnu99 option
before using it in subsequent tests?
--- configure.in.orig Fri Jan 14 14:04:10 2005
+++ configure.in Fri Jan 14 16:44:22 2005
@@ -236,7 +236,7 @@
# say specifically that we want C99 features.
# we can make use of
2006 Aug 15
2
Problems after upgrade (0.99.x -> 1.0.x)
Hello :)
I had a working Dovecot 0.99.x with the following dovecot.conf:
###
ssl_disable = yes
disable_plaintext_auth = no
login = imap
verbose_proctitle = yes
default_mail_env = maildir:%h/Maildir
auth = default
auth_mechanisms = plain
auth_userdb = passwd /etc/passwd
auth_passdb = shadow /etc/shadow
auth_user = root
protocols = imap pop3
###
Then I've downloaded, compiled and installed
2006 Jan 27
2
How to make pops
Hi,
I use dovecot (pop) with gentoo but it's not securize.
I would like to use pops but i don't how to do this.
I think i have to use certificates...
This my dovecot.conf :
protocols = imap imaps pop3 pop3s
imap_listen = *
pop3_listen = *
imaps_listen = *
pop3s_listen = *
ssl_disable = no
login = imap
login = pop3
default_mail_env = maildir:%h/.maildir
mbox_locks = fcntl dotlock
auth =
2005 Mar 13
1
1.0-test65
http://dovecot.org/test/
If dovecot-auth was crashing with you, this release should fix it. I
don't know when it did though, I just applied a patch from Andrey Panin
with that description :)
Fixed also another dovecot-auth crash with Solaris and maybe some other
systems.
Contains the first attempt of a Dovecot LDA. It's still in pretty ugly
shape, but it should work, more or less. I
2005 Apr 27
2
Problem with users home...
Hi :)
I hope this short example shows what problem I have:
# returns users homedir from /etc/passwd
grep user1 /etc/passwd | cut -d':' -f6
# result:
/home/group-subdir/user1
And the logfile...
#maillog
imap-login: Login: user1 [192.168.0.253]
imap(user1): mkdir(/home/user1/Maildir/.Trash) failed:
No such file or directory
Why Dovecot tries to create /home/user1/Maildir/.Trash
2006 Jun 13
1
Error: socket() failed: Protocol not supported ERROR in dovecot-1.0.beta9
I'm trying to get IMAPS working with dovecot-1.0.beta9. I'm building it
on a Solaris 10 box, with openssl-0.9.8b installed. Here is the results
of my ./configure:
Install prefix ...................... : /usr/local/dovecot-1.0.beta9
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL
2004 Feb 10
1
Dovecot on FreeBSD 4.9 - "Invalid Password Field"
Hi,
I am attempting to get dovecot up and running on FreeBSD 4.9..... Tried
with the default config file and my own one (below) but when trying to
login I get the following:
Feb 10 17:59:53 cobain dovecot-auth: passwd(jamie): invalid password
field '*'
It seems like it is trying to read straight from /etc/passwd? I thought
it called getpw().
Is this a common error and could anyone shed
2004 Jun 18
1
Info: Internal login failure:
I get the following error on auth with mysql on pop3
what am i missing or doing wrong
mysql config file
db_host = localhost
#db_port = 3306
db_unix_socket = /var/lib/mysql/mysql.sock
db = ADMIN
db_user = mailmaster
db_passwd = ********
db_client_flags = 0
default_pass_scheme = PLAIN
password_query = SELECT MAILBOX_PASSWORD AS password FROM MAIL WHERE MAILBOX_USERNAME = '%n' AND
2005 Jul 11
2
migration from bincimap to dovecot (imaps)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I've installed dovecot 0.99.14 (last port on my freebsd system), and
now I've to migrate from bincimap.
My system uses qmail with vpopmail (uid/gid 89) and Maildir format.
Well, now the authentication is ok, but when I try to connect to
mailbox I receive an error like "IMAP command SELECT failed".
My dovecot.conf: