This is an practice RHCE question. I need to change the mail files from /var/spool/mail/user
to /var/spool/user
. Note that SELinux must remain enabled at all times.
Will I need to change any folder context or enable any Boolean values?
Edit:
I know this is not good practice and I wouldn't normally do this.
I know the context of /var/spool has to change to mail_spool_t but that would break other services using it and it was confusing.