Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
postfix_test [2025/10/19 14:58] jango |
postfix_test [2025/10/24 13:01] (aktuell) jango |
||
|---|---|---|---|
| Zeile 91: | Zeile 91: | ||
| ldap_filter: | ldap_filter: | ||
| ldap_auth_method: | ldap_auth_method: | ||
| + | </ | ||
| + | |||
| + | =====Alma Linux===== | ||
| + | |||
| + | <code bash> | ||
| + | # Postfix und LibSASL installieren | ||
| + | sudo dnf install postfix cyrus-sasl cyrus-sasl-lib cyrus-sasl-plain | ||
| + | |||
| + | # SASL soll gegen PAM authentifizieren. (lokale User) | ||
| + | sudo sed -i ' | ||
| + | |||
| + | sudo systemctl enable --now saslauthd | ||
| + | sudo systemctl status saslauthd | ||
| + | |||
| + | sudo groupadd sasl | ||
| + | sudo usermod -a -G sasl postfix | ||
| + | sudo systemctl restart saslauthd | ||
| + | |||
| + | sudo mkdir -p / | ||
| + | sudo tee / | ||
| + | pwcheck_method: | ||
| + | mech_list: PLAIN LOGIN | ||
| + | log_level: 7 | ||
| + | EOF | ||
| + | |||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | |||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | |||
| + | sudo postconf -e " | ||
| + | |||
| + | sudo postconf -e " | ||
| + | sudo postconf -e " | ||
| + | |||
| + | sudo systemctl restart postfix | ||
| + | sudo systemctl restart saslauthd | ||
| </ | </ | ||