Project

General

Profile

Resending lost messages to Redmine » History » Version 2

Jon Goldberg, 05/13/2016 05:04 PM

1 1 Jon Goldberg
h1. Resending lost messages to Redmine
2
3
When Redmine goes down, emails sent to Redmine don't get automatically resent.
4
5
Messages sent to @tickets@palantetech.coop@ are both redirected to @tickets@maple.palantetech.coop@, but also a copy is kept on the albizu server for 30 days.  To resend messages that never made it to maple, one must connect to albizu.
6
7
h3. Using Thunderbird (easiest):
8
9
Set up an IMAP account for tickets@palantetech.coop.  SMTP/IMAP server is @mail.mayfirst.org@.  Username is "tickets", password is either in creds, or reset it from the MFPL control panel.
10
You must have the "Mail Redirect":https://addons.mozilla.org/en-US/thunderbird/addon/mailredirect/ extension installed.
11
Select the messages you want to resend in the mailbox, click "Redirect", and enter the e-mail address of "tickets@maple.palantetech.coop".
12
13
h3. Using mutt
14
15
mutt doesn't require any setup, but can only redirect one message at a time.  In theory you could speed this along by making a macro in muttrc, but that's beyond what we need IMO.
16
17
<pre>
18
ssh tickets@albizu.mayfirst.org
19
mutt
20
:set sort = reverse-date-received
21
1 #go to first message
22
b #for "bounce", aka redirect
23
tickets@maple.palantetech.coop
24 2 Jon Goldberg
# alternatively, send to tickets-test@maple.palantetech.coop if need be
25 1 Jon Goldberg
</pre>
Go to top