[Dovecot] ManageSieve with SSL/TLS only

2011-09-07 Thread Karol Babioch
Hi, I'm quite new to Dovecot and ManageSieve, so probably I've missed something, although I couldn't find any hints in the wiki. I'm interested in running ManageSieve with SSL/TLS only. So is there any way to reject any non encrypted connections? I couldn't find any parameter for this purpose. I'

[Dovecot] copy and empty userA folder1, append to /var/mail/userB

2011-09-07 Thread mathog
Dovecot 2.0.13 on a 64 bit linux. We have an archiver account on one machine. Most mailing lists that handles go directly to it and everything is fine. However, there is one campus list that will only send to real people. So for that one I subscribed. When one of these messages comes in, wh

Re: [Dovecot] Shared Mailboxes with VirtualUsers and mail_location retrieved from ldap

2011-09-07 Thread Timo Sirainen
On 6.9.2011, at 14.27, mailing lists wrote: > I spend a couple of days configurating a new installation of dovecot 2.0.14 > with virtual accounts and NFS storage for maildir home/mail directories. > > > At this point I need shared mailboxes but since user mail/home locations are > ldap attribu

Re: [Dovecot] Quota fs (ignore mount)

2011-09-07 Thread Timo Sirainen
On 6.9.2011, at 15.11, Peter Ignatov wrote: > I set "quota: fs:INBOX:noenforcing:mount=/var/spool/mail", but receive: "fs > quota add storage dir = /home/pit/mail"... > Why ? Well .. I'm not entirely sure if the current behavior is good or not, but what you need to do to get it working is to a

Re: [Dovecot] Problem with configuring dovecot to take namespaces from database

2011-09-07 Thread Timo Sirainen
On 7.9.2011, at 18.19, Marcin Mirosław wrote: >> I don't think you can add new ones via userdb lookup.. You'll basically have >> to have a template in the config file first, like: >> >> namespace newspace { >> } > > Hmm, it doesn't looks flexible ;) But probably should be enough for my > purpo

Re: [Dovecot] Problem with configuring dovecot to take namespaces from database

2011-09-07 Thread Marcin Mirosław
W dniu 07.09.2011 17:09, Timo Sirainen pisze: On 7.9.2011, at 17.59, Marcin Mirosław wrote: namespace { inbox = yes list = yes location = prefix = separator = . subscriptions = yes type = private } You want to modify this namespace, or add a completely new namespace? I want to

Re: [Dovecot] Problem with configuring dovecot to take namespaces from database

2011-09-07 Thread Timo Sirainen
On 7.9.2011, at 17.59, Marcin Mirosław wrote: > namespace { > inbox = yes > list = yes > location = > prefix = > separator = . > subscriptions = yes > type = private > } You want to modify this namespace, or add a completely new namespace? I don't think you can add new ones via userdb loo

Re: [Dovecot] Sieve "header :value" test does not work

2011-09-07 Thread Stephan Bosch
On 9/7/2011 4:17 PM, Tom Hendrikx wrote: Thanks for the idea :) My first alternative way of thinking was to put the header value in a variable, then multiply it by 1 (in my actual issue, the fraction always has 4 characters), then handle it as an int. However, doing a calculation is also not

Re: [Dovecot] Problem with configuring dovecot to take namespaces from database

2011-09-07 Thread Marcin Mirosław
W dniu 07.09.2011 16:50, Timo Sirainen pisze: dovecot -n output (with version number)? Argh, i've forgot about it:( Dovecot-2.0.14 # 2.0.14: /etc/dovecot/dovecot.conf # OS: Linux 3.1.0-rc4-git2 x86_64 Gentoo Base System release 2.0.3 auth_cache_size = 1 k auth_debug = yes auth_mechanisms = log

Re: [Dovecot] Problem with configuring dovecot to take namespaces from database

2011-09-07 Thread Timo Sirainen
dovecot -n output (with version number)? On 7.9.2011, at 17.42, Marcin Mirosław wrote: > Hello! > I'd like to set up dovecot to keep namespaces in database, keep more than one > namespace per user. > > I try to create the simplest rule (even without tuple in db table) to get new > namespace, u

[Dovecot] Problem with configuring dovecot to take namespaces from database

2011-09-07 Thread Marcin Mirosław
Hello! I'd like to set up dovecot to keep namespaces in database, keep more than one namespace per user. I try to create the simplest rule (even without tuple in db table) to get new namespace, unfortunately it doesn't work. My user_query is: SELECT '/dane/domeny/%d/mail/%n/' as home, doveco

Re: [Dovecot] Sieve "header :value" test does not work

2011-09-07 Thread Tom Hendrikx
On 07/09/11 15:48, Stephan Bosch wrote: > On 9/7/2011 2:40 PM, Tom Hendrikx wrote: >> The above snippet poses some other issue that I cannot easily solve: the >> ascii-numeric comparator only handles integer values. >> >> All 0. header values are truncated to 0 by the comparator, just like >> t

Re: [Dovecot] Sieve "header :value" test does not work

2011-09-07 Thread Stephan Bosch
On 9/7/2011 2:40 PM, Tom Hendrikx wrote: The above snippet poses some other issue that I cannot easily solve: the ascii-numeric comparator only handles integer values. All 0. header values are truncated to 0 by the comparator, just like the sieve script value "0.95". After comparision, this

Re: [Dovecot] Sieve "header :value" test does not work

2011-09-07 Thread Tom Hendrikx
On 06/09/11 21:21, Tom Hendrikx wrote: > On 06/09/11 21:11, Tom Hendrikx wrote: >> hi, >> >> After following some examples and searching for sieve samples in this ml >> history, I'm quite sure that the following sieve snippet should give no >> surprises: >> >> if header :value "ge" :comparator "i;a

Re: [Dovecot] is it necessary lmtp and director to avoid index corruption in mail delivery?

2011-09-07 Thread Jan-Frode Myklebust
On Wed, Sep 07, 2011 at 11:26:28AM +0100, mailing lists wrote: > Hello all, > If I have several postfix/dovecot-lda boxes with shared nfs storage, > how director helps in this scenario? The director can help by directing each unique user to the same backend server for each delivery, which should g

[Dovecot] is it necessary lmtp and director to avoid index corruption in mail delivery?

2011-09-07 Thread mailing lists
Hello all, If I have several postfix/dovecot-lda boxes with shared nfs storage, how director helps in this scenario? is it necesary to use lmtp instead of dovecot-lda? With postfix/dovecot-lda boxes incoming mail happens at the smtp layer but director redirects are working in the lmtp/imap/pop

Re: [Dovecot] limit number of simultaneous lmtp deliveries ?

2011-09-07 Thread Jan-Frode Myklebust
On Mon, Sep 05, 2011 at 07:50:20PM +0300, Timo Sirainen wrote: > > Possibly randomly either one. I'll need to start looking into these LMTP > proxy bugs some day.. Although for 2.0.14 I improved the error messages > a little. Is this from 2.0.14 or earlier? It's with v2.0.14 on both director and