-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, 8 Oct 2009, Jerry wrote:
I am using Postfix virtual users/domains with Dovecot virtual delivery
to maildir style mailboxes. Now I want to get sieve working to sort out
a few minor delivery problems.
I want all mail with a message header "De
Timo Sirainen wrote:
On Wed, 2009-10-07 at 17:53 -0500, Mike Abbott wrote:
1. For every other APPENDed message, dovecot appends the new UID to
the list quickly. No problem here, this is fast.
2. For every other other APPENDed message, dovecot scans the entire
UID list. This is an O(n)
PGNet Dev wrote:
i'd like to configure dovecot to,
host multiple domains, each on a separate IP
setup a separate SSL cert for each domain
respond with a different login_greeting for each domain
restrict access to, and access type (e.g., TLS req'd vs noTLS,
secure auth OK) of, imap login
Scott Murman wrote:
i'm trying to backup the dovecot Maildir files over a cifs share.
source is a debian build, share is a readynas. i've been getting
rsync: mkstemp 'filename goes here' failed: Not a directory (20)
errors. rsync is v3.0. i believe this is related to the dovecot
file n
On 10/08/2009 01:57 AM Stephen Vaughan wrote:
> Hi,
>
> I know I've brought this up before (see
> http://www.mail-archive.com/dovecot@dovecot.org/msg20974.html), and I've
> since upgraded to 1.2.6, but our vacation messages are still being rejected
> because of Bad_MIME.
>
> We are using Dovecot
On Tuesday 06 of October 2009, Pascal Volk wrote:
> On 10/06/2009 05:32 PM Timo Sirainen wrote:
> > Where do you think the following binaries should be installed to? The
> > possible locations are:
> >
> > - bin/
> > - sbin/
> > - libexec/dovecot/ (or lib/dovecot/ in most Linux distros)
> >
> >
Ed W schrieb:
> Scott Murman wrote:
>> i'm trying to backup the dovecot Maildir files over a cifs share.
>> source is a debian build, share is a readynas. i've been getting
>> rsync: mkstemp 'filename goes here' failed: Not a directory (20)
>> errors. rsync is v3.0. i believe this is relate
Yes. Be sure to check your rsync version.
As I recall the 2.x series has bugs related to this.
I had a similar problem on MacOS until I upgraded to 3.0.6 and all
is well with ':' on MacOS & Ubuntu at this level.
Robert Schetterer wrote:
Ed W schrieb:
Scott Murman wrote:
i'm trying to backup t
On 10/7/2009, Stephen Vaughan (stephenvaug...@gmail.com) wrote:
> We are using Dovecot Sieve 0.1.12, the auto reply message contains ^M
> characters at the end of a few lines, they are only visable through vi,
> example:
So, the solution is to find out what is breaking the headers (adding the
^M c
Hi
Dovecot fails to chdir() into users home directory giving the following error:
Oct 9 16:43:49 jura dovecot: dovecot: Fatal: chdir(/a/home/mina) failed:
Permission denied (euid=1118
0(mina) egid=11332(devel) missing +x perm: /a/home)
Oct 9 16:43:49 jura dovecot: dovecot: child 14441 (imap) r
On 10/9/2009, Vallo Kallaste (ka...@estpak.ee) wrote:
> Dovecot fails to chdir() into users home directory giving the following error:
DC version / dovecot -n?
--
Best regards,
Charles
Im curious if anyone is archiving emails and what they are using. I
currently utilize sendmail/procmail/dovecot.
thanks,
ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools
"Everything should be made as simple as possible, but not simpler."
-- Albert Einstein
"T
On Fri, Oct 09, 2009 at 11:15:29AM -0400, Charles Marcus
wrote:
> On 10/9/2009, Vallo Kallaste (ka...@estpak.ee) wrote:
> > Dovecot fails to chdir() into users home directory giving the following
> > error:
>
> DC version / dovecot -n?
Uhm, I'm truly sorry:
M$ DC is NT4 with all the patches on
On Oct 9, 2009, at 11:14 AM, Vallo Kallaste wrote:
The reason seems to be that user primary group is "devel" and
directory /a/home
has ACL which gives execute permission only to the users in "domain
users"
group. Now the catch is that the user _is_ member of "domain users"
group and
is happ
On Oct 6, 2009, at 11:57 AM, Timo Sirainen wrote:
On Tue, 2009-10-06 at 11:32 -0400, Timo Sirainen wrote:
1) These probably belong to bin/ or sbin/ or both:
- doveadm
doveadm is supposed to be this featureful thing that can do all
kinds of
admin-related stuff. Perhaps one possibility would
On Oct 6, 2009, at 10:05 PM, PGNet Dev wrote:
i'd like to configure dovecot to,
host multiple domains, each on a separate IP
setup a separate SSL cert for each domain
respond with a different login_greeting for each domain
restrict access to, and access type (e.g., TLS req'd vs noTLS,
secur
On Oct 8, 2009, at 7:41 AM, Jerry wrote:
I am using Postfix virtual users/domains with Dovecot virtual delivery
to maildir style mailboxes. Now I want to get sieve working to sort
out
a few minor delivery problems.
I want all mail with a message header "Delivered-To: foo
+...@domain.com
pl
On Oct 9, 2009, at 12:41 AM, PGNet Dev wrote:
if the goal is fast, indexed FTS of dovecot IMAP stores from
within a
MUA, is fts_solr even helpful? or is it targeted for web
interfaces to
search ... ?
You can add the break-imap-search option and it'll be helpful with
those
MUAs that use I
On Fri, Oct 09, 2009 at 11:26:19AM -0400, Timo Sirainen
wrote:
> On Oct 9, 2009, at 11:14 AM, Vallo Kallaste wrote:
>
> >The reason seems to be that user primary group is "devel" and
> >directory /a/home has ACL which gives execute permission only to the
> >users in "domain users" group. Now the
On Oct 9, 2009, at 11:14 AM, Vallo Kallaste wrote:
Oct 9 16:43:49 jura dovecot: dovecot: Fatal: chdir(/a/home/mina)
failed: Permission denied (euid=1118
0(mina) egid=11332(devel) missing +x perm: /a/home)
Oh, right, this happens before execing imap. Hmm. Well,
mail_drop_priv_before_exec=y
On Fri, Oct 09, 2009 at 12:14:25PM -0400, Timo Sirainen
wrote:
> >Oct 9 16:43:49 jura dovecot: dovecot: Fatal: chdir(/a/home/mina)
> >failed: Permission denied (euid=1118
> >0(mina) egid=11332(devel) missing +x perm: /a/home)
>
> Oh, right, this happens before execing imap. Hmm. Well,
> mail_dr
Timo Sirainen wrote:
Where do you think the following binaries should be installed to? The
possible locations are:
- bin/
- sbin/
Should these not be /usr/bin and /usr/sbin ?
I believe that /bin and /sbin are for system essentials and /usr/bin for
package installed binaries?
- libex
Ed W wrote:
> Timo Sirainen wrote:
>> Where do you think the following binaries should be installed to? The
>> possible locations are:
>>
>> - bin/
>> - sbin/
>>
>
> Should these not be /usr/bin and /usr/sbin ?
>
> I believe that /bin and /sbin are for system essentials and /usr/bin for
> pa
Been seeing these occasionally for the last few weeks. Only way to
fix is to remove cache files in the affected mailbox. Reproduced with
both 1.2.5 and 1.2.6.
IMAP transaction:
-
* PREAUTH [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID
ENABLE SORT THREAD=REFERE
Timo Sirainen writes:
> On Wed, 2009-10-07 at 20:55 -0400, Dan Christensen wrote:
>> Oct 7 20:19:40 jdc dovecot: IMAP(jdc): Connection closed bytes=303/1423
>> Oct 7 20:44:00 jdc dovecot: IMAP(jdc): Disconnected in APPEND
>> bytes=1081/1965
>
> The connection just got closed from Dovecot's poi
On 10/09/2009 08:56 PM Michael M. Slusarz wrote:
> Been seeing these occasionally for the last few weeks. Only way to
> fix is to remove cache files in the affected mailbox. Reproduced with
> both 1.2.5 and 1.2.6.
>
> IMAP transaction:
> -
>
> * PREAUTH [CAPABILITY IMAP4rev1
On Fri, 2009-10-09 at 22:33 +0200, Pascal Volk wrote:
> > 2 EXAMINE "INBOX" (QRESYNC (1254166848 789
> > 1,2,6,7,109,113,193,230,231,279,284))
>
> Hi Michael,
>
> maybe Timo has sent his reply only to you. If not: there is patch:
>
> imap: Don't crash on SELECT .. QRESYNC if it didn't give seq
On Fri, 2009-10-09 at 16:09 -0400, Dan Christensen wrote:
> The very frequent dropped connections don't happen if I don't use TLS.
> To summarize:
>
> - they happen with TLS to port 143
> - they don't happen with a plain connection to port 143
> - they don't happen with a TLS connection to port 11
Quoting Timo Sirainen :
On Fri, 2009-10-09 at 22:33 +0200, Pascal Volk wrote:
> 2 EXAMINE "INBOX" (QRESYNC (1254166848 789
> 1,2,6,7,109,113,193,230,231,279,284))
Hi Michael,
maybe Timo has sent his reply only to you. If not: there is patch:
imap: Don't crash on SELECT .. QRESYNC if it didn'
Does Dovecot support berkeley DB authentication? I'm looking for
something simple that is perhaps a single file for multiple domains and
something the Exim can also read.
On Fri, 2009-10-09 at 15:30 -0700, Marc Perkel wrote:
> Does Dovecot support berkeley DB authentication? I'm looking for
> something simple that is perhaps a single file for multiple domains and
> something the Exim can also read.
No, and I'm actually hoping to get rid of all traces of BDB code
On Fri, 2009-10-09 at 12:56 -0600, Michael M. Slusarz wrote:
> Oct 9 12:49:30 bigworm EXT(slusarz): :
> /home/slusarz/Maildir/dovecot.index.log: Transaction log changed
> unexpectedly, can't get modseq
I'll still need to get this fixed.
> Oct 9 12:49:30 bigworm EXT(slusarz): : Panic: file i
Hi,
On Thu, 8 Oct 2009 21:41:36 -0700, PGNet Dev wrote:
> hi,
>
> On Thu, Oct 8, 2009 at 7:56 PM, Timo Sirainen wrote:
>> It's just not possible, because it doesn't support substring searches.
>> But
>> then again, perhaps no one cares. It's not like gmail's search is IMAP
>> compliant either.
>
to document from #irc,
in 1.2.x, specifying
./configure ... --sysconfdir=/path/to/dir ...
correctly results in dovecot.conf looked for as "/path/to/dir/dovecot.conf".
in 2.0, dovecot incorrectly creates a dovecot dir in the sysconfdir,
and looks for,
/path/to/dir/dovecot/dovecot.conf
2.0
On Oct 9, 2009, at 10:28 PM, PGNet Dev wrote:
to document from #irc,
in 1.2.x, specifying
./configure ... --sysconfdir=/path/to/dir ...
correctly results in dovecot.conf looked for as "/path/to/dir/
dovecot.conf".
in 2.0, dovecot incorrectly creates a dovecot dir in the sysconfdir,
and l
On Fri, Oct 9, 2009 at 7:40 PM, Timo Sirainen wrote:
> This is intended, because there are now lots of config files by default. Or
> should this be done somehow differently?
lots of config file is fine ...
according to:
http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
"
On Oct 9, 2009, at 11:31 PM, PGNet Dev wrote:
On Fri, Oct 9, 2009 at 7:40 PM, Timo Sirainen wrote:
This is intended, because there are now lots of config files by
default. Or
should this be done somehow differently?
lots of config file is fine ...
according to:
http://www.gnu.org/prep/s
On Fri, Oct 9, 2009 at 7:21 PM, Patrick Nagel
wrote:
> Cross-referencing
> http://www.dovecot.org/list/dovecot/2009-September/042904.html
>
> So when you have a huge amount of folders (like we do... there are users
> with >1 folders), Solr could have a big advantage through the single
> index.
On Friday 09 October 2009 17:18:53 dhottin...@harrisonburg.k12.va.us
wrote:
> Im curious if anyone is archiving emails and what they are using. I
> currently utilize sendmail/procmail/dovecot.
What exactly do you mean by archiving?
We use Postfix and Dovecot to backup any sent and received mai
39 matches
Mail list logo