Inbound SASL Support
Any email coming into ZixGateway from any source is considered inbound.
Selecting the Inbound SASL option defines the ZixGateway appliance as a SASL
server. This requires any email received from other servers to be SASL
authenticated, with no distinction between inbound servers.
To define SASL support for inbound messages
- Login to ZixGateway appliance
as zixadmin.
- Execute the following command
substituting the SASL username for <USER>.
The SASL username must be the same as defined on the
sending server (the SASL user defined in MS Exchange).
sudo saslpasswd2 -c -u `postconf -h myhostname`
<USER>
Note: The “`” character
is the grave accent, located at the top left position on your keyboard.
Use sudo saslpasswd2 -d -u `postconf
-h myhostname` <USER> to remove a user name.
- Enter the password when
prompted.
- Check to make sure that
the database has accepted the username and password format by executing
the following command.
sudo sasldblistusers2
- Configure your mail client
to authenticate the SMTP server using either MD5-CRAM or MD5-DIGEST for
<USER>.
To configure SASL in ZixGateway Manager
- Select the Configure
Server tab.
- Select the Secure
Connection tab.
- Select Yes
in the Enable Inbound SASL Support row.
- Click Apply.
- Select the System
tab.
- Enter
permit_sasl_authenticated in the
Sender Restrictions box, just before the
final permit. The list is comma separated.
- Click Apply.
Main Topic
SASL Support