Hi,
I can not start opendkim, if enabling the reputation code:
(gdb) run -x /etc/opendkim/opendkim.verify.conf
Starting program: /usr/sbin/opendkim -x /etc/opendkim/opendkim.verify.conf
warning: Cannot call inferior functions, Linux kernel PaX protection forbids return to non-executable pages!
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x6c27bb34d000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
opendkim: /etc/opendkim/opendkim.verify.conf: can't initialize reputation subsystem
[Inferior 1 (process 16588) exited with code 0116]
opendkim -V
opendkim: OpenDKIM Filter v2.9.2
        Compiled with OpenSSL 1.0.1h 5 Jun 2014
        SMFI_VERSION 0x1000001
        libmilter version 1.0.1
        Supported signing algorithms:
                rsa-sha1
                rsa-sha256
        Supported canonicalization algorithms:
                relaxed
                simple
        Active code options:
                POPAUTH
                QUERY_CACHE
                USE_DB
                USE_JANSSON
                USE_LDAP
                USE_LUA
                USE_MDB
                USE_ODBX
                USE_UNBOUND
                _FFR_ADSP_LISTS
                _FFR_ATPS
                _FFR_DEFAULT_SENDER
                _FFR_IDENTITY_HEADER
                _FFR_RATE_LIMIT
                _FFR_RBL
                _FFR_REPLACE_RULES
                _FFR_REPUTATION
                _FFR_RESIGN
                _FFR_SENDER_MACRO
                _FFR_STATS
                _FFR_VBR
        libopendkim 2.9.2: atps query_cache
Do I have to set something special with paxctl?
Here is my config:
###################################################################
# file: /etc/opendkim-verify.conf
LogWhy                  yes
Syslog                  yes
SyslogSuccess           yes
##
## BEGIN experimental
##
Statistics              /var/lib/opendkim/stats-verify
ReputationRatios        repute:www.roessner-net.de
ReputationLimits        repute:www.roessner-net.de
ReputationTimeFactor    24
ReputationMinimum       2
ReputationSpamCheck     /^X-Spam-Status: ?[Yy][Ee][Ss]/
##
## END experimental
##
Socket                  inet6:8891_at_[::1]
Background              yes
PidFile                 /var/run/opendkim/opendkim-verify.pid
SendReports             no
On-SignatureError	accept
AddAllSignatureResults	yes
AlwaysAddARHeader       yes
Mode                    v
AuthservID		mx0.roessner-net.de
DomainKeysCompat	true
TemporaryDirectory      /var/lib/opendkim/tmp
TrustAnchorFile         /etc/opendkim/root.key
UserID                  milter:milter
VBR-TrustedCertifiers   dwl.spamhaus.org
SoftwareHeader          yes
###################################################################
Any ideas for this? I am not sure, what PaX wants from me :-)
Kinde regards
-Christian Rößner
--
[*] sys4 AG
http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
Received on Tue Jul 08 2014 - 18:44:59 PST