similar to: Feature Request: Redis support for username and TLS

Displaying 20 results from an estimated 7000 matches similar to: "Feature Request: Redis support for username and TLS"

2018 Jul 03
2
lmtp issues with specific message on dovecot 2.3.2
Hello, I am getting crash on lmtp for specific message on dovecot 2.3.2 See below the backtrace: Jul 02 22:54:20 Panic: lmtp(xxx)<172769><yL/kH0zXOlvhogIAF3haWw:3>: Buffer write out of range (23153 + 18446744073709551614) Jul 02 22:54:20 Error: lmtp(xxx)<172769><yL/kH0zXOlvhogIAF3haWw:3>: Raw backtrace: /usr/lib64/dovecot/libdovecot.so.0(+0xcdfe4) [0x7f1fc8df9fe4] ->
2018 Apr 02
2
Doveadm backup issues on dovecot 2.3.1
Hello, After update dovecot from 2.3.0.1 to 2.3.1 the doveadm backup stopped to work. Command line: doveadm -D backup -u email at dominio.com.br -R tcp:mailsrv01:9011 I updated dovecot on mailsrv01 to 2.3.1. Process on mailsrv01 (the count message stop and process stay this way until be killed - this occurs on different mailbox?s) dovecot/doveadm-server [10.0.10.5 email at
2018 May 18
1
indexer-worker issues on dovecot 2.3.0
Hello, I have some mailbox with error on index-worker process on dovecot 2.3.0 If I move the same mailbox to dovecot 2.2.33.2 this problem dos not happen. See below the backtrace: May 18 10:33:55 Error: imap(xxxxx)<249924><Xpj77npscpYKAQMQ>: indexer failed to index mailbox INBOX May 18 10:33:55 Fatal:
2019 Jul 18
0
Missing PHP Redis package in Software Collections ?
Hi, I'm currently fine-tuning OwnCloud on a CentOS 7 server. To configure transactional locking, I need Redis with the corresponding PHP module. Until recently the server has been running PHP 7.1. I simply installed the 'redis' package as well as 'sclo-php71-php-pecl-redis', started and/or restarted a handful of services, and things worked perfectly. Now I'm upgrading my
2017 Sep 07
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
Hello, I am trying to setup GitLab, Redis and PostgreSQL containers in Kubernetes using Gluster for persistence. GlusterFS nodes are setup on machines (CentOS) external to Kubernetes cluster (running on RancherOS host). Issue is that when GitLab tries starting up, the login page doesn't load. It's a fresh setup and not something that stopped working now. root at
2019 Feb 09
0
CentOS 7, rsyslog and redis
TL;DR: Is there a sensible way to get rsyslog to talk to redis on CentOS 7. The official way is to use the omhiredis plugin, but that doesn't seem to exist in the CentOS 7 repositories? (It's how I do it on my Fedora box.) The long version: I'm trying to rationalise logging and am using an ELK stack. When I've done this in the past it has suffered badly from congestion at peak
2019 Oct 13
1
CentOS 8 redis install
Hello, can any help me to install redis to my new webserver? I cant't enable the redis module with dnf ? Is redis missing on Centos 8 ? is it a way to download redis from a centos Server for manual install Thanks for a answer ? -- mit freundlichen Gr??en / best regards G?nther J. Niederwimmer
2010 May 31
1
Flash not deleting with Redis/Memcache store
I''m a recent convert to Rails and I''m working on a new project using Rails 2.3 (I''ll probably upgrade at some point when Rails 3 is in production and had a chance to bake the .0 bugs out). I''m going to use Redis anyway for caching important data, so I thought I''d use the redis-store: http://github.com/jodosha/redis-store But it appears the flash
2020 Jul 08
0
Redis in place of astdb
Hello, Are you looking for a general caching solution or you specifically need to use Redis? At Thirdlane we use Memcached which works just fine for our purposes. Regards, Volodya Ivanets From: "Dovid Bender" <dovid at telecurve.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com> Sent: Wednesday, July 8,
2020 Jul 09
0
Redis in place of astdb
On Thursday 09 July 2020 at 00:50:28, Jon Bonilla (Manwe) wrote: > DO you know odbc redis drivers? It would be nice to store cdrs ans other > stuff in redis without patching asterisk A quick Google search turns up https://www.cdata.com/kb/tech/redis-odbc-python-linux.rst which I have no experience of and cannot comment on, but looks like what you need. PS: I question the wisdom of
2014 Jul 08
0
Redis sentinel support in dict
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 new master etc. I think this is better suited to be used with dict proxy. Do You think it can be
2020 Jan 28
0
dict passdb: redis nil values
Hi, I am trying to implement a dict lookup for disabled accounts, where both the passdb lookup and the disabled lookup is done in the same passdb. I was hoping that this configuration would work: passdb { name = redis driver = dict args = /etc/dovecot/dovecot-redis.conf.ext } --- uri = redis:host=127.0.0.1 key disabled { key = users/%u/disabled/%s format = value
2018 Apr 04
2
Lmtp issues on dovecot 2.3.x with big messages
Hello, After update dovecot to version 2.3.x, LMTP stopped to receive big messages ( > 45 MB ). Messages are being sent to dovecot LMTP by postfix. If I change this email to another server with dovecot 2.2.x the same message are delivered immediately. Log with mail_debug = yes: Apr? 4 13:36:13 mailsrv01 dovecot: lmtp(190031): Debug: none: root=, index=, indexpvt=, control=, inbox=, alt=
2020 Jul 08
0
Redis in place of astdb
Dovid, You could use func_odb + a ODBC Redis driver to keep from having to shell out. On Wed, Jul 8, 2020 at 4:37 AM Dovid Bender <dovid at telecurve.com> wrote: > Hi, > > Does anyone know of any projects that would allow you to use Redis in > place of AstDB? By in place of I don't mean for what Asterisk needs but to > store values. For instance for CNAM currently we
2016 Nov 01
0
2.2.26.0: Error: redis: Unexpected input (state=0): -ERR max number of clients reached
I use redis as quota backend (currently). After upgrading to 2.2.26.0 I see a ton of "Error: redis: Unexpected input (state=0): -ERR max number of clients reached" errors. It looks like either more Redis connections are being made, or Redis connections don't time out/are reused correctly anymore. No such errors were seen in 2.2.24. -- Tom
2017 Sep 08
1
Redis db permission issue while running GitLab in Kubernetes with Gluster
Getting this answer back on the list in case anyone else is trying to share storage. Thanks for the docs pointer, Tanner. -John On Thu, Sep 7, 2017 at 6:50 PM, Tanner Bruce <tanner.bruce at farmersedge.ca> wrote: > You can set a security context on your pod to set the guid as needed: > https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ > > > This
2014 Apr 08
1
[CentALT] php-redis depedency error.
Hi, All. When I try to install php-redis, there are obvious 4 package hit the depedency. One have already INSTALLED as follow. I've GOOGLED, NOTHING help. How can I get over this? Please Help, Thank you! -- Sunshare -- 2014-04-08 ------------------------------------------------------------------------------------------------ [sunshare at sunshare ~]$ sudo yum install php-redis [sudo]
2012 Dec 06
1
Documentation of Redis and Memcache Backends
Hi, in the release notes of 2.1.9 I read that dovecot supports memcache and redis backends for userdb/passdb authentication. This is very interesting for me and should reduce queries and database load of our mysql servers. My idea is to use memcache or redis in our IMAP/POP3 proxies in front of our backend servers. So I would like to try out if it's possible to store proxy information of our
2016 Apr 06
2
Internal quota calculation error (redis), double mail delivery
On 2016-04-06 20:27, Timo Sirainen wrote: > On 06 Apr 2016, at 16:54, Tom Sommer <mail at tomsommer.dk> wrote: >> >> Sometimes my redis connection times out, both for pop3, imap and lmtp. >> I have no idea why, when I do a "doveadm quota recalc -u" it works >> just fine? >> I'm thinking the connection is lost somehow and not retried? >>
2014 Mar 19
0
redis, pub/sub, rails 3, phusion passenger
I have another application publishing messages to redis server. Within my rails application, when a user clicks a button, I want a popup to display that shows live updates. I want the controller to publish notifications to redis, and I want my javascript to subscribe to those events and respond when it finds a suitable channel. What I do not know how to do is actually keep a control open like