You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then make Postfix use the Dovecot SASL server by adding the following to your Postfix config file (e.g. `/etc/postfix/main.cf`, or alternatively by using `postconf` CLI utility):
539
551
540
552
```
553
+
smtpd_sasl_auth_enable=yes
541
554
smtpd_sasl_path=/var/spool/postfix/private/auth
542
555
smtpd_sasl_type=dovecot
543
556
```
544
557
558
+
More documentation can be found on postfix' website:
-[Enabling SASL in Postfix](http://www.postfix.org/SASL_README.html#server_sasl_enable)
561
+
562
+
563
+
##### Blocklist use
564
+
565
+
In order for Control Center to know that your Postfix/Dovecot are using the blocklist, please fill in their IP address on the Settings Page ("*Postfix public IP*").
566
+
567
+
Currently the only supported setup for this is when Postfix and Dovecot are on the same IP address.
0 commit comments