Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-09-12 Thread Scott Kitterman
It's fixed in testing and I'm working with the release team to get the fix in Stretch. Scott K On September 12, 2017 11:22:55 AM EDT, Emmanuel Revah wrote: >Hi, > >What is the correct solution for those who remain in Stretch/"stable" ? > >I've tried everything from

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-09-12 Thread Emmanuel Revah
Hi, What is the correct solution for those who remain in Stretch/"stable" ? I've tried everything from this thread to try to fix /lib/systemd/system/opendkim.service, I've even copied it over from the opendkim_2.11.0-alpha-11_arm64.deb file. Nothing works. Thanks for any possible help. --

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-09-03 Thread Scott Kitterman
On Sunday, September 03, 2017 01:22:28 PM Scott Kitterman wrote: > Once I have it fixed in unstable/testing, I plan to fix Stretch too. I've uploaded to unstable and have prepared an update for Stretch. It is currently waiting on stable release manager review. Scott K

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-09-03 Thread Scott Kitterman
Once I have it fixed in unstable/testing, I plan to fix Stretch too. Scott K On September 3, 2017 3:31:25 AM EDT, "K. de Jong" wrote: >This bug affects also Debian stable (Stretch), is there any chance >Debian >will fix this? Or are these one of those things that

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-09-03 Thread K. de Jong
This bug affects also Debian stable (Stretch), is there any chance Debian will fix this? Or are these one of those things that won't be touched now Stretch is already released? -- Kind regards, Kees de Jong | OpenPGP fingerprint: 0x0E45C98AB51428E6

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-08-30 Thread deZillium
Hello, The correct solution is: Change /lib/systemd/system/opendkim.serviceline 11 to: ExecStart=/usr/sbin/opendkim -x /etc/opendkim.conf This changeneeds to be implemented with a small incremental update to the currect stretch version, since it is essentially a breakage bug (affects

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-07-14 Thread Chris Lamb
severity 864162 serious found 864162 thanks Hi Scott, > opendkim: systemd ExecStart ignore configuration options It seems like this issue would be well worthy of a stable update. https://www.reddit.com/r/debian/comments/6n2kfm/mail_server_woes_opendkim_configuration/ Regards, --

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-06-29 Thread Torrance Hodgson
I am encountering the same issue. My configuration in /etc/defaults/opendkim are ignored, and it’s not clear either if my configuration in /etc/opendkim.conf is being read. Opendkim is not configurable! For comparison, in Debian 8 the execute string in the /etc/init.d/opendkim file reads:

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-06-08 Thread Uve Lokk
Hi, maybe it makes more sense to use "EnvironmentFile" parameter in the OpenDKIM systemd.service file: --- /lib/systemd/system/opendkim.service.orig 2017-01-21 07:45:58.0 +0200 +++ /lib/systemd/system/opendkim.service2017-06-08 17:02:34.632978678 +0300 @@ -5,10 +5,11 @@

Bug#864162: opendkim: systemd ExecStart ignore configuration options

2017-06-04 Thread François Poulain
Package: opendkim Version: 2.11.0~alpha-10 Severity: important Dear Maintainer, I was unable to make opendkim listening on the 12301 port. It appears that the ExecStart in /etc/systemd/system/multi-user.target.wants/opendkim.service ignore configuration options. I fixed it locally by defining