Skip to content

Instantly share code, notes, and snippets.

@osallou
Created November 16, 2021 10:37
Show Gist options
  • Save osallou/eb36b9baebc716b49ec782da694ffaeb to your computer and use it in GitHub Desktop.
Save osallou/eb36b9baebc716b49ec782da694ffaeb to your computer and use it in GitHub Desktop.
show postfix mail destinations in queue
#!/bin/bash
mailq |grep " " | grep "@" | tr -s ' ' | rev | cut -d ' ' -f 1 | rev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment