Re: [Dovecot] Problem downloading mail with "large" attachment using Thunderbird....

2008-01-22 Thread Bazy
On Sun, 20 Jan 2008 14:41:08 +0200 Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Mon, 2007-12-31 at 14:04 +0100, Bjørn T Johansen wrote: > > On Fri, 21 Dec 2007 17:59:04 +0200 > > Timo Sirainen <[EMAIL PROTECTED]> wrote: > > > > > On Wed, 2007-12-12 at 13:15 +0100, Bjørn T Johansen wrote: > > > >

Re: [Dovecot] Problem downloading mail with "large" attachment using Thunderbird....

2007-12-12 Thread Bazy
Bjørn T Johansen wrote: > We have a user that is using Thunderbird on Windows to read mail over IMAP > and it works ok, except for downloading mail with > "large" attachment.. When opening a mail with a attachment with a size of > 14-15MB, TB downloads the attachment seemingly ok, but > TB stops

Re: [Dovecot] dovecot sieve confusion

2007-12-02 Thread Bazy
Nikolay Shopik wrote: > On 02.12.2007 16:57, Bazy wrote: >> Hi... >> >> I use dovecot with postfix. >> >> For dovecot's sieve plugin to work, do I need to put in my >> /etc/postfix/master.cf: >> >> dovecot unix - n n -

[Dovecot] dovecot sieve confusion

2007-12-02 Thread Bazy
Hi... I use dovecot with postfix. For dovecot's sieve plugin to work, do I need to put in my /etc/postfix/master.cf: dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient} and postconf -e virtual_transport=dove

Re: [Dovecot] backup dovecot

2007-11-23 Thread Bazy
On Thu, 22 Nov 2007 20:40:24 +0300 Nikolay Shopik <[EMAIL PROTECTED]> wrote: > What is correct way to backup dovecot store? Is am I right what is just > enough to copy all maildir and my configuration. So in case failure I > can just prepare new machine copy config, maildirs and I'm good to go

Re: [Dovecot] Creating "special" folders?

2007-11-22 Thread Bazy
Timo Sirainen wrote: On Tue, 2007-11-20 at 21:23 +0100, Bjørn T Johansen wrote: Is there anyway to make dovecot create Sent, Draft, etc folder automatically? Or is this the job for a MUA? It is MUA's job, but since so many people have asked for this, I created also a plugin for it. http://dov

Re: [Dovecot] dovecot mysql support

2007-11-19 Thread Bazy
jan gestre wrote: Hi Guys, I'm using CentOS 4.5, is the dovecot default rpm comes with mysql support? Do I need to rebuild it? TIA. jan Hi Jan, You need to rebuild it, without any patches or so... Just enable mysql and LDA support in the .spec and don't forget to edit yum.conf and exclud

Re: [Dovecot] mailbox size limit

2007-11-17 Thread Bazy
Bill Cole wrote: > At 6:23 PM +0300 11/17/07, Nikolay Shopik wrote: >> On 17.11.2007 18:11, Nikolay Shopik wrote: >>> On 17.11.2007 17:56, Bazy wrote: > > [...] > >>>> Yes, that's what I meant. Run out of inodes on that partition. >>>> >

Re: [Dovecot] mailbox size limit

2007-11-17 Thread Bazy
Nikolay Shopik wrote: > On 17.11.2007 18:11, Nikolay Shopik wrote: >> On 17.11.2007 17:56, Bazy wrote: >>> Nikolay Shopik wrote: >>> >>>> On 17.11.2007 16:54, Bazy wrote: >>>> >>>>> Hi guys, >>>>> >

Re: [Dovecot] mailbox size limit

2007-11-17 Thread Bazy
Nikolay Shopik wrote: > On 17.11.2007 16:54, Bazy wrote: >> Hi guys, >> >> I was wondering... my Inbox is 1.3GB large, my mailbox size limit is 6GB >> (6442450941). Other users have 500+ MB in their Inbox. >> >> I have about 27GB of mail. I'm runn

[Dovecot] mailbox size limit

2007-11-17 Thread Bazy
Hi guys, I was wondering... my Inbox is 1.3GB large, my mailbox size limit is 6GB (6442450941). Other users have 500+ MB in their Inbox. I have about 27GB of mail. I'm running dovecot 1.0.7 now under Fedora 7 with postfix. I have no trouble at all, everything is working perfect. I use ext3 as my

Re: [Dovecot] Secure authentication?

2007-11-12 Thread Bazy
Uldis Pakuls wrote: > Bazy wrote: >> Jürgen Herz wrote: >> >>> On 2007-11-11 01:13, Bjørn T Johansen wrote: >>> >>>> I have enabled SSL support for my dovecot installation but if I enable >>>> secure authentication in my MUA, I g

Re: [Dovecot] Secure authentication?

2007-11-11 Thread Bazy
Jürgen Herz wrote: > On 2007-11-11 01:13, Bjørn T Johansen wrote: >> I have enabled SSL support for my dovecot installation but if I enable >> secure authentication in my MUA, I get an >> error from dovecot telling me that this is not supported.. >> >> Is this because dovecot does not support this

Re: [Dovecot] Disable imap proxy access

2007-10-03 Thread Bazy
Ed W wrote: > >> How to disable pop3 and imap access during the data migration process >> (duration 5 minutes to 10 minutes). Can i send a custom error message to >> our users ? >> > > > I don't recall the exact details, but I think both options are possible > if you check the dovecot wiki.

Re: [Dovecot] quota imap_quota

2007-08-29 Thread Bazy
Nils Vogels wrote: > Bazy wrote on 28-8-2007 23:05: >> plugin { >> # 10 MB + 1000 messages quota limit >> # quota = maildir:storage=10240:messages=1000 >> >> driver = mysql >> connect = host=/var/lib/mysql/mysql.sock user=mail

Re: [Dovecot] Err. msg. while copy.: "Invalid internal data."

2007-08-28 Thread Bazy
Dominik Springer wrote: > Hi All, > > While copying 9360 messages from a local folder to a folder on the imap > server > at message 5792 the client shows the following message from server: > "Invalid internal data." > > The error is reproducible. > Any suggestions? > > Configuration: > Versio: 1

[Dovecot] quota imap_quota

2007-08-28 Thread Bazy
--+---+ | CONCAT(('/home/vmail/'), SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/') | CONCAT('5000') | CONCAT('5000') | CONCAT('maildir:storage=', quota) | +---