User Tools

Site Tools


computing:sysadmin

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
computing:sysadmin [2019/07/29 19:19] oemb1905computing:sysadmin [2019/08/07 04:07] oemb1905
Line 188: Line 188:
   set static on wndr wan   set static on wndr wan
  
--forthcoming+-exim delete all messages
- +   
 +  exim -bp <print message ids> 
 +  exim -Mrm <message id> 
 +  exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash 
 +  
  
  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/07/29 19:14//  --- //[[oemb1905@jonathanhaack.com|oemb1905]] 2019/07/29 19:14//