On Fri, Jun 19, 2015 at 10:58:40AM -0500, Greg wrote: > >1936384 drwxr-x--- 2 exim exim 359936 Jun 19 08:44 input/ > >1940352 drwxr-x--- 2 exim exim 177664 Jun 19 08:44 msglog/ > >1948288 drw-r----- 3 exim exim 1024 Jun 18 14:09 scan/
I think you missed the above line. Directories need the execute permission to be searchable, and the scan directory does not have any execute permissions set. This probably has nothing to do with the openssl upgrade - if it used to work and it doesn't now, I think the OP needs to inspect their system closely to discover who/what mad ethe change. Permissions don't suddenly change on their own accord - and that scan directory would never have worked with those permissions. (root in the classical Unix permission model (non-capabillity model) is exempt from these permission checks, normal users are not.) -- Russell King -- ## 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/
