Skip to content
Discussion options

You must be logged in to vote

I connected my dms to openldap and created some users with an additional mailAlias, which seems to have deactivated my postfix_virtual.cf file.
The setup alias list shows every alias in the file, but when I send an email to one of the aliases, I receive a bounce message saying that the user doesn't exist.

Presently DMS disables overrides the file based aliases when LDAP config for aliases is detected:

if [[ -f /etc/postfix/ldap-aliases.cf ]] && [[ -f /etc/postfix/ldap-groups.cf ]]; then
postconf 'virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf, ldap:/etc/postfix/ldap-groups.cf'

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@polarathene
Comment options

@JacksonYuuki
Comment options

@polarathene
Comment options

Answer selected by JacksonYuuki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants