Opened 3 years ago

Last modified 2 years ago

#49 new defect

Frozen emails on crin4

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

Description (last modified by chris)

Munin is sending alert emails every 5 mins because of the number of frozen emails on Crin4.


Attachments (1)

exim_mailqueue-day.png (13.3 KB) - added by chris 3 years ago.

Download all attachments as: .zip

Change History (14)

Changed 3 years ago by chris

comment:1 Changed 3 years ago by chris

  • Description modified (diff)

comment:2 Changed 3 years ago by chris

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

Listing the emails:

exim -bp

37h  3.8K 1ZtrVN-0004f0-Jt <> *** frozen ***
          root@crin4

13h  5.2K 1ZuDyw-0001y8-3V <> *** frozen ***
          root@crin4

 5h  106K 1ZuLsr-0007Oy-AB <> *** frozen ***
          info@crin.org

 5h  106K 1ZuLsr-0007P7-Eq <> *** frozen ***
          info@crin.org

 5h  106K 1ZuLsr-0007PG-Ov <> *** frozen ***
          info@crin.org

 5h  106K 1ZuLsr-0007PP-Uy <> *** frozen ***
          info@crin.org

 5h  105K 1ZuLss-0007PY-4t <> *** frozen ***
          info@crin.org

 5h  105K 1ZuLss-0007Ph-9c <> *** frozen ***
          info@crin.org
 ...

Deleting the emails:

exim -bp | exiqgrep -i | xargs exim -Mrm
...
Message 1ZuLu9-0008BS-QA has been removed
Message 1ZuLuA-0008Bt-JD has been removed
Message 1ZuLuA-0008Bb-1E has been removed
Message 1ZuLuA-0008CB-Vh has been removed
Message 1ZuLuA-0008C2-R6 has been removed
Message 1ZuLuA-0008Bk-92 has been removed
Message 1ZuLuB-0008Cl-Qz has been removed
Message 1ZuLuB-0008Cc-Fa has been removed
Message 1ZuLuB-0008CT-84 has been removed
Message 1ZuLuB-0008CK-3i has been removed

I don't know if the generation of these email indicates a problem?

comment:3 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Description modified (diff)
  • Total Hours changed from 0.25 to 0.5

There were 6.4k frozen emails on Crin4, so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:4 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Total Hours changed from 0.5 to 0.75

There were 4.7k frozen emails on Crin4 and 167 frozen emails on Crin2 so I have deleted them.

On Crin2 I wrote the addresses into a text file in case anyone wants to remove these from the email list?

exim -bp > /root/frozen-emails.2017-12-17.txt

comment:5 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.15
  • Total Hours changed from 0.75 to 0.9

There were 1.91k frozen mails on Crin4 so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:6 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Total Hours changed from 0.9 to 1.15

There were 1.4k frozen emails on Crin4 so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:7 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Total Hours changed from 1.15 to 1.4

There were 391 frozen email on Crin4 so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:8 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Total Hours changed from 1.4 to 1.65

There were 384 frozen email on Crin4 so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:9 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.15
  • Total Hours changed from 1.65 to 1.8

There were 336 frozen email on Crin4 so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:10 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Summary changed from 344 frozen emails on crin4 to Frozen emails on crin4
  • Total Hours changed from 1.8 to 2.05

There were 2.36k frozen emails on Crin4, so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:11 Changed 2 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.15
  • Total Hours changed from 2.05 to 2.2

There were 1.34k frozen emails on Crin4, so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm

comment:12 Changed 2 years ago by chris

  • Cc mori removed

comment:13 Changed 2 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.15
  • Total Hours changed from 2.2 to 2.35

There were 336 frozen emails on Crin4, so I have deleted them:

exim -bp | exiqgrep -i | xargs exim -Mrm
Note: See TracTickets for help on using tickets.