nodemailer / wildduck-webmail

Demo webmail service for WildDuck Mail Server
https://wildduck.email/
Other
147 stars 44 forks source link

Failed creating account #39

Closed yarosdev closed 1 year ago

yarosdev commented 3 years ago

Create a user got "Failed creating account"

How to check what is wrong while creating a user? Using wildduck api everyhting is ok.

oviliz commented 2 years ago

@yarosdev I suspect this might be due to the long list of "common prefixes" for "role-based" email addresses that are blocked by default in /opt/wildduck-webmail/node_modules/role-based-email-addresses/index.js Essentially wildduck-webmail relies on https://github.com/mixmaxhq/role-based-email-addresses/blob/master/index.js for such list. E.g. If you want to create info@ through the UI, you will not be able, unless you edit that file to remove info from it and restart the wildduck-webmail service.

laurivosandi commented 1 year ago

Hope @oviliz response helped out. Otherwise logs from the webmail would be helpful. Feel free to reopen