Displaying 20 results from an estimated 10000 matches similar to: "Redis sentinel support in dict"
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
2014 Nov 20
0
redis dict auth and default_fields
Hi all,
i'm trying to configure default_fields with redis dict (allow_nets,
proxy, ...) but it seems that the properties defined are not used even if they
appear on output of doveconf. It is a known behaviour? Does
default_fields works only for ldap db?
I have a director+NFS environment and with dict passdb i'have to put proxy=y
for every entry in pass/userdb; to limit the redis memory
2014 May 13
0
Quota dict with redis
I have installed redis backend for quota and my dovecot.conf is as follow:
quota = dict:User quota:ignoreunlimited:redis:host=127.0.0.1:prefix=%u/
but for all of my users doveadm quota get return always same quota (of
the last user)
Someone could help me in the right direction?
--
*Davide Marchi*
*T*eorema *F*errara *Srl*
Via Spronello, 7 - Ferrara - 44121
Tel. *0532783161* Fax. *0532783368*
2015 Jan 09
1
Authcache and user changing
2015-01-09 9:16 GMT+01:00 Steffen Kaiser <skdovecot at smail.inf.fh-brs.de>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> On Mon, 29 Dec 2014, Lazy wrote:
>
>>
>> I have noticed that during auth cache hits usernames are not updated.
>> (We use ldap backend
>> and change username with
>> user_attrs = uid=user, mailMessageStore=home,
2014 Jul 07
1
[PATH] expire plugins segfault with misconfigured dict
dovecot 2.2.13
With configuration like
plugin {
expire_dict = blblbla
}
expiere plugins segfaults during deinit. It might also segfault if the
dict service was unavaiable.
attached bellow is a diff against 2.2.13
Jul 7 14:51:11 dovecot1 dovecot: lmtp(10548, lazy): Error: expire
plugin: dict_init(blblbla) failed: Dictionary URI is missing ':':
blblbla
Jul 7 14:51:11 dovecot1
2014 Dec 29
4
Authcache and user changing
Hi,
I have noticed that during auth cache hits usernames are not updated.
(We use ldap backend
and change username with
user_attrs = uid=user, mailMessageStore=home,
mailQuotaSize=quota_rule=*:bytes=%$
cold cache
lmtp(14414): Debug: auth input: testmon_testmon
home=/vmail/te/testmon_testmon quota_rule=*:bytes=104857600
lmtp(14414): Debug: changed username to testmon_testmon
lmtp(14414): Debug:
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
2014 Dec 25
0
director + lmtp + ldap user
Hi,
recently I have migrated our prevoius dovecot-lda to 2.2 with director + lmtp.
And we are having some issues.
When lmtp delivers to ldap uid names everything works except sieve
vacation (login is not found in headers so reply is not sent).
When using full email addresses in rcpt to vacation works but
usernames are inconsistent (one user can login using his email
address, or aliases,
or
2017 Nov 15
0
dict host param and fqdn
Hi,
I would like to use a fqdn instead of an IP address as redis host
quota_clone_dict = redis:host=redis.host.name:port=6379
But only ip adresses are supported
Error: quota_clone_dict: Failed to initialize
'redis:host=redis.host.name:port=6379': dict redis: Invalid IP:
redis.host.name
Why is name resolution not implemented here ? Is it for performance
considerations ?
St?phane
2020 Nov 04
0
Feature Request: Redis support for username and TLS
I was wondering if there was any imminent support in 2.3.12+ for using a
username to log into Redis, as well as support for using TLS to connect to
Redis. And if not, I'd like to put in a feature request for those two
things (AUTH with username/password, and TLS connections to Redis).
Specifically, I was looking at using a username/password combo to log into
Redis for the quota_clone plugin.
2012 May 15
1
[PATCH] dovecot-lda with expire plugin segfaults if dict failed
Program received signal SIGSEGV, Segmentation fault.
0x00007f1975cccdee in expire_mailbox_transaction_commit (t=<value
optimized out>, changes_r=<value optimized out>) at
expire-plugin.c:169
169 } else if (strcmp(value, "0") == 0) {
(gdb) bt
#0 0x00007f1975cccdee in expire_mailbox_transaction_commit (t=<value
optimized out>,
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
2005 Aug 17
2
Sentinel Driver
I'm trying to run the Ardis Cutting Optimizer under
wine but it uses a Rainbow Sentinel driver to detect a
parallel port dongle for copy protection. I have the
dongle and I've installed the sentinel driver, but
when I run wine COWIN.exe I get the following:
fixme:vxd:VXD_Open Unknown/unsupported VxD
L"sntnlusb.vxd". Try setting Windows version to
'nt40' or
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
2009 Apr 20
4
wine is unable to load driver "Sentinel"
Hi,
I'm trying to install "Libero IDE v8.5 " with WINE under Ubuntu 8.10.
"Libero IDE v8.5" uses FlexLM to check the software license, but WINE, when launching any program, produces the following results:
wine: Call from 0x7b844463 to unimplemented function ntoskrnl.exe.IoQueryDeviceDescription, aborting
wine: Unimplemented function ntoskrnl.exe.IoQueryDeviceDescription