Changes between Version 2 and Version 3 of Trac
- Timestamp:
- May 7, 2015, 11:36:05 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac
v2 v3 24 24 25 25 Then login as the user and set their email address at https://trac.crin.org.archived.website/trac/prefs 26 27 28 == email2trac == 29 30 This site supports commenting on tickets via email, this was set up on ticket:1#comment:15 31 32 Each 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 {{{ 35 fetchmail -v -p imap -u trac.trac.crin.org mail.webarch.net | grep -i fingerprint 36 }}} 37 38 Then updated the {{{~/.fetchmailrc}}}: 39 40 {{{ 41 sudo -i 42 su - trac -s /bin/bash 43 vim .fetchmailrc 44 }}}