Modify ↓
Ticket #2425 (closed defect: worksforme)
tlsmgr entry is missing from postfix/master.cf
| Reported by: | anonymous | Owned by: | jamor@… |
|---|---|---|---|
| Milestone: | nice to have someday | Component: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello! Setting up a Gmail smarthost I got this error in syslog:
postfix/smtp[15060]: warning: connect to private/tlsmgr: Connection refused postfix/smtp[15060]: warning: problem talking to server private/tlsmgr: Connection refused postfix/smtp[15060]: warning: no entropy for TLS key generation: disabling TLS support
It's because the tlsmgr entry is missing from master.cf.
Attachments
Change History
comment:3 Changed 2 years ago by jsalamero@…
- Status changed from new to closed
- Resolution set to worksforme
Enable SMTP TLS on mail configuration and will be there:
% if ($smtptls) {
tlsmgr unix - - - 1000? 1 tlsmgr
smtps inet n - - - - smtpd
-o smtpd_enforce_tls=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
% }
Note: See
TracTickets for help on using
tickets.