[exim-dev] [Bug 1010] New: DKIM signing segfaults when file …

Top Page
Delete this message
Reply to this message
Author: Rohan Carly
Date:  
To: exim-dev
New-Topics: [exim-dev] [Bug 1010] DKIM signing segfaults when file specified by dkim_private_key is missing, [exim-dev] [Bug 1010] DKIM signing segfaults when file specified by dkim_private_key is missing
Subject: [exim-dev] [Bug 1010] New: DKIM signing segfaults when file specified by dkim_private_key is missing
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1010
           Summary: DKIM signing segfaults when file specified by
                    dkim_private_key is missing
           Product: Exim
           Version: 4.71
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Unfiled
        AssignedTo: nigel@???
        ReportedBy: rohan@???
                CC: exim-dev@???



If I put this in an smtp transport:

dkim_private_key = /etc/notreal

Note that the file /etc/notreal does not exist.
When I send a message which uses this transport, I get this in my mainlog:

diplomat:/var/log/exim4# grep non-zero mainlog
2010-07-28 09:28:35 1OdvRi-0006vO-H5 == rohan@??? R=wednesday
T=remote_smtp_dkim defer (-1): smtp transport process returned non-zero status
0x000b: terminated by signal 11

diplomat:/var/log/exim4# exim -bV
Exim version 4.71 #1 built 30-Dec-2009 13:50:08
Copyright (c) University of Cambridge, 1995 - 2007
Berkeley DB: Berkeley DB 4.6.21: (September 27, 2007)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS
move_frozen_messages Content_Scanning DKIM Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch
ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
GnuTLS compile-time version: 2.4.2
GnuTLS runtime version: 2.4.2


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email