On Oct 25, 2008, at 3:44 PM, Stephan Bosch wrote:
About ManageSieve...What client software are people using with
this?
That varies. I personally use the Thunderbird Sieve add-on, which
after version 0.1.5 works pretty well. Most other people I know use
the AvelSieve module for Squirrelma
On Oct 26, 2008, at 11:42 PM, Michael M. Slusarz wrote:
Don't see any reason why X-REFERENCES2 should not be advertised in
the CAPABILITY string - the wiki indicates this is a new addition
for 1.2, and RFC 5256 explicitly states that the THREAD= is to be
used for upwards-compatible extensio
Don't see any reason why X-REFERENCES2 should not be advertised in the
CAPABILITY string - the wiki indicates this is a new addition for 1.2,
and RFC 5256 explicitly states that the THREAD= is to be used for
upwards-compatible extensions.
# HG changeset patch
# User [EMAIL PROTECTED]
# Date
On Oct 26, 2008, at 11:28 PM, Albert E. Whale wrote:
Oct 26 17:26:54 ns6 dovecot: auth(default): new auth connection:
pid=5142
Oct 26 17:26:54 ns6 dovecot: auth(default): client in:
AUTH
^
I1
^
IPLAIN
^
Iservice
=
pop3
^
Ilip
=66.207.133.228^Irip=71.162.15.2^Ilport=110^Irport=4238^I
Timo Sirainen wrote:
> On Sun, 2008-10-26 at 10:01 -0400, Albert E. Whale wrote:
>
>> And unfortunately the dovecot daemon dies after successfully launching.
>>
>
> What does it log? http://wiki.dovecot.org/Logging
>
>
>
Actually the userdb was wrong, but now I am seeing the following:
> On Sunday 26 of October 2008, Heiko Schlichting wrote:
> > Brandon,
> >
> > > I did modify exim to add the W=size but it also required use_crlf and
> > > that seemed to break something else.
> >
> > You can configure Exim to write ,W=vsize even without use_crlf. Configuring
> >
> > {,S=$messa
On Sunday 26 of October 2008, Arkadiusz Miskiewicz wrote:
> Also adding 3 is weird. Exim documentation says "The blank line that
> separates the message header from the body is not counted." so it's only 1
> line, not 3.
Ok, it also says that $message_linecount can be incremented when exim adds
On Sunday 26 of October 2008, Timo Sirainen wrote:
> On Sun, 2008-10-26 at 20:56 +0200, Arkadiusz Miskiewicz wrote:
> > On Sunday 26 of October 2008, Heiko Schlichting wrote:
> > > Brandon,
> > >
> > > > I did modify exim to add the W=size but it also required use_crlf and
> > > > that seemed to br
JC wrote:
All,
I have hopefully a base question. How do you give users only read access to their inbox and folders? If I use chmod 600 they have full access. If I do a 400 they have read access but cannot access their inbox.
The config file is the out of the box config other than advertisin
On Sun, 2008-10-26 at 20:56 +0200, Arkadiusz Miskiewicz wrote:
> On Sunday 26 of October 2008, Heiko Schlichting wrote:
> > Brandon,
> >
> > > I did modify exim to add the W=size but it also required use_crlf and
> > > that seemed to break something else.
> >
> > You can configure Exim to write ,W=
On Sunday 26 of October 2008, Heiko Schlichting wrote:
> Brandon,
>
> > I did modify exim to add the W=size but it also required use_crlf and
> > that seemed to break something else.
>
> You can configure Exim to write ,W=vsize even without use_crlf. Configuring
>
> {,S=$message_size,W=${eval:$
Ok, made the change to the client.c and updated dovecot.conf with your
suggestions, I'll let it ride out another few days and see where it
puts me!
Thanks for the instant replies, that is very cool. Im hoping this all
smooths out. Other than some upsets I am totally digging dovecot
Brandon,
> I did modify exim to add the W=size but it also required use_crlf and
> that seemed to break something else.
You can configure Exim to write ,W=vsize even without use_crlf. Configuring
{,S=$message_size,W=${eval:$message_size + $message_linecount + 3}}
within maildir_tag setting
This seems to have fixed it. Thanks Timo!
Timo Sirainen wrote:
On Wed, 2008-10-22 at 18:17 -0400, Jason Walton wrote:
Oct 21 14:47:15 tachikoma dovecot-auth: PAM _pam_init_handlers: error
reading /etc/pam.d/dovecot
Perhaps it's leaking file descriptors and running out of them. Set
au
On Sun, 2008-10-26 at 18:33 +0100, Sascha Wilde wrote:
> Timo Sirainen <[EMAIL PROTECTED]> writes:
> > On Fri, 2008-10-24 at 16:19 +0200, Sascha Wilde wrote:
> >> Ok, I used auth-master.* -- the new code is in changeset f5ce17153a3d in
> >> my kolab-branch at
> >> http://hg.intevation.org/kolab/dov
Timo Sirainen <[EMAIL PROTECTED]> writes:
> On Fri, 2008-10-24 at 16:19 +0200, Sascha Wilde wrote:
>> Ok, I used auth-master.* -- the new code is in changeset f5ce17153a3d in
>> my kolab-branch at
>> http://hg.intevation.org/kolab/dovecot-1.2_kolab-branch/ and I made
>> deliver use it in 94b00e377a
On Sun, 2008-10-26 at 10:30 -0700, Brandon Lamb wrote:
> On Sun, Oct 26, 2008 at 10:25 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote:
> > On Sun, 2008-10-26 at 10:21 -0700, Brandon Lamb wrote:
> >> I did modify exim to add the W=size but it also required use_crlf and
> >> that seemed to break somethi
On Sun, Oct 26, 2008 at 10:25 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote:
> On Sun, 2008-10-26 at 10:21 -0700, Brandon Lamb wrote:
>> I did modify exim to add the W=size but it also required use_crlf and
>> that seemed to break something else. I also found a couple posts
>> saying to use INDEX=MEM
> So the load balancer is randomly assigning the user to different
> servers? Not really the preferred setup. I guess you've read
> http://wiki.dovecot.org/NFS?
Yes, in our previous setup we just used round robin and it seemed to
be fine, never had load problems (using courier). After switching to
On Sun, 2008-10-26 at 10:21 -0700, Brandon Lamb wrote:
> I did modify exim to add the W=size but it also required use_crlf and
> that seemed to break something else. I also found a couple posts
> saying to use INDEX=MEMORY for the pop3 part, but I didnt understand
> if that actually DISABLED pop3 u
On Sun, Oct 26, 2008 at 10:15 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote:
> On Sun, 2008-10-26 at 09:57 -0700, Brandon Lamb wrote:
>> basically I need to find out where to start looking to find out what
>> is the problem with my dovecot pop3 setup. I switched from courier
>> imap/pop3 to dovecot i
On Sun, 2008-10-26 at 10:02 -0700, Brandon Lamb wrote:
> I have four amd64 boxes, amd 9850, 4 gig ram, Debian lenny/sid running
> 2.6.26-1-amd64, using LVS to load balance pop3, imap, smtp traffic.
> NFS mailstore, 2 gige cards, eth1 being the private nfs backend
> network, eth0 is what talks to th
On Sun, 2008-10-26 at 09:57 -0700, Brandon Lamb wrote:
> basically I need to find out where to start looking to find out what
> is the problem with my dovecot pop3 setup. I switched from courier
> imap/pop3 to dovecot imap/pop3. I have had super high loads (40+ and
> overnight one server went to 51
On Sun, Oct 26, 2008 at 9:54 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote:
> On Sun, 2008-10-26 at 09:45 -0700, Brandon Lamb wrote:
>> Anyway, the reason for this post is that I have seen these pop up in
>> my logs, and on one of my mailheads there were some 50 lines of this
>
> But it doesn't happe
On Sun, Oct 26, 2008 at 9:54 AM, Timo Sirainen <[EMAIL PROTECTED]> wrote:
> On Sun, 2008-10-26 at 09:45 -0700, Brandon Lamb wrote:
>> Anyway, the reason for this post is that I have seen these pop up in
>> my logs, and on one of my mailheads there were some 50 lines of this
>
> But it doesn't happe
Hello,
I originally just typed up a 5 paragraph essay on my problems but just
deleted it all.
basically I need to find out where to start looking to find out what
is the problem with my dovecot pop3 setup. I switched from courier
imap/pop3 to dovecot imap/pop3. I have had super high loads (40+ an
On Sun, 2008-10-26 at 09:45 -0700, Brandon Lamb wrote:
> Anyway, the reason for this post is that I have seen these pop up in
> my logs, and on one of my mailheads there were some 50 lines of this
But it doesn't happen all the time?
> dovecot: 2008-10-26 09:33:54 Error: auth(default): BUG: Authen
Hello,
My first time on this list, just switched from courier imap/pop3
system to dovecot. Imap part is great, pop3 seems to suffer, been
fighting it for a week.
Anyway, the reason for this post is that I have seen these pop up in
my logs, and on one of my mailheads there were some 50 lines of th
On Sun, 2008-10-26 at 10:01 -0400, Albert E. Whale wrote:
> And unfortunately the dovecot daemon dies after successfully launching.
What does it log? http://wiki.dovecot.org/Logging
signature.asc
Description: This is a digitally signed message part
* Timo Sirainen <[EMAIL PROTECTED]> [08-10-26 15:28]:
On Sun, 2008-10-26 at 11:49 +0100, Lars Noschinski wrote:
#6 0xb7fbdca3 in virtual_mail_get_header_stream (mail=0x9b5c038,
headers=0x9885050, stream_r=0x920c7cc) at virtual-mail.c:252
backend_headers = (struct mailbox_header_lookup
Albert E. Whale wrote:
> OK, I am attempting to use the userdb connection to facilitate per user
> migration to Maildir format from mbox. Here's the first user:
>
> more /home/dovecot.passwd
> health:$1$MCtvt/Tz$FmKqU/cbWlBhKnhc5W.Ko.:1152:1152:/home/health:userdb_mail=maildir:~/Maildir
>
> The co
OK, I am attempting to use the userdb connection to facilitate per user
migration to Maildir format from mbox. Here's the first user:
more /home/dovecot.passwd
health:$1$MCtvt/Tz$FmKqU/cbWlBhKnhc5W.Ko.:1152:1152:/home/health:userdb_mail=maildir:~/Maildir
The configuration was set up as:
userd
On Sun, 2008-10-26 at 14:19 +0200, arvids wrote:
> Oct 26 14:00:31 host dovecot: Fatal: auth-worker(default):
> digest_md5_generate(): username not given
Fixed: http://hg.dovecot.org/dovecot-1.1/rev/21919817f427
> There were no such errors with exactly the same config in dovecot-1.1.3.
I did a
On Sun, 2008-10-26 at 11:49 +0100, Lars Noschinski wrote:
> #6 0xb7fbdca3 in virtual_mail_get_header_stream (mail=0x9b5c038,
> headers=0x9885050, stream_r=0x920c7cc) at virtual-mail.c:252
> backend_headers = (struct mailbox_header_lookup_ctx *) 0x99823e0
> ret =
Whops, I almos
Hello,
after upgrade from dovecot-1.1.3 to dovecot-1.1.5 I am
getting Fatal failures in auth-worker:
Oct 26 14:00:31 host dovecot: auth(default): new auth connection: pid=27526
Oct 26 14:00:31 host dovecot: auth(default): client in:
AUTH^I1^IDIGEST-MD5^Iservice=smtp
Oct 26 14:00:31 host dovecot:
Hello!
* Timo Sirainen <[EMAIL PROTECTED]> [08-10-26 11:37]:
On Sat, 2008-10-25 at 20:38 +0200, Lars Noschinski wrote:
Thanks! I was just looking at the repository, while you were committing
these fixes ;) But these fixes uncovered another bug. I can SELECT now,
but FETCH fails:
Fixed.
Tha
36 matches
Mail list logo