SecurityRange object

Description

The security range object represents one hMailServer IP range.

Methods

Delete()

Deletes the object from the database.

Save()

Saves the security range to the database.

Properties

bool AllowDeliveryFromLocalToLocal

Allow deliveries from local to local.

bool AllowDeliveryFromLocalToRemote

Allow deliveries from local to remote.

bool AllowDeliveryFromRemoteToLocal

Allow deliveries from remote to local.

bool AllowDeliveryFromRemoteToRemote

Allow deliveries from remote to remote.

bool AllowIMAPConnections

AllowIMAPConnections

bool AllowPOP3Connections

Allow POP3 connections.

bool AllowSMTPConnections

Allow SMTP connections.

bool EnableAntiVirus

Enable virus protection for this IP range.

bool EnableSpamProtection

Enable spam protection for this IP range.

long ID

Database identifier
(read-only)

bool IsForwardingRelay

True if this is a forwarding relay.

string LowerIP

Lower IP

string Name

The name of this object.

long Priority

Priority of this security range.

bool RequireAuthForDeliveryToLocal

Require SMTP Auth for deliveries to local users.

bool RequireAuthForDeliveryToRemote

Require SMTP Auth for deliveries to remote users.

string UpperIP

Upper IP

Search documentation