Is there a linux mail program installed with Oracle Audit Vault and Database Firewall in 12.1.1?
I did not find a mail program on the audit vault server. But, I did find an install.log file leftover from our last installation by Oracle which hinted that mailx should be installed.
[root@AVSERVERDEV ~]# grep mail install.log
Installing mailcap-2.1.23-1.fc6.noarch
Installing mailx-8.1.1-44.2.2.x86_64
[root@AVSERVERDEV ~]# which mailx
/usr/bin/which: no mailx in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@AVSERVERDEV ~]# cd /
[root@AVSERVERDEV /]# find . -name mailx
If not installed, is it advisable to install a mailx depot which matches the version noted above? A coworker suggests the depot noted may be for Windows, not Oracle Linux.