Changes between Version 2 and Version 3 of Trac


Ignore:
Timestamp:
May 7, 2015, 11:36:05 AM (3 years ago)
Author:
chris
Comment:

wiki:Trac#email2trac section added

Legend:

Unmodified
Added
Removed
Modified
  • Trac

    v2 v3  
    2424
    2525Then login as the user and set their email address at https://trac.crin.org.archived.website/trac/prefs
     26
     27
     28== email2trac ==
     29
     30This site supports commenting on tickets via email, this was set up on ticket:1#comment:15
     31
     32Each year the fingerpint of the server the Trac email accounts collects email from using fetchmail needs changing when the cert if updated, to get the current fingerprint:
     33
     34{{{
     35fetchmail -v -p imap -u trac.trac.crin.org mail.webarch.net | grep -i fingerprint
     36}}}
     37
     38Then updated the {{{~/.fetchmailrc}}}:
     39
     40{{{
     41sudo -i
     42su - trac -s /bin/bash
     43vim .fetchmailrc
     44}}}