Displaying 20 results from an estimated 1100 matches similar to: "Losing messages"
2005 Oct 27
2
Problems with dual ldap auth
Hi,
I can't seem to figure this out. Is it impossible to use two different
ldap auth? It works if I use one ldap and one pam, but I do need to use
ldap for both. This is from my config:
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/ldap-virtual.conf
}
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf
}
userdb ldap {
args =
2006 Sep 11
1
userdb/autdb via ldaps
Hello,
I'm using a OpenLDAP server to store mail users infos like maildir
location and password. This server is running on a separate machine and
I'd like to protect the connection to it by using SSL/TLS.
The server is configured so that it offers ldaps and it works with other
clients.
But I haven't found how to configure dovecot to use ldaps. Would someone
please direct me to the
2005 Dec 31
1
Questions regarding quota
Hi,
I have some trouble trying to test the quota plugin.
First off all, it says in the wiki: "Dovecot 1.0 supports quota using a
quota plugin. It's currently discussed in Dovecot LDA page and it
supports only very simple quota calculation which is suitable only for
mboxes. Maildir++ quota support will come later."
Does that mean that it won't work at all with Maildir++, or
2006 Mar 06
1
Filesystem quota
Hi,
I've seen you commited a lot of quota work tonight. I'm still unable to
get the filesystem quota working, and I wonder if it's just me that is
stupid, or if theres a bug somewhere.
I enable quota and imap_quota plugins, I set fs in my ldap-base for
quota, and logons. I then get this:
dovecot: imap(ingvild): fs quota add storage dir = /home/ingvild/Maildir
dovecot: imap(ingvild):
2005 Dec 21
1
mailbox from ldap and indexes
Hi,
because of quota, I would like to have indexes on another filesystem
then user's maildir. This I can do with "default_mail_env= maildir:/%
h/Maildir:INDEX=/var/indexes/%u" or something. But when I get the users
mailbox location from ldap, there is no way to set the index? I guess I
can make the ldap entry contain the INDEX as well, but I would like to
use the ldap entry in the
2006 Jun 20
1
Question about acls
Hi,
Is it possible to have a maildir-folder with an acl letter "i", but not
"r"? I mean, the folder always seems empty for the user, but he can copy
mail there? (which of course might be readable for another user..)
Regards,
Stian
2009 Jul 25
1
Dovecot 1.2, quota and LDAP
Hi!
I'm in the progress of upgrading from Dovecot 1.0.15 to 1.2.1. This has
gone pretty smooth. I just have one question to check wether I have
understood the documentation right.
I have both system users and virtual users. That's easy to do when using
LDAP for userdb. The system users use filesystems quota, the virtual
users use maildir quota. I achieved this using the following in
2005 Dec 31
0
Bug with userdb prefetch
Hi,
when I'm (trying) to use userdb prefetch with ldap, it works fine for
system users, but for virtual users without their own uid and gid, it
won't work. I get in the log:
Dec 31 01:34:47 buick dovecot: auth(default): prefetch(oddrun,127.0.0.1): userdb_uid not returned
Dec 31 01:34:47 buick dovecot: auth(default): prefetch(oddrun,127.0.0.1): userdb_gid not returned
Which means that
2006 May 02
1
Bug in yesterday's CVS..
Hi Timo.
I'm doing some testing with yesterday's CVS code and believe I've found a
bug.
In SquirrelMail, I get 5 messages in INBOX (doesn't matter how). I click
"Toggle All" then "Delete". All 5 messages move to Trash.
The Trash folder gets a link "expunge". I click that and get the
following error:
ERROR : Bad or malformed request.
Query:STORE
2006 Apr 28
5
Maildir + NFS + multiple machines = spectacular failure
I'm running beta7 on two machines, with maildir on NFS. I have lockd
running on all machines. I've found that Dovecot is highly unstable with
NFS when accessing a mailbox on more than one machine at the same time.
Both dovecot machines have:
mmap_disable = yes
lock_method = fcntl
NFS is version 3, exported from a third linux machine. All machines are
running 2.6.9 kernel.
Any ideas
2007 Apr 28
6
Determine how many documents a term occurs in
Is there a fast way to determine how many documents a term occurs in,
besides iterating through every document with TermDocEnum?
--
Best regards,
Stian Gryt?yr
2005 Mar 13
7
[Bug 998] --without-opensc is not respected
http://bugzilla.mindrot.org/show_bug.cgi?id=998
Summary: --without-opensc is not respected
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: stian
2004 Nov 18
5
Torrent support in IPP2P
Hello, I guess a few of you know about the iptables-p2p project at the
http://sourceforge.net/projects/iptables-p2p site. This suite has an
excellent filter of which I use today and its running very smoothly.
The main reason why I use this is because I desperately need to block
torrents. IPP2P does not do this at this time (it seems to me in the doc
at least). Is it maybe some way we could merge
2007 Jan 17
1
Tokenizers?
Hi everyone. First a quick word - I am relatively new to Ruby and Ruby
on Rails, but I love learning about it and using it. Currently I am
working on extending Boxroom (file repository RoR app) for the CARE
Indonsia intranet, where I work as an intern. I am using ferret, and
it''s working great.
I noticed that if a file contains something like this
"applications/entries", this
2004 Nov 18
1
Re: Shared object not being built by patch-o-matic-ng
Stian B. Barmen schrieb:
> I try to use patch-o-matic-ng for installation. Kernel patching works
> nicely but the libipt_ipp2p.so shared object does not get built. I find
> the .c file in the patch-o-matic tree under ipp2p but I don''t know how
> to manually compile it.
> My lsmod includes the sucsessfully made ipt_ipp2p module and I also
> recompiled iptables for
2001 Nov 26
2
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll
I get the following error with the newest cvs wine:
guezzwho@guezzwho:/c/windows > wine notepad.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll:
undefined symbol: XF86VidModeSetGammaRamp Could not load graphics driver
'x11drv' err:win:GetDesktopWindow You need the -desktop option when
running with native USER
Older wine / winex releases work just fine,
2006 Mar 13
2
dovecot(last day cvs version) lost mail
i find a problem, after upgrade dovecot to last day cvs version,
each folder only can see the first one arrived new mail,
other new mail is lost
i see this message in mail log:
--------------------------------------------------------
Fixed index file mail/username/.foldername/dovecot.index:
first_recent_uid_lowwater 146 -> 145
Corrupted index file mail/username/.foldername/dovecot.index:
2006 Oct 24
1
Index corruption causes child process to die
My recent migration from Courier-IMAP to Dovecot has been marred by
these errors:
Oct 24 12:12:40 server dovecot: IMAP(juha): Fixed index file
~user/Maildir/.Geekzone/dovecot.index: first_recent_uid_lowwater 431
-> 430
Oct 24 12:12:40 server dovecot: IMAP(juha): Corrupted index file
~user/Maildir/.Geekzone/dovecot.index: Duplicate header extension
keywords
Oct 24 12:12:40 server dovecot: child
2006 Nov 06
1
Duplicate header extension keywords
I'm running dovecot supporting imaps and pop3s in a small home-office
environment on a Linux-box, kernel 2.4.33, with postfix-2.3.4,
amavisd-new and spamassassin.
I use Thunderbird as mail-client on Windows XP.
ever since upgrading to RC10 I every now and then find these error
messages in doveocot.log:
Error: IMAP(rainer): Corrupted index file
2006 Dec 14
1
Error in Thunderbird
I received a mail, Thunderbird was supposed to move that mail in a
folder, according to its filter rules, but appeared this popup:
http://luigi.rosa.name/dovecot1.gif
The log entries are:
Dec 14 07:23:07 mail dovecot: IMAP(lrosa): Fixed index file
/var/spool/mail2/lrosa/.HT list/dovecot.index:
first_recent_uid_lowwater 839 -> 838
Dec 14 07:23:07 mail dovecot: IMAP(lrosa): Corrupted