diff --git a/uffd/default_config.cfg b/uffd/default_config.cfg
index 903996bea0ee320f87ec53d8631ad10c3c80ef33..95c6efdb88badadaf24aaaddb9278d7aba4b7f30 100644
--- a/uffd/default_config.cfg
+++ b/uffd/default_config.cfg
@@ -3,7 +3,7 @@ LDAP_BASE_GROUPS="ou=groups,dc=example,dc=com"
 LDAP_SERVICE_BIND_DN=""
 LDAP_SERVICE_BIND_PASSWORD=""
 LDAP_SERVICE_URL="ldapi:///"
-LDAP_USER_OBJECTCLASSES=["vmailUser", "top", "inetOrgPerson", "organizationalPerson", "person", "posixAccount"]
+LDAP_USER_OBJECTCLASSES=["top", "inetOrgPerson", "organizationalPerson", "person", "posixAccount"]
 LDAP_USER_GID=20001
 LDAP_USER_MIN_UID=10000
 LDAP_USER_MAX_UID=18999