Action | Command |
---|---|
System commands for use with all scanning modules | |
Purge M.M. V3.0 log files | rm -e *.tmp |
System Directory | ls Directory
Location |
System Command | DIGITAL-UNIX-Command |
Commands for use with the MailWorks scanning module | |
Start daemons | /sbin/init.d/MailWorks start |
Stop daemons | /sbin/init.d/MailWorks
stop |
Purge log files | rm -e /var/opt/DMW/logs/* |
mv test.ini namon_scanner_dmo.ini
| |
Purge queued messages | rm -e /var/opt/DMW/sf/* |
Purge temporary files | rm -e /var/opt
/DMW/tmp/* |
Refresh log files | more namon_scanner_dmo.ini | sed 's/.*Last_
Position.*//'
> test.ini; mv test.ini namon_scanner_dmo.ini |
Commands for use with the DECdns (Distributed Name Service) scanning module | |
Start daemons | ncl |
Stop daemons | ncl |
Commands for use with the SMTP Gateway scanning module | |
Purge bad messages | rm -e /var/smtpgw/bad_msgs/*
|
Start daemons | ncl
< /var/smtpgw/scripts/start_smtp_gateway.ncl |
Stop daemons | ncl < /var
/smtpgw/scripts/stop_smtp_gateway.ncl |
Refresh XSMTP Events | more namon_scanner_
xsmtp.ini | sed 's/.*Last_Position.*//'
> test.ini; mv test.ini namon_scanner_xsmtp.ini[1]
|
Commands for use with the Message Store scanning module | |
Start daemons | ncl < /var/xms/scripts
/start_xms.ncl |
Stop daemons | ncl < /var/xms/scripts/stop_xms.ncl
|
Refresh XMS Events | more namon_scanner_xms.ini | sed 's/.*Last_Position.*/
/'
> test.ini; mv test.ini namon_scanner_xms.ini[1] |
Commands for use with the MAILbus 400 MTA scanning module | |
Start daemons | ncl < /var/mta/scripts/start_
mta.ncl |
Stop daemons | ncl < /var/mta/scripts/stop_mta.ncl |
Refresh MB400 Events | more
namon_scanner_mb400.ini | sed 's/.*Last_Position.*//'
> test.ini; mv test.ini namon_scanner_mb400.ini[1]
|
Commands for use with the X.500 Directory Service scanning module | |
Start daemons | ncl < /var/dxd/scripts
/start_dsa.ncl |
Stop daemons | ncl < /var/dxd/scripts/stop_dsa.ncl
|
Refresh X.500 Events | more namon_scanner_x500.ini | sed 's/.*Last_Position.*/
/'
> test.ini; mv test.ini namon_scanner_x500.ini [1]
|
Commands for use with products that have an NCL interface | |
Set NCL Entity State | ncl set NCL-
Entity-Name state State |
Set NCL Entity Attribute | ncl set NCL-
Entity-Name NCL-Attribute-Name Value
|
Show MPDU Information | ncl show mta mpdu MPDU-Identifier all
|
[1] When the client uses the Refresh scanning-module- name Events command, the named scanning module starts reading information from the beginning of the event file, picking out the relevant lines. |