https://bugs.exim.org/show_bug.cgi?id=2834
--- Comment #11 from Jeremy Harris <[email protected]> --- I'm wondering if - you're using ClamAV by sending it the name of a file to scan, rather than feeding it data to scan - ClamAV itself is hanging on to an open handle on the file, at the time that Exim tries to unlink it - which results in NFS having to do the rename dance The former would be for either a Unix-socket connection spec for av_scanner, or a "local" option on a TCP-socket. If so, you could try with a (non-local) TCP - even if it's 127.0.0.1 -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
