Skip to content

Instantly share code, notes, and snippets.

View alber-khan's full-sized avatar

Alber Khan alber-khan

View GitHub Profile
@alber-khan
alber-khan / mailfixafterimport.sh
Last active August 28, 2022 21:46
Dovecot to unzip all emails
#!/bin/bash
mailfixafterimport () {
gunzip -S "0" *
gunzip -S "1" *
gunzip -S "2" *
gunzip -S "3" *
gunzip -S "4" *
gunzip -S "5" *
gunzip -S "6" *