Re: [exim] How to debug when script calls exim via sendmail

2022-07-04 Thread Evgeniy Berdnikov via Exim-users
On Mon, Jul 04, 2022 at 03:43:20PM +0200, Olaf Hopp (SCC) via Exim-users wrote: > On 7/4/22 11:12, Evgeniy Berdnikov via Exim-users wrote: > > > > Place a script wrapper instead of symlink on /usr/sbin/sendmail, which > > could add some flags, like that: > > > > #!/bin/sh > > exec /pa

Re: [exim] How to debug when script calls exim via sendmail

2022-07-04 Thread Olaf Hopp (SCC) via Exim-users
On 7/4/22 11:12, Evgeniy Berdnikov via Exim-users wrote: Place a script wrapper instead of symlink on /usr/sbin/sendmail, which could add some flags, like that: #!/bin/sh exec /path/to/exim -d+all "$@" Tried that with redirecting that command to I see the beginning of the debug o

Re: [exim] How to debug when script calls exim via sendmail

2022-07-04 Thread Evgeniy Berdnikov via Exim-users
On Mon, Jul 04, 2022 at 10:42:50AM +0200, Olaf Hopp (SCC) via Exim-users wrote: > When the mails comes out of the sympa list manager it > calls directly /usr/sbin/sendmail which is a symlink to the exim binary > and I have only the usual logging, no -d+all > Can you give me a hint how to enable deb

Re: [exim] How to debug when script calls exim via sendmail

2022-07-04 Thread Jeremy Harris via Exim-users
On 04/07/2022 09:42, Olaf Hopp (SCC) via Exim-users wrote: When the mails comes out of the sympa list manager it calls directly /usr/sbin/sendmail which is a symlink to the exim binary and I have only the usual logging, no -d+all Can you give me a hint how to enable debugging in this case ? You

[exim] How to debug when script calls exim via sendmail

2022-07-04 Thread Olaf Hopp (SCC) via Exim-users
Dear collegues, I'm debugging a problem between sympa and exim. To start the daemon in debug mode I start it as /usr/sbin/exim4 -bd -q5m -d+all and I see the flow from extern to exim and from there to the sympa. So far so good. When the mails comes out of the sympa list manager it calls directly /