Opened 2 years ago

Closed 2 years ago

#69 closed defect (fixed)

procmail, email2trac and TLS cert

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: trac Version:
Keywords: Cc:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0.15

Description

Each year the fingerpint of the server the Trac email accounts collects email from using fetchmail needs changing when the cert if updated,
wiki:Trac#email2trac

Change History (3)

comment:1 Changed 2 years ago by chris

  • Summary changed from email2trac to procmail, email2trac and TLS cert

comment:2 Changed 2 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.15
  • Total Hours set to 0.15

Fetchmail doesn't work as the cert for mail.webarch.net has changed:

su - trac -s /bin/bash
fetchmail 
fetchmail: mail.webarch.net fingerprints do not match!
fetchmail: OpenSSL reported: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
fetchmail: SSL connection failed.
fetchmail: socket error while fetching from trac.trac.crin.org@mail.webarch.net
fetchmail: Query status=2 (SOCKET)

So get the new fingerprint:

fetchmail -v -p imap -u trac.trac.crin.org mail.webarch.net 
...
fetchmail: mail.webarch.net key fingerprint: EA:16:53:90:4B:57:71:35:0D:52:B5:6D:2F:75:43:D2
...

Update it in /var/www/trac/.fetchmailrc and try again:

fetchmail 
fetchmail: No mail for trac.trac.crin.org at mail.webarch.net

So that is fixed.

comment:3 Changed 2 years ago by chris

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