Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Opened 8 years ago

Closed 7 years ago

#468 closed defect (fixed)

IMAP and SMTP should use let's encrypt certificate

Reported by: landauf Owned by: landauf
Priority: major Milestone: IT: Server Setup
Component: IT Version:
Keywords: Cc:
Referenced By: References:

Description (last modified by landauf)

When I access IMAP and SMTP with tunderbird, I see that these services still use the old self-signed SSL certificate. If possible IMAP and SMTP should use the (new) valid let's-encrypt-certificate

Change History (6)

comment:1 Changed 8 years ago by landauf

  • Description modified (diff)

comment:2 Changed 8 years ago by landauf

  • Priority changed from minor to major

comment:3 Changed 7 years ago by landauf

  • Summary changed from IMAP and SMTP use the (old) self-signed SSL certificate to IMAP and SMTP should use let's encrypt certificate

comment:4 Changed 7 years ago by landauf

  • Owner set to landauf
  • Status changed from new to assigned

comment:5 Changed 7 years ago by landauf

Expand certificate for mail.orxonox.net

In /etc/apache2/sites-available/orxonox.conf and orxonox_secure.conf add

ServerAlias mail.orxonox.net

In /etc/postfix/main.cf change this:

smtpd_tls_cert_file = /etc/letsencrypt/live/www.orxonox.net/fullchain.pem
smtpd_tls_key_file = /etc/letsencrypt/live/www.orxonox.net/privkey.pem

In /etc/dovecot/conf.d/10-ssl.conf change this:

ssl_cert = </etc/letsencrypt/live/www.orxonox.net/fullchain.pem
ssl_key = </etc/letsencrypt/live/www.orxonox.net/privkey.pem

comment:6 Changed 7 years ago by landauf

  • Resolution set to fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.