mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #102] Issues with installation instructions #76
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 15, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/102
Just a few things I noticed that are wrong with the installation instructions:
Also, in
/etc/dovecot/conf.d/10-auth.conf,auth_mechanismsshould be set accordingly:I banged my head for an hour wondering why not MD5 nor SHA512 would work. I tried
crypt:md5,md5.salted, nothing worked. Not till I changedauth_mechanismstoplain loginand removed the others suggested in the configuration instructions. Now MD5 and even SHA512 work great.@barryo commented on GitHub (Jul 15, 2014):
Can you provide a URL to the installation instructions you are looking at - there's a few...
@ghost commented on GitHub (Jul 15, 2014):
https://gist.github.com/barryo/8918488
The various files I mention above are shown in the URL above. (note: I'm on Debian 7.5)
@ghost commented on GitHub (Jul 15, 2014):
Plus, scroll down to the comments. Two users made changes I mentioned above.
@barryo commented on GitHub (Apr 2, 2016):
All updated, thanks.