mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-02 19:20:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			114 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			114 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
#
 | 
						|
doveadm expunge -A mailbox Trash savedbefore 120d
 | 
						|
doveadm expunge -A mailbox Spam savedbefore 120d
 | 
						|
 |