To install ScanMail in the silent mode:
-
From the Terminal console, type the following to record the silent installation script file while installing SMD to a single or partitioned Domino server:
./install.bin -i console -r {path and script file name}
For example:./install.bin -i console -r /tmp/silent.txt
-
On the Terminal console, type the following command to invoke silent installation:
./install.bin -i silent -f {path and script file name}
For example:./install.bin -i silent -f /tmp/silent.txt
-
Open the silent installation log file for the Setup result,
smdins.log
, which is created in/var/log
folder. Follow the steps in Testing Installation with EICAR to check whether the SMD installation is successful.