[ASSP_Basic_Workflow] [ASSP_Advanced_Workflow]
listenPort: SMTP Listen Port -- The port number on which ASSP will listen for incoming SMTP connections (normally 25). You can specify both an IP address and port number to limit connections to a specific interface.Examples: 25, 127.0.0.1:25, 127.0.0.1:25|127.0.0.2:25 default: 25
listenPortSSL: SMTP Secure Listen Port -- The port number on which ASSP will listen for incoming secure SMTP connections (normally 465). You can specify both an IP address and port number to limit connections to a specific interface.Examples: 465, 127.0.0.1:465, 127.0.0.1:465|127.0.0.2:465 default: 465
SSLCertFile: SSL Certificate File (PEM format) -- Full path to the file containing the server's SSL certificate, for example : /applications/assp/certs/server-csr.pem.
SSLKeyFile: SSL Key File (PEM format) -- Full path to the file containing the server's SSL key, for example: /applications/assp/certs/server-key.pem.
smtpDestination: SMTP Destination -- The IP number! and port number of your primary SMTP. If multiple servers are listed and the first listed MTA does not respond, each additional MTA will be tried. If only a port number is entered, or the dynamic keyword INBOUND is used with a port number, then the connection will be established to the local IP address on which the connection was received. This is useful when you have several IP addresses with different domains or profiles in your MTA. If INBOUND:PORT is used, ReportingReplies (Analyze,Help,etc and CopyMail will go to 127.0.0.1:PORT. If your needs are different, use (Copy Spam )Examples:127.0.0.1:125, 127.0.0.1:125|127.0.0.5:125 default: 125
listenPort2: Second SMTP Listen Port -- A secondary port number on which ASSP can accept SMTP connections. This is useful as a dedicated port for VPN clients or for those who cannot directly send mail to a mail server outside of their ISP's network because the ISP is blocking port 25. You may also specify an IP address to limit connections to a specific interface. Examples: 2525, 127.0.0.1:2525, 192.168.0.100:25
smtpAuthServer: Second SMTP Destination -- The IP address and port number to connect to when mail is received on the second SMTP listen port. If the field is blank, the primary SMTP destination will be used. The purpose of this setting is to allow remote users to make authenticated connections and transmit their email without encountering SPF failures.Examples:127.0.0.1:587
EnforceAuth: Force SMTP AUTH on Second SMTP Listen Port -- Force clients connecting to the second listen port to authenticate before transferring mail. To use this setting, both (Second SMTP Destination) must be configured.
smtpDestinationRT: SMTP Destination Routing Table -- If INBOUND is used in the SMTP Destination field, the rules specified here are used to route the inbound IP address to a different outbound IP address. You must specify a port number with the outbound IP address. This feature works by assigning as many IP's to ASSP as you have different receiving Mailservers. This can be avoided by using the advanced flow we recommend. Example:141.120.110.1=>141.120.110.129:25|141.120.110.2=>141.120.110.130:125|141.120.110.3=>141.120.110.130:125
Wiki: ASSP_1.5.x_configuration_settings
Wiki: ASSP_Advanced_Workflow
Wiki: ASSP_Basic_Workflow