Amit's Blog
  • Home
  • Videos
  • All Posts
  • Tags
  • About Me
Subscribe
Tagged

postfix queue

A collection of 1 post

manage postfix queue

Postfix Queue Management

Retry delivery of mail in queue : postqueue -f Flush mail for a domain to primary mail server from Relay server: postqueue -s domain.com Delete all email in queue for a domain: postqueue -p | tail -n +2 | awk 'BEGIN { RS = "" } /@example.com/ { print $1 }' | tr -d

  • amit
amit Apr 9, 2015 • 1 min read
Amit's Blog © 2025
Powered by Ghost