itree
itree
Let me do a git pull. Is there a upgrade guide I should follow?
Thanks. I was just wondering if I should check to the commit point stated here: WILDDUCK_COMMIT="7f491802578a019a66e49c55a876ea59d8b5e3d9" https://github.com/nodemailer/wildduck/blob/master/setup/01_install_commits.sh
Also just FYI. I'm not using the mogodb 4.0, rather the default mongo that came with Debian stretch, wonder if that makes a difference.
Ok, I did it a bit different. I first fetched the local bare git repo and then updated the wildduck install directory. Then npm install --production It is running now....
Also I have made some changes to the code, should I issue a pull request?
the change is more along the line of checking existing user during registration for server using more than one domains. When there is more than one domain, if a exact...
Then how do we handle issues for when we have [email protected] is registered and when trying to register [email protected] it will say the username already exists. Shouldn't the verification for...
I know this is an edge case, but how do you propose we handle server with more than one domain and want use the same username?
@louis-lau you mean from wildduck-webmail ? So randomly generate username if it already exists?
Ok thanks.