On Thu, Mar 28, 2019 at 07:01:20PM +0000, Thomas Krichel wrote:
> root@darni /etc/exim4 # grep local_scan  /var/lib/exim4/config.autogenerated
> local_scan_path = /root/opt/sa-exim-4.2.1/sa-exim-4.2.1.so
> 
> root@darni /etc/exim4 # systemctl restart exim4
> 
>    I send an email from my server amorp (which still runs an old exim
>    that enables sa-exim). There is not trace of anything that
>    sa-exim does. Marc writes
> 
> > Could be the local scan interface changed somehow.
> 
>   I scanned the exim documentation changelogs from the Debian
>   distribution and did not see anything that suggested that
>   the local_scan_path has changed.
> 
>   Any wisdom from the kind folks of this list?

2 things you can try

1) /usr/sbin/exim4 -bd -d+all
and check the logs to see what happens and whether local_scan gets run.

2) strace -f -e trace=file -s 256 /usr/sbin/exim4 -bd -d+all
check the strace output to see whether tries to load local_scan as it
should

Marc
-- 
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
                                      .... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/                       | PGP 7F55D5F27AAF9D08

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to