On 4.1.2010, at 21.02, David Abrahams wrote:
> I just discovered that dovecot supports copying messages via
> hard-linking. I have a huge mailbox hierarchy of existing messages
> that I'd prefer to store that way. Is there a simple way to transform
> non-hard-linked storage to hard-linked?
Not
On 5.1.2010, at 7.44, Stan Hoeppner wrote:
> As we can see from the 1% I/O wait on CPU0 and 0% on CPU1, it's seems pretty
> clear that the CPUs are being occupied by the dovecot search code, not by disk
> I/O.
v1.1+ has somewhat faster search code. At least it's using boyer-moore with
some of my
On 5.1.2010, at 3.19, Ronald Johnson wrote:
> I'm running Dovecot 1.2.9 and have noticed the IMAP list command does not
> appear to send a sorted list of folders with list command.
I thought all IMAP clients did the sorting internally. So yeah, I haven't added
extra unnecessary code for it. Alt
On Mon, 04 Jan 2010 23:44:19 -0600, Stan Hoeppner
wrote:
>> I like Horde (extendability) and Roundcube (speed), and would recommend
>> using imapproxy for either webmail system. It helps speed things up.
>
> I've looked a little at both now and am still reading. One thing I
don't
> like
> is t
Rick Romero put forth on 1/4/2010 3:14 PM:
>
> Are you sure the CPU is pegged from CPU and not disk I/O? I used to
> import 160GB of InnoDB data on a quad core (U320/RAID 10) and after the
> cache would fill up, only 1 core would show as pegged because the disk
> I/O wasn't fast enough. Seems li
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Ronald,
On 2010-01-05 09:19, Ronald Johnson wrote:
> Hi All,
>
> I'm running Dovecot 1.2.9 and have noticed the IMAP list command does
> not appear to send a sorted list of folders with list command. For
> example on our Cyrus server I get a sort
Hi All,
I'm running Dovecot 1.2.9 and have noticed the IMAP list command does
not appear to send a sorted list of folders with list command. For
example on our Cyrus server I get a sorted list of folders (with INBOX
listed first):
2 list "" "*"
* LIST (\Noinferiors) "/" "INBOX"
* LIST (\Has
I also like horde, but I will say it's not exactly an easy learning
curve for most people. The new dimp client makes things easier, while
losing lots of features.
For simple, and easy to install roundcube is the way to go. If you
want max power from a webmail package, defently horde.
Quot
On 12/25/2009 05:15 PM Stephan Bosch wrote:
> Ok, Pascal Volk investigated this matter and found a bug in the
> Thunderbird Sieve plugin. The author is notified.
Thomas Schmid, the author of the Sieve extension, has released version
0.1.8. Now everything is working fine.
http://sieve.mozd
2010/1/4 Anthony Nedland :
> Charles Marcus wrote:
>> dovecot -n output shows which config file dovecot is actually using, as
>> opposed to which one you *think* it is using.
> Then how do I change the one it's using?
As Pascal wrote, you select the -c option for the alternate
configuration file u
Hi Stan,
i would suggest the (very) powerfull horde bundle of packages.
not only webmail but also reminder calendar and and many more.
http://www.horde.org
That's what i am doing these days (trying to make dovecot work with
horde that is).
HTH,
s.
--- On Mon, 4/1/10, Stan Hoeppner wrote:
>
At Mon, 04 Jan 2010 20:11:50 +,
Ed W wrote:
>
> On 04/01/2010 18:47, David Abrahams wrote:
> > For over a year now, I've been trying to acquire the ability to review
> > the thread history of a message in my INBOX while still deleting
> > messages as soon as I believe I'm done with them. Sudd
Charles Marcus wrote:
On 2010-01-04, Anthony Nedland (anthony.nedl...@baldwin-telecom.net) wrote:
This is my dovecot -n output
# 1.1.11: /etc/dovecot/dovecot.conf
Error: Error in configuration file /etc/dovecot/dovecot.conf line
1076: Unknown s
On 01/04/2010 10:11 PM Anthony Nedland wrote:
[picture]
This is the Dovecot mailing list - not a picture gallery!
Use `dovecot -n -c /etc/dovecot/dovecot-postfix.conf `
Regards,
Pascal
--
The trapper recommends today: decade.1000...@localdomain.org
Are you sure the CPU is pegged from CPU and not disk I/O? I used to
import 160GB of InnoDB data on a quad core (U320/RAID 10) and after
the cache would fill up, only 1 core would show as pegged because the
disk I/O wasn't fast enough. Seems like the index on 10k messages
might be kinda
<>
On 2010-01-04, Anthony Nedland (anthony.nedl...@baldwin-telecom.net) wrote:
> This is my dovecot -n output
>
> # 1.1.11: /etc/dovecot/dovecot.conf
> Error: Error in configuration file /etc/dovecot/dovecot.conf line
> 1076: Unknown section type (secti
Welcome!
Have a look at RoundCube webmail. I used to use squirrelmail but had the
same issues as you. RoundCube is very nice.
Egbert Jan
> -Oorspronkelijk bericht-
> Van: dovecot-bounces+egbert=vandenbussche...@dovecot.org
> [mailto:dovecot-bounces+egbert=vandenbussche...@dovecot.org]
Greetings everyone,
I'm new to the list as of today. I just installed Dovecot a couple of days ago
for the first time, Debian Lenny Dovecot v1.0.15-2.3. So far I'm pretty
impressed. I'm using mbox format with Dovecot auto-deciding to place mail in
user home directories, which is great. It work
Is there any way to tell dovecot to listen for imap/imaps requests on
all interfaces on multiple separate ports?
For example, can I do this:
protocol imap {
listen = *:10143
listen = *:143
ssl_listen = *:10993
ssl_listen = *:993
...
}
Thanks!
Rick
I get no errors when attempting to send or receive. However, my messages
aren't showing up in the mailboxes. I am sending between users on the
same server.
This is my dovecot -n output
# 1.1.11: /etc/dovecot/dovecot.conf
Error: Error in configurat
On 04/01/2010 03:28, Bob Eastbrook wrote:
Hi all,
Thanks for the suggestions. It sounds like the consensus is that I
should avoid polling with POP or IMAP and deal with incoming messages
directly.
I think it depends on your expected load and the results of a few
benchmarks...
The benef
On 04/01/2010 18:47, David Abrahams wrote:
For over a year now, I've been trying to acquire the ability to review
the thread history of a message in my INBOX while still deleting
messages as soon as I believe I'm done with them. Suddenly I'm
gratified to see that several approaches have been rig
I just discovered that dovecot supports copying messages via
hard-linking. I have a huge mailbox hierarchy of existing messages
that I'd prefer to store that way. Is there a simple way to transform
non-hard-linked storage to hard-linked?
TIA,
--
Dave Abrahams Meet me at BoostCon: htt
For over a year now, I've been trying to acquire the ability to review
the thread history of a message in my INBOX while still deleting
messages as soon as I believe I'm done with them. Suddenly I'm
gratified to see that several approaches have been right under my nose
all along!
One is the INTH
After upgrading from dovecot 1.2.3, managesieve 0.11.8, sieve 0.1.11 to
dovecot 1.2.9, managesieve 0.11.10 and sieve 0.1.14 users who do not have
sieve rules yet and use managesieve for the first time do trigger error
messages in the log file (for the authenticated user ggg in group syspr):
Ja
Hi,
I would like to integrate dovecot as lda for the hosting control panel
alternc (http://www.alternc.org)
I manage to run it for the mail but not for the alias.
The problem is that in the configuration of alternc, the mails are seen as
aliases in the form user_domain.tld. In a second time, a m
On 4.1.2010, at 15.32, Alexander Chekalin wrote:
> The problem is that files in Maildirs on First server are named like that:
>
> 1262610335.H798006P5447.first.domain.my,S=1962:2,
> 1262610402.H529761P5596.first.domain.my,S=2975:2,
> 1262610410.H787724P5657.first.domain.my,S=75691:2,
> ...
>
> a
Ralf, you're seeing the same panic I've been going back and forth with
Timo on for the last two weeks. Do you think you could run a couple of
quick gdb commands? Timo asked me for these last week, but I thought it
might be useful if they came from you as well for comparison. It also
looks lik
On 2010-01-03, Papp Tamás (tom...@martos.bme.hu) wrote:
> Well, the news is that every other user's client is working fine.
> This error only for one user. Of course, this user is the boss:)
Never fails... if I ever do meet up with Murphy I will kick the crap out
of him.
Hi,
I'm really fuzzy about some problem on how Dovecot used to name files to
store messages in Maildir.
I have two identical servers (let's call them "First" and "Second"), and
have Dovecot and Exim set up on both of them (Maildirs are used to store
messages and boxes). First server is the s
>From the log:
Jan 3 20:26:07 postamt dovecot: IMAP(nix): copy: uid=3526, dest=Deleted
Messages, msgid=, size=2726
Jan 3 20:26:07 postamt dovecot: IMAP(nix): delete: uid=3526,
msgid=
Jan 3 20:26:11 postamt dovecot: IMAP(nix): expunge: uid=3526,
msgid=, size=2726
Jan 3 20:26:42 p
32 matches
Mail list logo