Fortinet 3.0 MR4 Network Card User Manual


 
set mailserver smtp storage cquar
FortiMail™ Secure Messaging Platform Version 3.0 MR4 CLI Reference
06-30004-0420-20080814 245
mailserver smtp storage cquar
Use this command to configure central quarantine mail storage options.
Central quarantine stores quarantined email on a separate high-end model FortiMail unit. This reduces
the resources required on the local unit.
The allowance keyword is only available when the FortiMail unit is a central quarantine server.
The remoteserver keyword is only available for FortiMail client units.
Syntax
set mailserver smtp storage cquar type {disable | client | server}
set mailserver smtp storage cquar allowance add name <name_str> ip
<ipv4_addr>
set mailserver smtp storage cquar allowance change name <name_str> ip
<ipv4_addr>
set mailserver smtp storage cquar allowance remove name <name_str>
set mailserver smtp storage cquar remoteserver name <name_str> host
<ipv4_addr>
Example
This example will configure a FortiMail unit as a server, and will add “FortiMailClient1” and
FortiMailClient2” as quarantine clients that will connect to this server.
set mailserver smtp storage cquar type server
set mailserver smtp storage cquar allowance add name FortiMailClient1 ip
10.10.10.10
set mailserver smtp storage cquar allowance add name FortiMailClient2 ip
10.10.20.10
This example will configure a FortiMail unit as a client with the name “FortiMailClient1” that will
connect to a central quarantine server at IP address 10.10.10.2. After being configured as a client,
the FortiMail unit will not store any quarantined messages locally.
set mailserver smtp storage cquar type client
Keywords and Variables Description Default
type {disable |
client | server}
Select the type of storage to be used in a central quarantine
configuration as one of:
disable - central quarantine is not used on this unit.
client - This unit connects as a client to a central quarantine
server.
server - This unit is a central quarantine server. Option available
only for high-end model FortiMail units
disable
add | change | remove Select the action to perform
name <name_str> Enter the name of the FortiMail client unit.
ip <ipv4_addr> Enter the IP address of the FortiMail client unit.
remoteserver