[Dovecot] Dovecot 2 and managesieve

2013-06-25 Thread Darek
it in the main distribution now? -- Darek

Re: [Dovecot] web interface for user creation/vacation

2011-08-01 Thread Darek M
I'm using postfixadmin without too many issues. What's your problem with it? Also using the RoundCube sieve plugin with not to many problems either. On 8/1/11, Donny Brooks wrote: > On 8/1/2011 8:01 PM, Stephan Bosch wrote: >> On 8/2/2011 1:55 AM, Chris Cappuccio wrote: >> >>> Are there any dec

[Dovecot] Why is my quota warning script not getting executed?

2011-04-26 Thread Darek M
me  value_field = bytes } map {  pattern = priv/quota/messages  table = quota2  username_field = username  value_field = messages } A log of 90% being passed: # vuserinfo da...@domain.com        Email: da...@domain.com        Name: Darek        Maildir: domain.com/darek/        Created: 2011

Re: [Dovecot] Duplicate mail for forwards (dovecot+postfix+postfixadmin)

2011-01-19 Thread Darek M
Cool, thank you Patrick! Must have missed that somehow. I put the setting in main.cf, "receive_override_options = no_address_mappings", right after 'content_filter' (running amavisd on a separate port) and it seems to have fixed the problem. -- Darek On Tue, Jan 18, 2011

[Dovecot] Duplicate mail for forwards (dovecot+postfix+postfixadmin)

2011-01-18 Thread Darek M
ted | modified| active | +---+++-+-++ | accou...@domain.com | accou...@domain.com,accou...@domain.com | nyinet.com | 2010-11-28 18:07:40 | 2011-01-18 17:04:03 | 1 | Anyone have an idea of what I should be looking at in a situation like this? Does the 'goto' field look fine? -- Darek

Re: [Dovecot] Postfix, MySQL, Dovecot LDA and alias domains

2010-06-22 Thread Darek M
On Tue, Jun 22, 2010 at 10:38 AM, Charles Marcus wrote: > On 2010-06-22 8:30 AM, Lampa wrote: >> Hello, >> >> you must combine 2 queries (first for real domain, second for aliased >> domain), see my user_query > > I sure hope you're wrong about that... I haven't had any dovecot > installations whe

Re: [Dovecot] Postfix, MySQL, Dovecot LDA and alias domains

2010-06-22 Thread Darek M
On Tue, Jun 22, 2010 at 7:08 AM, Charles Marcus wrote: > On 2010-06-22 7:06 AM, Darek M wrote: >> I have a postfix/postfixadmin/mysql/dovecot install that was using >> 'virtual' for the LDA.  I tried the 'dovecot' LDA to enable Sieve but >> ran into

[Dovecot] Postfix, MySQL, Dovecot LDA and alias domains

2010-06-22 Thread Darek M
is fairly simple: Dovecot isn't being told anything about the 'alias_domain' table that pairs alias domains with actual ones. So the question is: do I add a second "user_query" in dovecot.sql, or is there an "alias_query" directive, or similar? And does anyone have a query that would point an alias domain to the real maildir? - Darek

Re: [Dovecot] Sieve doesn't appear to be active

2010-06-15 Thread Darek M
so: http://wiki.dovecot.org/LDA/Postfix Thanks for that. I had the dovecot transport but also Postfix's virtual in main.cf. A few changes and hair raising moments later (mainly leaving out virtual_domain_maps and watching a dozen loops per message) and sieve scripts were being rec

[Dovecot] Sieve doesn't appear to be active

2010-06-15 Thread Darek M
= [r...@sys ~]# cd /var/log/dovecot/ [r...@sys dovecot]# grep -i sieve * dovecot-info.log:Jun 14 13:09:22 managesieve-login: Info: Disconnected (no auth attempts): rip=::1, lip=::1, secured Only log entry from me telnetting to the managesieve port. -- Darek