Hej,
falls das jemand außer mir verwendet. Mit Thomas Anleitung ist nun auch das Relay-Access-Denied-Problem gelöst.
Wir haben noch ein paar Variablen in der docker-compose-Datei angepasst:
- LDAP_QUERY_FILTER_USER=(&(objectClass=posixAccount)(mail=%s))
- LDAP_QUERY_FILTER_GROUP=(&(objectClass=posixGroup)(mail=%s))
- LDAP_QUERY_FILTER_ALIAS=(&(objectClass=posixAccount)(otherMailbox=%s))
- LDAP_QUERY_FILTER_DOMAIN=(mail=*@%s)
- DOVECOT_PASS_FILTER=(&(objectclass=posixAccount)(mail=%u))
- DOVECOT_USER_FILTER=(&(objectclass=posixAccount)(mail=%u))
- SASLAUTHD_LDAP_FILTER="(&(uid=%u)(objectclass=posixAccount))"
Dafür haben wir die volumes, in denen die postfix-confs stehen, gelöscht:
- ./config/postfix/ldap-users.cf:/etc/postfix/ldap-users.cf:ro
- ./config/postfix/ldap-groups.cf:/etc/postfix/ldap-groups.cf:ro
- ./config/postfix/ldap-aliases.cf:/etc/postfix/ldap-aliases.cf:ro
- ./config/postfix/ldap-domains.cf:/etc/postfix/ldap-domains.cf:ro
Jetzt tuuuuuut’s! Sehr hübsch.
Danke nochmal, Thomas
Grüße
Michael