[Dovecot] sieve

2012-05-22 Thread upen
Hi, I'd like to keep all emails coming from alom-alert@anydomain and not forward those but rest of the emails will be kept and forwarded as well. I put following in the .dovecot.sieve if header :contains "Sender" "alom-alert@" { keep; if not header :contains "Sender" "alom-alert@" { redirect "my

Re: [Dovecot] sieve

2012-05-22 Thread upen
On Tue, May 22, 2012 at 3:37 PM, Daniel Parthey wrote: > Upendra Gandhi wrote: >> I'd like to keep all emails coming from alom-alert@anydomain and not >> forward those but rest of the emails will be kept and forwarded as >> well. >> >> I put following in the .dovecot.sieve >> >> if header :contain

[Dovecot] version difference understanding

2011-03-04 Thread upen
Hello, I am in process of setting up an IMAP server (with postfix SMTP), I installed RHEL 5.5 on my server and found that version of dovecot is 1.x.x while when I checked online RHEL 6 is version is 2.x.x. Can someone please tell me if these two versions are still in development or 1.x.x is very

Re: [Dovecot] version difference understanding

2011-03-05 Thread upen
Stan, hi! On Sat, Mar 5, 2011 at 4:17 AM, Stan Hoeppner wrote: > upen put forth on 3/4/2011 9:52 PM: >> Hello, >> >> I am in process of setting up an IMAP server (with postfix SMTP), I >> installed RHEL 5.5 on my server and found that version of dovecot is >>

[Dovecot] maildir location

2011-03-17 Thread upen
Hello, I am trying to use dovecot (v. 2.0.11) and postfix (v. 2.7.3) together. The email server is an ldap client and user's home directories on NFS server are mounted using autofs. As I understand, Maildir performance is better than mbox type, so I'd like to use Maildir instead of mbox. Howeve

Re: [Dovecot] maildir location

2011-03-17 Thread upen
> If Postfix delivers the mails, rather than Dovecot LDA, then yes you'll > need to configure Postfix also to deliver correctly. Maybe it would be > easier to just switch to Dovecot LDA: http://wiki2.dovecot.org/LDA Thanks Timo for quick confirmation and the link for setting up dovecot as LDA. I

Re: [Dovecot] maildir location

2011-03-17 Thread upen
On Thu, Mar 17, 2011 at 12:01 PM, upen wrote: >> If Postfix delivers the mails, rather than Dovecot LDA, then yes you'll >> need to configure Postfix also to deliver correctly. Maybe it would be >> easier to just switch to Dovecot LDA: http://wiki2.dovecot.org/LDA &g

Re: [Dovecot] maildir location

2011-03-17 Thread upen
> > If you expect to have any folders with lots of messages, I would use > mdbox rather than Maildir. NFS tends to have performance problems with > lots of small files, and Maildir uses one file per message, where mdbox > has a sort of compromise between lots of files and the huge files that > mbox

Re: [Dovecot] maildir location

2011-03-17 Thread upen
On Thu, Mar 17, 2011 at 4:59 PM, Jim Knuth wrote: > am 17.03.11 22:33 schrieb upen : > >>> >>> If you expect to have any folders with lots of messages, I would use >>> mdbox rather than Maildir. NFS tends to have performance problems with >>> lots of

[Dovecot] quota warning email to user

2011-03-24 Thread upen
Hi, I am trying to use Quota in dovecot-2.0.11. I find as a sender(same user a receiver) I receive an email that receiver's Quota is exceeded , and receiver's mailbox is full . This is good, however the receiver whose MB is full isn't getting any quota-warning. Configuration is as below, dovecot

Re: [Dovecot] quota warning email to user

2011-03-25 Thread upen
> Hi, > > I am trying to use Quota in dovecot-2.0.11. I find as a sender(same > user a receiver) I receive an email that receiver's Quota is exceeded > , and receiver's mailbox is full . This is good, however the receiver > whose MB is full isn't getting any quota-warning. Configuration is as > bel

[Dovecot] alpine + Maildir

2011-05-05 Thread upen
Hello, I am trying to configure pine.conf for all users and running into an issue. In this setup, Mailbox format is Maildir and Maildir location is /Mail/Username/{new,cur,..etc} First thing required in alpine was patch for maildir and this has already been done. After that I have tried setting u

Re: [Dovecot] alpine + Maildir

2011-05-06 Thread upen
I have read that mailbox location generally used for mbox format. If it is maildir format, then one more question, are you able to see all folders in the maildir or just INBOX using that setting? Thanks, UG 2011/5/6 Bartłomiej Solarz-Niesłuchowski : > W dniu 2011-05-05 23:43, upen pisze: >

Re: [Dovecot] alpine + Maildir

2011-05-06 Thread upen
w. I will try going through pine.conf. Thanks for your advice. ~UG On Fri, May 6, 2011 at 2:11 AM, Timo Sirainen wrote: > On 5.5.2011, at 23.43, upen wrote: > >> If maildir support in alpine does not work like it does for mbox then >> I'll have to configure IMAP setings

Re: [Dovecot] alpine + Maildir

2011-05-06 Thread upen
>> >> Is /var/spool/mail/$USER maildir format or mbox I have read that >> mailbox location generally used for mbox format. > > maildir >> >> If it is maildir format, then one more question, are you able to see >> all folders in the maildir or just INBOX using that setting? > > folder-collections=Ma

Re: [Dovecot] alpine + Maildir

2011-05-06 Thread upen
On Fri, May 6, 2011 at 10:04 AM, Charles Marcus wrote: > On 2011-05-06 9:35 AM, upen wrote: >> I am running dovecot 2.0-0.10.beta6.20100630.el6.x86_64 > > A very early beta of 2.0... first thing on our list of action items is > (or should be) to update to the latest stab

Re: [Dovecot] alpine + Maildir

2011-05-06 Thread upen
On Fri, May 6, 2011 at 12:42 PM, Charles Marcus wrote: > On 2011-05-06 11:10 AM, upen wrote: >> Well, this is what RHEL 6 's stable repo currently offers > > Well, if you're not willing to upgrade to at least a reasonably stable > RELEASE version, don't be surpr

Re: [Dovecot] alpine + Maildir

2011-05-09 Thread upen
On Mon, May 9, 2011 at 10:01 AM, upen wrote: >> >> This is what I am doing right now. >> >> http://www.asheesh.org/note/sysop/passwordless-alpine.html says a little >> more. I strongly recommend this. >> >> In fact, I think I should someday talk to the re

Re: [Dovecot] alpine + Maildir

2011-05-09 Thread upen
On Mon, May 9, 2011 at 10:16 AM, upen wrote: >>> >> What you are probably looking for is in the alpine configuration (setup -> >> configure) the 'Hide Empty Directories' option which you have to turn on. >> >> It corresponds to the 'quell-emp