Views:
To install ScanMail in the silent mode:
  1. 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
  2. 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
  3. 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.