Modify

Ticket #2425 (closed defect: worksforme)

Opened 3 years ago

Last modified 2 years ago

tlsmgr entry is missing from postfix/master.cf

Reported by: anonymous Owned by: jamor@…
Milestone: nice to have someday Component: mail
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:1 Changed 2 years ago by jamor@…

  • Owner changed from javier.amor.garcia@… to jamor@…

comment:2 Changed 2 years ago by jacalvo@…

  • Milestone set to nice to have someday

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
% }
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.