This document describes how to download the allowlist/blocklist file from the cloud Secure Management Appliance by using SCP for Cloud Email Security.
The procedure requires Command Line Interface (CLI) access. It uses Secure Copy Protocol (SCP) for Cloud Email Security (CES).
Note: Example values in this document are placeholders. Replace them with the values for the deployment.
ssh and scp).See Accessing the Command Line Interface (CLI) of the Cloud Email Security (CES) Solution.
The allowlist/blocklist (SLBL) CSV file is stored under /configuration/ on the SMA. If the exact filename is not known, list the available files and identify the required SLBL CSV by filename and timestamp.
ls -l /configuration/slbl-*.csv
For example, use the output to identify a filename in the format slbl-<ID>-<TIMESTAMP>.csv.
pscp -P <port> <username>@127.0.0.1:/configuration/slbl-<ID>-<TIMESTAMP>.csv C:/path/localsystem
<port> — locally forwarded port configured for SMA CLI access.<username> — CES username.For example:
pscp -P 2201 cesuser@127.0.0.1:/configuration/slbl-420DE9AD994-CBF5261-20190925T3228.csv C:/Users/exampleuser/Desktop
ssh -i <private_key_path> -l dh-user -N -f <proxy_server> -L <port>:<hostname>:22
<private_key_path> — private key path.<proxy_server> — proxy server hostname.<port> — locally forwarded port configured for SMA CLI access.<hostname> — SMA hostname.For example:
ssh -i ~/.ssh/id_rsa -l dh-user -N -f proxy.example.com -L 2201:sma.example.com:22
scp -P <port> <username>@127.0.0.1:/configuration/slbl-<ID>-<TIMESTAMP>.csv /path/localsystem
<port> — locally forwarded port configured for SMA CLI access.<username> — CES username.For example:
scp -P 2201 cesuser@127.0.0.1:/configuration/slbl-420DE9AD994-CBF5261-20190925T3228.csv /Users/exampleuser/Desktop
Accessing the Command Line Interface (CLI) of the Cloud Email Security (CES) Solution
| Revision | Publish Date | Comments |
|---|---|---|
1.0 |
26-Aug-2026
|
Initial Release |