Re: exim4 only queues mails sent by systemd service

2018-10-03 Thread tomas
On Wed, Oct 03, 2018 at 08:48:51AM +0200, Kamil Jońca wrote: > kjo...@poczta.onet.pl (Kamil Jońca) writes: > > > It is something strange with sending mails from systemd system service: > > assume we have service file /etc/systemd/system/mailtest.service: > > > > After discussion on systemd list,

Re: exim4 only queues mails sent by systemd service

2018-10-03 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > It is something strange with sending mails from systemd system service: > assume we have service file /etc/systemd/system/mailtest.service: > After discussion on systemd list, it turned out that we have race condition here. 1. exim forks and creates

exim4 only queues mails sent by systemd service

2018-09-23 Thread Kamil Jońca
It is something strange with sending mails from systemd system service: assume we have service file /etc/systemd/system/mailtest.service: --8<---cut here---start->8--- [Unit] Description="Test maili" [Service] #User=kjonca NoNewPrivileges=false Type=oneshot Ex