Update README.md

Fix the typo in path mentioned in System authentication section. It is /usr/lib/maddy, not /var/lib/maddy.
This commit is contained in:
fox.cpp 2019-09-22 11:56:10 +03:00 committed by GitHub
parent d9c9e8c4a6
commit 2d0740d82b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,10 +267,11 @@ will also give maddy a little bit too many permissions.
Compile [cmd/maddy-pam-helper](cmd/maddy-pam-helper) and/or
[cmd/maddy-shadow-helper](cmd/maddy-shadow-helper).
Put them into `/var/lib/maddy` and make them setuid (there are also other
more restrictive options, check README in the binary directories).
Put them into `/usr/lib/maddy` and make them setuid root (there are also other
more restrictive options, check README in the executable directories).
Add `use_helper` to `pam` or `shadow` configuration block in your config.
Modify systemd unit to use less strict sandbox and disable DynamicUser.
## Contributing