postfix: add tlsmgr service to enable STARTTLS
Without tlsmgr, smtpd has no PRNG/entropy source and disables TLS, rejecting STARTTLS with "454 4.7.0 TLS not available due to local problem".
This commit is contained in:
parent
a65b8084ee
commit
8e7e56851b
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
# SMTP service
|
||||
smtp inet n - n - - smtpd
|
||||
|
||||
# TLS session cache and PRNG manager (required for STARTTLS)
|
||||
tlsmgr unix - - n 1000? 1 tlsmgr
|
||||
|
||||
# Pickup service
|
||||
pickup unix n - n 60 1 pickup
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue