fliu
|
8c740e08da
|
email: diagnostics: Fix sudo permission problem
|
2021-08-17 19:43:17 -07:00 |
|
fliu
|
91c907f657
|
email: Open lock file as plinth user
|
2021-08-17 19:43:11 -07:00 |
|
fliu
|
7397326d57
|
email: mutex: create lock file as plinth user
|
2021-08-17 19:42:58 -07:00 |
|
fliu
|
f20929c23f
|
email: Fix enabling SMTPS; check return value
- master.cf: Enable SMTPS
- lock.Mutex: check the return value of lock.acquire
- Write debug logs
|
2021-08-17 19:42:42 -07:00 |
|
fliu
|
10c3a667b6
|
email: Code quality fixes
- flake8: Delete unused imports
- lock.Mutex: Set file mode (rw-rw----) and ownership (plinth:plinth)
|
2021-08-17 19:42:39 -07:00 |
|
fliu
|
cde0b47064
|
email: Enable LDAP by calling postconf in a thread-safe way
- Implemented `email_server ipc postconf_set_many_v1`
- Implemented `lock.Mutex` (fcntl.lockf and threading.Lock based mutex)
- FIXME: Lock file permissions
- Implemented `postconf` (thread-safe postconf operations)
- Started using service orientation
|
2021-08-17 19:42:29 -07:00 |
|