Activity for opendkim

  • Ralf Hauser Ralf Hauser created ticket #210

    provide error message that reaches postfix bounce message

  • Dhanushka Parakrama Ranasinghe Dhanushka Parakrama Ranasinghe created ticket #53

    verify:bad signature error in opendkim

  • Greg Troxel Greg Troxel created ticket #283

    Previous (self) DKIM signatures are not removed

  • Klaus-Rüdiger Ludwig Klaus-Rüdiger Ludwig posted a comment on ticket #52

    The problem is solved. From a raspi support group came the crucial hint. The / directory has the right 777 instead of 755. I have change the right of the directory und remove the parameter from the opendim.conf. Now ist works perfectly

  • Klaus-Rüdiger Ludwig Klaus-Rüdiger Ludwig created ticket #52

    OPENDKIM on a raspiberry 4b

  • Jonathan Daley Jonathan Daley posted a comment on ticket #51

    I've just started getting errors from rcfax.com. My DKIM records are correct, as verified by gmail.com, which shows the proper authentication in their headers. It seems that rcfax is not following the DKIM standard and is imposing a further restriction on the email. I can't get anyone at Ring Central who knows what DKIM records are.

  • Howard F Berkowitz Howard F Berkowitz created ticket #51

    bad DKIM signature data

  • Quanah Gibson-Mount Quanah Gibson-Mount posted a comment on ticket #114

    Just to note, the upstream OpenLDAP bug has been fixed for OpenLDAP 2.5.3 and later.

  • Andre Walther Andre Walther posted a comment on ticket #50

    the lua script is executed as SetupPolicyScript

  • Andre Walther Andre Walther created ticket #50

    Compare "From" domain to domains DB, just verify if no match

  • Bruno Kiste Bruno Kiste created ticket #282

    Failed to start DomainKeys Identified Mail (DKIM)

  • Yash M Yash M created ticket #49

    DKIM signature issue

  • David Favor David Favor modified a comment on ticket #279

    Using strace shows what appears to be a problem parsing the first line of the test message... openat(AT_FDCWD, "/root/tmp/dkim0YNK3Z", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 unlink("/root/tmp/dkim0YNK3Z") = 0 fstat(0, {st_mode=S_IFREG|0644, st_size=594, ...}) = 0 read(0, "From: david@davidfavor.com\nTo: c"..., 4096) = 594 read(0, "", 4096) = 0 write(3, "From: david@davidfavor.com\nTo: c"..., 594) = 594 write(2, "opendkim-testmsg: dkim_chunk(): "..., 45opendkim-testmsg: dkim_chunk(): Syntax error ) = 45...

  • David Favor David Favor posted a comment on ticket #279

    Using straces shows what appears to be a problem parsing the first line of the test message... openat(AT_FDCWD, "/root/tmp/dkim0YNK3Z", O_RDWR|O_CREAT|O_EXCL, 0600) = 3 unlink("/root/tmp/dkim0YNK3Z") = 0 fstat(0, {st_mode=S_IFREG|0644, st_size=594, ...}) = 0 read(0, "From: david@davidfavor.com\nTo: c"..., 4096) = 594 read(0, "", 4096) = 0 write(3, "From: david@davidfavor.com\nTo: c"..., 594) = 594 write(2, "opendkim-testmsg: dkim_chunk(): "..., 45opendkim-testmsg: dkim_chunk(): Syntax error ) = 45...

  • David Favor David Favor posted a comment on ticket #279

    I've tried all variations of using -C flag alone with passing messages through unix2dos. All variations fail. I've also tried signing algorithms rsa-sha256 + sha256, with bit widths of 1024 + 2048 + 4096. Again, all variations fail. This suggests a bug in opendkim-testmsg which renders this code broken for all cases. Since opendkim-testmsg has no verbosity/debug/trace facility + the code never makes it far enough to generate any temp files, some other approach is required. Someone let me know if...

  • David Favor David Favor posted a comment on ticket #279

    Problem persists with or without -C flag. Version... lxd: net14-fixdeliver # opendkim -V | head -n 1 opendkim: OpenDKIM Filter v2.11.0

  • Fury Fury modified a comment on ticket #37

    The above compile issue worked with the following ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl/lib instead of ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl Now, I have made libopendkim.so. But, while compiling with my program, linker shows the below error (ignore the warning): /usr/bin/ld: warning: libssl.so.10, needed by libopendkim.so, may conflict with...

  • Fury Fury modified a comment on ticket #37

    The above compile issue worked with the following ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl/lib instead of ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl Now, I have made libopendkim.so. But, while compiling with my program, linker shows the below error (ignore the warning): /usr/bin/ld: warning: libssl.so.10, needed by libopendkim.so, may conflict with...

  • Fury Fury modified a comment on ticket #37

    The above compile issue worked with the following ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl/lib instead of ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl Now, I have made libopendkim.so. But, while compiling with my program, linker shows the below error (ignore the warning): /usr/bin/ld: warning: libssl.so.10, needed by libopendkim.so, may conflict with...

  • Fury Fury posted a comment on ticket #37

    The above compile issue worked with the following ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl/lib instead of ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/opt/openssl Now, I have made libopendkim.so. But, while compiling with my program, linker shows the below error (ignore the warning): /usr/bin/ld: warning: libssl.so.10, needed by libopendkim.so, may conflict with...

  • A35B62 A35B62 created ticket #48

    milter inet:localhost:12301: can't read SMFIC_BODY reply packet header: Success

  • Fury Fury modified a comment on ticket #37

    OpenDkim still shows error while configuring before make. OpenSSL used was 1.1.1d I have made the changes as given in openssl_1.1.0_compat.patch The output in the terminal screen shows the error after executing configure ./configure --without-milter --disable-filter --enable-shared --prefix=/home/test/opendkim --with-openssl=/usr The error shown was: checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for library containing ERR_peek_error......

  • Fury Fury modified a comment on ticket #37

    OpenDkim still shows error while configuring before make. OpenSSL used was 1.1.1d I have made the changes as given in openssl_1.1.0_compat.patch checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for library containing ERR_peek_error... none required checking for library containing SSL_library_init... no configure: error: Cannot build shared opendkim against static openssl libraries. Configure with --disable-shared to get this...

  • Fury Fury posted a comment on ticket #37

    OpenDkim still shows error while configuring before make. OpenSSL used was 1.1.1d checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for library containing ERR_peek_error... none required checking for library containing SSL_library_init... no configure: error: Cannot build shared opendkim against static openssl libraries. Configure with --disable-shared to get this working or obtain a shared libssl library for opendkim to use...

  • Alex Kuklin Alex Kuklin created ticket #209

    log to stdout/stderr in foreground mode

  • Rosen Penev Rosen Penev created merge request #5

    Fix compilation without deprecated OpenSSL APIs

  • Bruce Cresanta Bruce Cresanta created ticket #281

    Supported Algorithms always only shows rsa-sha1

  • Egbert S Egbert S posted a comment on ticket #250

    Fixed by installing libbsd-dev package.

  • Egbert S Egbert S posted a comment on ticket #35

    Apparently it's broken again. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948504 https://sourceforge.net/p/opendkim/bugs/250/

  • Egbert S Egbert S posted a comment on ticket #250

    Filed bug with Debian maintainer. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948504

  • Egbert S Egbert S posted a comment on ticket #250

    Ping! Debian 10, opendkim2.11.0~alpha-12 checking for library containing strlcpy... (cached) no configure: error: no strlcpy/strlcat found configure failed: 1 Steps to recreate: apt-get source opendkim tar xvfj opendkim_2.11.0~alpha-12.debian.tar.xz cd opendkim-2.11.0~alpha/ libtoolize -v -i --copy --force aclocal -I m4 -Wall autoheader -Wall -v autoconf -Wall -v automake --add-missing --force-missing --foreign --copy --warnings=override -Wall ./configure --enable-debug --prefix=/usr Couldn't get...

  • Mladen Adamovic Mladen Adamovic created ticket #280

    dkim didn't include list-unsubscribe-post mandated by RFC 8058

  • radek radek created ticket #47

    Don't pass emails when using mailx

  • Krzysztof Wojtaś Krzysztof Wojtaś posted a comment on ticket #37

    https://sourceforge.net/p/opendkim/patches/43/

  • Krzysztof Wojtaś Krzysztof Wojtaś created ticket #43

    Fix lua function odkim.sign

  • Horse Whisperer Horse Whisperer posted a comment on ticket #279

    Update to this... setting the -C flag (use CRLF) seems to solve the problem.

  • Horse Whisperer Horse Whisperer created ticket #279

    opendkim-testmsg

  • Rok Jaklic Rok Jaklic posted a comment on ticket #32

    Rino, you saved me here, thx.

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov posted a comment on ticket #277

    Use the software from the develop branch, https://github.com/trusteddomainproject/OpenDKIM/tree/develop .

  • Ale Vesely Ale Vesely created ticket #278

    configure OpenSSL 1.1.0 has no SSL_library_init, it's a macro

  • Dennis Gray Dennis Gray posted a comment on ticket #46

    Does anybody read these tickets? I just notice the original post was several months ago and there was no reply. I have Googled this error and have not come up with a solution yet. What am I missing?

  • Dennis Gray Dennis Gray posted a comment on ticket #46

    I am getting the same error. I have searched all over and have followed all the tutorials but cannot find a solution Jun 07 00:22:00 civicrm systemd[1]: opendkim.service: Control process exited, code=exited status=78 Jun 07 00:22:00 civicrm systemd[1]: opendkim.service: Failed with result 'exit-code'. Jun 07 00:22:00 civicrm systemd[1]: Failed to start OpenDKIM DomainKeys Identified Mail (DKIM) Milter. -- Subject: Unit opendkim.service has failed -- Defined-By: systemd -- Support: http://www.ubuntu.com/support...

  • Steve Atkins Steve Atkins created ticket #277

    Headers with leading CRLF canonicalized incorrectly

  • Homer Simpson Homer Simpson created ticket #276

    Opendkim error “key retrieval failed” when long dkim keys are used

  • Homer Simpson Homer Simpson posted a comment on ticket #275

    sorry, ticket was created for the wrong opendkim version, will recreate ticket for 2.10.3

  • Homer Simpson Homer Simpson created ticket #275

    Opendkim error “key retrieval failed” when long dkim keys are used

  • Carlos Valente Carlos Valente posted a comment on ticket #46

    The version of opendkim is 2.11.0~alpha-11build1

  • Carlos Valente Carlos Valente created ticket #46

    Failed to start OpenDKIM DomainKeys Identified Mail (ubuntu 18.0 server)

  • Qcybb Qcybb created ticket #274

    Failes to compile with the new OpenSSL v1.1.1

  • <REDACTED> created ticket #273

    v2.11.1 coredump, 'signal 6', BT provided

  • Robert Quin Robert Quin posted a comment on ticket #272

    The title should say Fails and not Kails

  • Robert Quin Robert Quin created ticket #272

    Kails to apply sig header after second failed signing attempt

  • Murray S. Kucherawy Murray S. Kucherawy modified ticket #270

    Message hash verification fail when messge body contains long line

  • Murray S. Kucherawy Murray S. Kucherawy posted a comment on ticket #270

    Looks right; first part of the patch applied, and added a new unit test to make sure it doesn't break in the future. Will look at the test stuff next.

  • Davide  Marchi Davide Marchi posted a comment on ticket #271

    Solved creating a file "local.conf" into "/etc/systemd/system/opendkim.service.d" with this content: [Unit] After=mysql.service perhaps, however, it would be worthwhile to better adjust the start-up phase on the basis of my report. thank you!

  • Davide  Marchi Davide Marchi created ticket #271

    Opendkim not load properly using MySQL

  • Rigved Rakshit Rigved Rakshit created ticket #45

    No signing table match when using signing table stored in Postgres

  • Mars Peng Mars Peng created ticket #270

    Message hash verification fail when messge body contains long line

  • hal410 hal410 posted a comment on ticket #269

    revert to git reset --hard 3deafe9a2b43a41ae740836b8c689e132424e1ac gets opendkim built opendkim -V opendkim: OpenDKIM Filter v2.11.0 Compiled with OpenSSL 1.1.0h-fips 27 Mar 2018 SMFI_VERSION 0x1000001 libmilter version 1.0.1 Supported signing algorithms: rsa-sha1 rsa-sha256 Supported canonicalization algorithms: relaxed simple Active code options: USE_MDB _FFR_DIFFHEADERS _FFR_STATS _FFR_VBR libopendkim 2.11.0: diffheaders But only with openssl installed in system/distro location, /usr Build with...

  • hal410 hal410 modified a comment on ticket #269

    refs: Bug 223568 - mail/opendkim: Fails to build with OpenSSL 1.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223568 Debian Bug report logs - #828466 opendkim: FTBFS with openssl 1.1.0 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828466 Bug #251 opendkim/head build w/ OpenSSL 11x libs fails @ undef'd v10x symbold https://sourceforge.net/p/opendkim/bugs/251/ @kitterma , iiuc ...

  • hal410 hal410 posted a comment on ticket #269

    refs: Bug 223568 - mail/opendkim: Fails to build with OpenSSL 1.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223568 Debian Bug report logs - #828466 opendkim: FTBFS with openssl 1.1.0 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828466 Bug #251 opendkim/head build w/ OpenSSL 11x libs fails @ undef'd v10x symbold https://sourceforge.net/p/opendkim/bugs/251/

  • hal410 hal410 created ticket #269

    Build fails "dkim.c:5703:54: error: ‘EVP_PKEY_ED25519’ undeclared"

  • Yacine Chaouche Yacine Chaouche posted a comment on ticket #34

    June 2018, still down.

  • <REDACTED> posted a comment on ticket #251

    This response comes a year late, but is this still an issue? Yes. SSL_library_init() was deprecated in OpenSSL 1.1.0, but it's still implemented as a compatibility macro in openssl/ssl.h. Your conftest.c contains #include <openssl ssl.h="">, so either /usr/local/openssl11/include/openssl/ssl.h doesn't contain the # define SSL_library_init() OPENSSL_init_ssl(0, NULL) compatibility macro grep SSL_library_init /usr/local/openssl11/include/openssl/ssl.h # define OpenSSL_add_ssl_algorithms() SSL_library_init()...

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov posted a comment on ticket #266

    http://opendkim.org/opendkim.conf.5.html says: DESCRIPTION For parameters that are Boolean in nature, only the first byte of the value is processed. For positive values, the following are accepted: "T", "t", "Y", "y", "1". For negative values, the following are accepted: "F", "f", "N", "n", "0".

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov created ticket #42

    opendkim/opendkim.c:mlfi_body: don't SMFIS_SKIP a big message, that can't do verification, but needs signing

  • Murray S. Kucherawy committed [b180e9]

    Add "a" and "s" tags to Authentication-Results

  • Murray S. Kucherawy committed [531ae3]

    Add support for ED25519 signing.

  • Sebastian Sebastian posted a comment on ticket #30

    This has been closed downstream because there's already the configuration option MaximumHeaders.

  • Oleksandr Iegorov Oleksandr Iegorov created ticket #43

    Question : will >100K domains/keys slow opendkim milter start up time?

  • Chl Chl created merge request #4

    doc: typo + adding IPv6 CIDR example to PeerList

  • (GalaxyMaster) // D$C (GalaxyMaster) // D$C created ticket #41

    Making systemd unit aligned with systemd's ideology

  • Rafael Rafael created ticket #208

    two DKIM signatures

  • Jack Bates Jack Bates posted a comment on ticket #39

    This response comes almost a year late, is this still an issue? I think this error means there's a problem with the libmilter development files. On my Debian-based system, they're in a package called libmilter-dev. Is there a corresponding package for CentOS? libmilter-devel, maybe? Is it installed?

  • Jack Bates Jack Bates posted a comment on ticket #245

    I think this ticket can be safely closed: 1. The patch provided is for the Debian package opendkim.service (opendkim/debian/opendkim.service) not the upstream OpenDKIM/contrib/systemd/opendkim.service.in. 2. Debian has by now incorporated the proposed change. 3. The change is inapplicable to the upstream OpenDKIM/contrib/systemd/opendkim.service.in (it doesn't contain a -p $SOCKET option).

  • Jack Bates Jack Bates posted a comment on ticket #251

    This response comes a year late, but is this still an issue? SSL_library_init() was deprecated in OpenSSL 1.1.0, but it's still implemented as a compatibility macro in openssl/ssl.h. Your conftest.c contains #include <openssl/ssl.h>, so either /usr/local/openssl11/include/openssl/ssl.h doesn't contain the # define SSL_library_init() OPENSSL_init_ssl(0, NULL) compatibility macro, or some other openssl/ssl.h is getting included ... Your first -I option is -I/usr/local/openssl11/include, and the GCC...

  • Scott Kitterman Scott Kitterman created ticket #207

    MacroListVerify option

  • Scott Kitterman Scott Kitterman created ticket #206

    Ed25519 Options

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov created ticket #40

    opendkim/README: HANDLING 8-BIT MESSAGES

  • IPTRACE IPTRACE created ticket #268

    OpenDKIM slows to a crawl outgoing mails at Postfix

  • Ruga Ruga created ticket #205

    Please move to github.com

  • Ruga Ruga created ticket #267

    key DNS query failed

  • Ruga Ruga posted a comment on ticket #35

    Created: 2016-09-15 Today: 2018-01-29 Problem pending, and no comment from the developers.

  • Ruga Ruga created ticket #266

    "Yes" is not a Boolean

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov posted a comment on ticket #41

    --enable-poll doesn't do anything. From your message it is unclear, whether you #define SM_CONF_POLL while you build libmilter and whether this helps, hence the problem is within libmilter using select instead of poll.

  • Stijn van der Ree Stijn van der Ree posted a comment on ticket #41

    Hi Dilian, Thanks, yes, we did it like this (enable polling): ./configure --with-odbx --with-openssl=/usr/include/openssl --enable-poll --prefix=/opt/opendkim --exec-prefix=/opt/opendkim CFLAGS=-g -O2 -w -DFD_SETSIZE=8192 -FD_SETSIZE=8192 LDFLAGS=-L/home/blah/src/sendmail-xxxx/obj.Linux.3.xxxxxxxx/libmilter/ -lmilter --with-milter=/home/blah/src/sendmail-xxxxxxx Met vriendelijke groet, Stijn van der Ree -- Verstuur je nieuwsbrieven met Laposta! https://laposta.nl On Sun, Nov 12, 2017, at 18:06, Dilian...

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #41

    Does compiling libmilter with SM_CONF_POLL before linking it with opendkim help? Looking at the code of opendkim the only impact of specifying ./configure --enable-poll is that opendkim -V prints POLL. The last calls within opendkim for poll were removed by commit b6967980bee : Feature request #SF3544764: Support for libar has been discontinued. opendkim[14581]: OpenDKIM Filter: accept() returned invalid socket (Numerical result out of range), try again is generated by libmilter and according to...

  • Michiel Hazelhof Michiel Hazelhof posted a comment on ticket #244

    Hasn't occured any more in the last few months, don't know what changed.

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #41

    Does compiling libmilter with SM_CONF_POLL before linking it with opendkim help? Looking at the code of opendkim the only impact of specifying ./configure --enable-poll is that opendkim -V prints POLL. The last calls within opendkim for poll were removed by commit b6967980bee : Feature request #SF3544764: Support for libar has been discontinued.

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #41

    Does compiling libmilter with SM_CONF_POLL before linking it with opendkim help? Looking at the code of opendkim the only impact of specifying ./configure --enable-poll is that opendkim -V prints POLL.

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #41

    Does compiling libmilter with SM_CONF_POLL before linking it with opendkim help?

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov posted a comment on ticket #38

    Maybe it is caused by problems fixed in the meantime. Please update to 2.10.3 and report, if the misstateremains.

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov posted a comment on ticket #41

    Does compiling libmilter with _FFR_WORKERS_POOL before linking it with opendkim help?

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #263

    Also StatisticsPolicyScript is not mentioned in opendkim.conf.5 , but in opendkim-lua.3 . Attached is proposed patch.

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #263

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #226

    Problems with wrapping are reported also in [#230], [#259] and [#255]. The specification says: first unfold, then strip the whitespaces after the colon. So From:\r\n abc is normalized as "From:abc", not as "From: abc".

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov posted a comment on ticket #245

    Opendkim is software that is written in a way that can run on many linux distributions. Each distribution decides which MTA to use and with which socket name should be used to connect a milter with the MTA. Opendkim cannot provide default values, that work in all cases. In particular, whether "-p sockname" from the service files overwrites the socket name from the configuration file depends on whether the configuration file specifies a socket. It is up to the distribution to ensure that at the end...

  • Dilian Wesselinov Palauzov Dilian Wesselinov Palauzov modified a comment on ticket #226

    Problems with wrapping are reported also in [#259] and [#255]. The specification says: first unfold, then strip the whitespaces after the colon. So From:\r\n abc is normalized as "From:abc", not as "From: abc".

1 >
MongoDB Logo MongoDB