On 2014-06-22 5:55 PM, li...@rhsoft.net wrote:
well, you could build a package at your own or just take the
init-script from the debian packages, no idea why people

I tried to but I end up with a script makes non-existing calls to "quiet-start" and the like, maybe they hacked the source code to handle them but since I am using relatively stock Postfix I don't have that/those patches in...

bypass the package management and then seek for help

Because I am a programmer and I have done tweaks to Postfix in the past by modifying the source code, that's why...

Postfix is one of the programs I usually always compile instead of using a package because of that...

Mind you, I did actually give this kind of speech to somebody in the past while wearing another hat... (-;


however postfix is simply stopped and started by calling it's binary

so the init-script is simple

thats what systemd is calling:
ExecStart=/usr/sbin/postfix -c /etc/postfix start
ExecStop=/usr/sbin/postfix -c /etc/postfix stop
ExecReload=/usr/sbin/postfix -c /etc/postfix reload

<snip>

Thank you!

Have a nice day,

Nick

Reply via email to