Redis sentinel support in dict

2014-07-08 Thread Lazy
Redis sentinel ( http://redis.io/topics/sentinel ) is a service that monitors and manages redis master slave replication. Using sentinel you can easily create a redis ha cluster. You can connect to a sentiniel and subscribe to certain events then in case of an failover update the redis address to

doveadm quota recalc -A

2014-07-08 Thread ML mail
Hello, It looks like my iteration SQL query (iterate_query) does not work as when I try to run "doveadm quota recalc -A" I get the following error: $ sudo -u vmail doveadm quota recalc -A doveadm(nobody): Error: user nobody: Mail access for users with UID 65534 not permitted (see first_valid_u

Re: Dovecot Auth Tries Spam

2014-07-08 Thread Alex JOST
Am 07.07.2014 15:22, schrieb Silvio Siefke: Hello, i more and more become this messages in logs: Jul 6 20:43:56 ks3374456 dovecot: auth: Error: passwd-file(j...@proxy.silviosiefke.com,213.130.118.102): stat(/var/vmail/auth.d/proxy.silviosiefke.com/passwd) failed: No such file or directory J

Dovecot not changing SSL key and certificate as in config file

2014-07-08 Thread Mitchell McMillan
I am trying to use my (decrypted) SSL key and certificate in Dovecot. I have changed /etc/dovecot/conf.d/10-ssl.conf like so: ssl_cert =

Trigger for using an sqlite dictionary for quota

2014-07-08 Thread David Anderson
Hi, I'm using Dovecot 2.0.9, and was trying to set up a dictionary process to use an sqlite database for quota management. The wiki page has examples for MySQL and PostgreSQL: http://wiki2.dovecot.org/Quota/Dict For sqlite, a trigger needs to be created to get it to work. But I was not suf

Re: Dovecot not changing SSL key and certificate as in config file

2014-07-08 Thread Alex JOST
Am 08.07.2014 12:58, schrieb Mitchell McMillan: I am trying to use my (decrypted) SSL key and certificate in Dovecot. I have changed /etc/dovecot/conf.d/10-ssl.conf like so: ssl_cert = Maybe the values got overwritten by another file. grep -ER 'ssl_(key|cert)' /etc/dovecot/ -- Alex JOST

Re: Dovecot not changing SSL key and certificate as in config file

2014-07-08 Thread Reindl Harald
Am 08.07.2014 12:58, schrieb Mitchell McMillan: > I am trying to use my (decrypted) SSL key and certificate in Dovecot. I > have changed /etc/dovecot/conf.d/10-ssl.conf like so: > ssl_cert = ssl_key = > However, after running service dovecot restart, dovecot -n still says that > the files /etc

Dovecot ignores existing mailboxes and creates its own

2014-07-08 Thread Martin Vegter
Hello, I have Postfix with Maildir format. User's emails are being delivered into $HOME/mail/inbox Apart from ~/mail/inbox, there are the usual folders: $HOME/mail/archive $HOME/mail/drafts $HOME/mail/inbox $HOME/mail/trash Now I have installed dovecot, and set mail_l

Re: Flags in public folders disappear when more than 25 flags are used

2014-07-08 Thread Thomas Herrmann
On 07/02/2014 04:25 PM, Thomas Herrmann wrote: > root@mailsrv2:~# dovecot --version > 2.1.7 Since I did not receive any replies to my previous question, I did the following: - Upgraded to 2.2.13 (still debian packages) - learned how to use doveadm to debug problems Now I am a little closer to th

Limit confusion

2014-07-08 Thread Micah Anderson
Hi, On one of my dovecot servers, i've got a limit problem... and I'm a little confused about which knobs I should adjust to solve it. I've been getting both of these: Error: net_connect_unix(imap) failed: Resource temporarily unavailable - http://wiki2.dovecot.org/SocketUnavailableess This on

Problem with virtual mailbox when using K9 mail (android)

2014-07-08 Thread Henrik Kjölhede
Hi! I've managed to setup a virtual mailbox that shows all unread or flagged mail from a selection of IMAP folders. This works great with Roundcube, which I use as webmail client. However, using K9 mail on my android phone, a mail that is opened seems to be immediately marked as read, and any flag

Re: BUG: Authentication client sent unknown handshake command

2014-07-08 Thread Lukas Haase
May I gently "push" this? The string "BUG: Authentication client sent unknown handshake command" comes from dovecot (presumably it's in the source code) so I think it shouldn't be too mysterious what's happening here. Thank you, Luke On 2014-07-03 19:10, Lukas Haase wrote: > Hi, > > Some time ag