All Classes Files Functions Variables Enumerations Enumerator Groups Pages
kerio::jsonapi::admin::SmtpServerSettings Struct Reference

Public Attributes

Relay relayControl
 relay control options
IpLimit ipBasedLimit
 limits based on IP address
boolean blockUnknownDns
 block is sender's mail domain was not found in DNS
boolean verifyClientRDnsEntry
 block if client's IP address has no reverse DNS entry (PTR)
boolean requireLocalDomainSenderAuth
 require SMTP authentication if the sender's address is from a local domain
ItemCountLimit maximumRecipients
 maximum number of recipients in 1 message
ItemCountLimit maximumSmtpFailures
 maximum number of failed commands in 1 SMTP session
kerio::web::SizeLimit messageSize
 limit for incomming SMTP message size
long readerHops
 maximum number of accepted received headers (hops)
boolean useSSL
 use SSL if supported by remote SMTP server
long maximumThreads
 maximum number of delivery threads
TimeLimit retryInterval
 delivery retry interval
TimeLimit bounceInterval
 bounce the message to the sender if not delivered in defined time
TimeLimit warningInterval
 warn sender if a message is not delivered within define time
string reportLanguage
 2 char abbreviation; we don't support reports added by user

Member Data Documentation

boolean kerio::jsonapi::admin::SmtpServerSettings::blockUnknownDns

block is sender's mail domain was not found in DNS

TimeLimit kerio::jsonapi::admin::SmtpServerSettings::bounceInterval

bounce the message to the sender if not delivered in defined time

IpLimit kerio::jsonapi::admin::SmtpServerSettings::ipBasedLimit

limits based on IP address

ItemCountLimit kerio::jsonapi::admin::SmtpServerSettings::maximumRecipients

maximum number of recipients in 1 message

ItemCountLimit kerio::jsonapi::admin::SmtpServerSettings::maximumSmtpFailures

maximum number of failed commands in 1 SMTP session

long kerio::jsonapi::admin::SmtpServerSettings::maximumThreads

maximum number of delivery threads

kerio::web::SizeLimit kerio::jsonapi::admin::SmtpServerSettings::messageSize

limit for incomming SMTP message size

long kerio::jsonapi::admin::SmtpServerSettings::readerHops

maximum number of accepted received headers (hops)

Relay kerio::jsonapi::admin::SmtpServerSettings::relayControl

relay control options

string kerio::jsonapi::admin::SmtpServerSettings::reportLanguage

2 char abbreviation; we don't support reports added by user

boolean kerio::jsonapi::admin::SmtpServerSettings::requireLocalDomainSenderAuth

require SMTP authentication if the sender's address is from a local domain

TimeLimit kerio::jsonapi::admin::SmtpServerSettings::retryInterval

delivery retry interval

boolean kerio::jsonapi::admin::SmtpServerSettings::useSSL

use SSL if supported by remote SMTP server

boolean kerio::jsonapi::admin::SmtpServerSettings::verifyClientRDnsEntry

block if client's IP address has no reverse DNS entry (PTR)

TimeLimit kerio::jsonapi::admin::SmtpServerSettings::warningInterval

warn sender if a message is not delivered within define time


The documentation for this struct was generated from the following file: