-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to memcached #218
Comments
The function Function So we can't use memecache DB for |
With the patch in PR #219, opendkim(8) might avoid assertion failure caused by unhandled DB type in |
Although I've not tested, it is expected that you can use memcached table as Signing Table by using the patch in PR #228 and with suitable config setting or with suitable command option. |
…id_abort This saves incorrect usage of DKIMF_DB_TYPE_MEMCACHE from assertion failure addressing to unknown DB type error, and avoid execute verification of signing table on loading configurations. (See the issue trusteddomainproject#218) trusteddomainproject#218 trusteddomainproject#219
Hi all... Not sure if this is a bug, but I'm stumped.
I'm trying to connect opendkim with memcached, but I'm getting the following error:
Here are the relevant lines from my opendkim.conf:
and here is my command line:
/usr/sbin/opendkim -x /etc/opendkim.conf -u opendkim -P /var/run/opendkim.pid
memcached is indeed running and accessible:
I'm using the Ubuntu distribution of opendkim, and it is compiled with memcache support.
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: