search for: shouldmak

Displaying 2 results from an estimated 2 matches for "shouldmak".

Did you mean: shouldmake
2019 Sep 11
2
Increase logging verbosity of saslauthd?
On Wed, Sep 11, 2019 at 09:43:32AM -0400, Jonathan Billings (billings at negate.org) wrote: > On Wed, Sep 11, 2019 at 01:34:27PM +1000, Jobst Schmalenbach wrote: > > CentOS 7.X, sendmail.x86_64 8.14.7-5.el7, cyrus-sasl.x86_64 2.1.26-23.el7 > If you look at the systemd unit for saslauthd, you can see this: > > [Unit] > Description=SASL authentication daemon. >
2019 Sep 12
0
Increase logging verbosity of saslauthd?
...uthd in foreground. > Systemd kills the process after a minute as systemd cannot see that required PID's. You?ll need to also create an /etc/systemd/systemd/saslauthd.service.d/override.conf that has: [Service] Type=simple (`systemctl edit saslauthd.service` should do this for you) This shouldmake systemd leave saslauthd alone rather than waiting for it to fork. -- Jonathan Billings <billings at negate.org>