Displaying 20 results from an estimated 2000 matches similar to: "0.99.14 and nfs"
2005 Dec 08
1
prefetch userdb on 1.0.alpha4
Hi all,
I've a problem with prefetch userdb function on 1.0.alpha4 ?
I get this :
Error: auth(default): ldap(mylogin,10.3.245.xxx): Multiple password
replies
Info: auth(default): ldap(mylogin,10.3.245.xxx):
base=dc=boursorama,dc=fr scope=subtree filter=(&(objectClass=
boursoramaMailAccount)(mailInternalAllowedProtocol=imap))
fields=uid,userPassword
An ldapsearch with the same
2005 Oct 26
2
Dovecot and loadbalancer
Hi all,
I've 4 servers with dovecot and ldap authentication behind a
loadbalancer (Alteon).
To connect to dovecot, client need to use a vip of the loadbalancer.
To connect to the ldap server, dovecot need to use the loadbalancer
cause there are several ldap server.
The loadbalancer close a connection without activity during 30mn
Dovecot lauch several authentication process who have
2006 Mar 13
2
Authentication without password
Hi all,
for one of my developpements, I need to be able to connect an IMAP
server
with a login but without password.
(I use dovecot 1.0.beta3)
For the userdb, I use "userdb static" :
userdb static {
args = uid=114 gid=114 home=/mydev/mail/%u
}
But I don't know how to allow IMAP connection by my application
without password.
I won't connect to a database, having a
2005 Jun 30
6
1.0-test75 and roadmap for v1.0
http://dovecot.org/test/
Keywords are finally stored in maildir filenames and listed in
"dovecot-keywords" file. It should be possible to just rename 0.99.x's
.customflags file to dovecot-keywords (but it can't be renamed back
after modification).
Also fixed another uid/sequence mixup bug with setting keywords in
general (in mbox too).
Fixed SHA1 checksum generation with
2005 Jul 22
2
1.0-stable and nfs
Hi all,
I've a little pb with 1.0-stable on nfs share without lockd :
with :
- lock_method = dotlock
- mmap_disable = yes
I've :
- dovecot: Jul 22 11:58:33 Error: IMAP(xxxxxxxx): open() failed with
index file (null): Bad address
with :
- lock_method = dotlock
- mmap_disable = no
I've :
- dovecot: Jul 22 11:59:47 Error: IMAP(xxxxxxxx): lock_method=dotlock
and
2006 Mar 29
1
Too many links
Hi all,
I've a problem during a big migration to dovecot.
I'm not sure that is a really a dovecot bug ... but maybe somebody
here know
one solution ...
I have more than 150000 imap account to migrate from an obscure mail
system
based on a database to an imap/dovecot system.
During the migration (simple but very long process) I get a "Too many
links" error
from dovecot.
2008 Jun 19
3
Compile failure on Dovecot 1.1-rc12
I am getting this failure when trying to compile dovecot on Sparc Solaris 8:
make[4]: Entering directory
`/home/systems/looneytr/dovecot-1.1.rc12/src/lib'
source='str-find.c' object='str-find.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/bash ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/openssl/include -g
-O2 -Wall -W -Wmissing-prototypes
2005 Mar 15
2
Read-only mail folders
Is it possible to have folders on read-only partitions in Dovecot
1.0-stable?
We have a NetApp fileserver which would probably be accessed via NFS
(though iSCSI is possible) and which stores readonly "snapshots" of
every directory accessible as .snapshot (but usually hidden from the
operating system). It would be very nice to set up a "snapshot"
namespace something like
2005 May 05
1
1.0-stable loses flag changes sometimes?
I've been struggling with an odd bug in the latest 1.0-stable
(20050427) release. Sometimes Dovecot seems to forget that a message
has been read or deleted and marks it unread (or not deleted).
As far as I've been able to determine, it seems to happen when
1) There have been several recent deliveries
2) Possibly some of those deliveries are of multiple messages
3) Possibly they are read
2005 Jun 14
3
dovecot.index.cache 1/3rd of INBOX size
I've noticed that my dovecot.index.cache file has got very large (24MB,
which is more than 1/3 of my INBOX size). I've tried deleting (well,
renaming) the dovecot.index.* files, and re-opening my INBOX, and the
new dovecot.index.cache is only 90KB so far.
I'm using dovecot-1.0-stable and mbox format. My mail_cache_fields and
mail_never_cache_fields are set to the default.
Looking
2006 Feb 02
1
Dovecot(imap) problem
Feb 1 20:13:15 myhost imap(someuser): file mbox-rewrite.c: line 429
(mbox_write_header): assertion failed: (hdr_parsed_size.physical_size ==
hdr_size)
I'm using Fedora Core 4, dovecot 0.99.14-4.
Any idea? How to fix this problem?
Thanks a lot,
Cl?vis
--
Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola
Administrador de Redes - Secao de Informatica (SINFO)
E-mail: mailto:clovis at
2005 Aug 02
1
Default_mail_env..
Hi,
I 'm new to Dovecot and we are trying to do some tests in a
production environment. We use mysql to authenticate and dovecot imap
only. But our structure directory is something special.
All of ours accounts are stored in maildir and the path is the
following:
For example the account pepe at inter.net
/export/maildir/inter.net/p/e/pepe and into pepe we have
2006 Jan 14
2
20060114 snapshot compilation warnings
Timo,
I've noticed a couple of extra compilation errors in last night's
snapshot compared to the snapshot I downloaded on Tuesday, probably due
to the int -> bool change :- (gcc 3.3.2 on Solaris 8)
mbox-sync.c: In function `mbox_sync':
mbox-sync.c:1568: warning: comparison is always false due to limited
range of data type
index-search.c: In function `search_index_arg':
2005 Mar 17
1
Namespaces and subscriptions
I've got a problem with subscriptions in 1.0-stable when migrating from
UW-IMAP.
I've modified the SUBSCRIPTION_FILE_NAME entries as suggested in the
Wiki http://wiki.dovecot.org/Migration and included the "~/mail/" etc.
hidden namespaces.
The .mailboxlist files contain entries like "~/mail/somefolder" and the
clients have "~/mail/" set as a prefix.
In
2005 Aug 26
2
Dovecot and Active Directory Authentication
First off, sorry if this has been asked before - I have looked, honest.
Is it possible to get dovecot to authenticate users against active
directory, treating the AD as a plain ldap server? I have this working
with cyrus saslauthd.
Currentlt I get a long delay (30 seconds or so) then
* BYE Disconnected for inactivity.
All I get in the maillog is
imap-login: Disconnected: Inactivity
2005 Aug 03
3
debs for 1.0?
Hi,
0.99 is running nicely on my sarges, but I need
pop3_uidl_format = %f for Courier compatibility.
I can't find any debs more recent than test22 of over a year ago
(those are at http://src.braincells.com/dovecot-test/).
Even though google turns up
http://hemma.tobbe.nu/debian/mini-dinstall/incoming/dovecot_1.0.test46-1_i386.changes
searching for dovecot on packages.debian.org (any
2005 May 27
2
imap disconnects on my account only
Talk about personal problems!
I am using dovecot-0.99.13-4.FC2, and everything has been going fine
for months. Earlier this afternoon, Thunderbird's status pane would
say 'Sending authenticate login information...' and I would no longer
receive email.
When I checked with others, they were fine and dandy.
I tried kmail, evolution, and even tried webmail. All had connection errors.
2005 Sep 21
1
Another address-spec problem
I've had complaints from users about "MISSING_DOMAIN" in header fields
and I've tracked it down to having "." in an unquoted display name.
By my reading of RFC2822 (especially section 4.1)
A N Other <a.n.other at somewhere.org>
"A. N. Other" <a.n.other at somewhere.org>
are legal, but
A. N. Other <a.n.other at somewhere.org>
is
2005 Mar 22
2
Address with whitespace shows as ""@MISSING_DOMAIN
It seems that Dovecot gets confused when presented with a header like:
From: someone at somewhere.org
i.e. with leading whitespace and no "friendly name"
This shows up as ""@MISSING_DOMAIN in clients, such as Pine, that
believe what Dovecot tells them rather than parsing the headers
themselves (e.g. Thunderbird).
Here's a sample IMAP session:
xyz FETCH 728 ENVELOPE
2005 Apr 20
1
message status changed from new to old on read
Hi. I'm new to IMAP, but just tried uw-imapd and then dovecot in
conjuction with offlineimap. I'm using Debian package version 0.99.14-1
and have my mail in mbox format.
One of the first things that annoys me about both programs is that as
soon as you read a mailbox over imap, the imapd changes all "new"
messages to "old". It seems to have the assumption that the