Skip to content

Instantly share code, notes, and snippets.

@simonLeary42
Created January 4, 2024 19:13
Show Gist options
  • Select an option

  • Save simonLeary42/e753ced31a01f72cc6f6aa00f09af717 to your computer and use it in GitHub Desktop.

Select an option

Save simonLeary42/e753ced31a01f72cc6f6aa00f09af717 to your computer and use it in GitHub Desktop.
#!/bin/bash
for file in $(find /var/spool/postfix/deferred -type f); do postcat -qb $(basename $file); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment