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 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-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.


--
Emmanuel Revah



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 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-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 functionality). The only thing that needs to be changed is to 
let opendkim read its own configuration file, there are no other changes 
needed anywhere else in the package.



Thank you