I have a problem with my SASL database.
sasldblistusers2
shows following entries:
myuser@example.com: cmusaslsecretCRAM-MD5
myuser@example.com: cmusaslsecretPLAIN
myuser@example.com: userPassword
I want to delete this user completely. So I run saslpasswd2 -d -u example.com myuser
Now, sasldblistusers2
shows following entries:
myuser@example.com: cmusaslsecretCRAM-MD5
myuser@example.com: cmusaslsecretPLAIN
How can I get rid of the other entries? I am searching for hours for a solution how to get rid of the other mechanisms, but I don't find any single information.