Ticket #842 (closed maintenance: fixed)

Opened 20 months ago

Last modified 20 months ago

Trac fetchmail

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Trac Keywords:
Cc: ade Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.25

Description

There is a new SSL/TLS certificate at mail.webarch.net so these steps need following: wiki:TransitionTrac#Fetchmail

Change History

comment:1 Changed 20 months ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.15
  • Total Hours changed from 0.0 to 0.15

Following the documentation at wiki:TransitionTrac#Fetchmail:

Check the fingerprint of the new cert on the mail server:

fetchmail -v -p imap -u trac.tech.transitionnetwork.org mail.webarch.net | grep -i "key fingerprint"
  fetchmail: mail.webarch.net fingerprints do not match!
  139634011309736:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:1181:
  fetchmail: mail.webarch.net key fingerprint: 93:4C:E0:98:B4:89:84:4F:A4:ED:45:15:51:A5:AB:F2
  fetchmail: SSL connection failed.
  fetchmail: socket error while fetching from trac.tech.transitionnetwork.org@mail.webarch.net
vim /web/tech.transitionnetwork.org/.fetchmailrc
  sslfingerprint '93:4C:E0:98:B4:89:84:4F:A4:ED:45:15:51:A5:AB:F2

tested by running "fetchmail" on the command line and it seems to be working fine. Will post a comment to this ticket to test it.

comment:2 Changed 20 months ago by chris

Running fetchmail manually works fine:

fetchmail 
  1 message for trac.tech.transitionnetwork.org at mail.webarch.net.
reading message trac.tech.transitionnetwork.org@mail.webarch.net:1 of 1 (967 header octets) (40 body octets) flushed

But no update to this ticket has appeared yet...

comment:3 Changed 20 months ago by chris

Testing again...

comment:4 Changed 20 months ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.1
  • Total Hours changed from 0.15 to 0.25

Email comment to Trac seem to sometimes work, not sure why only one out of about four emails to this ticket got through, they do arrive with fetchmail OK...

comment:5 Changed 20 months ago by chris

On Thu 02-Apr-2015 at 01:20:58PM -0000, Transiton Technology Trac wrote:
> 
> Comment (by chris):
> 
>  {{{
>  Testing again...
> 
>  }}}

So email updates to tickets are now working \o/

comment:6 Changed 20 months ago by chris

  • Status changed from new to closed
  • Resolution set to fixed

Actually I think it's working now, a restart was needed:

su - tracd -s /bin/bash
./bin/tracd-stop 
./bin/tracd-start

Closing as fixed.

Have linked to this ticket from wiki:TransitionTrac#Fetchmail

Note: See TracTickets for help on using tickets.