random sub rosa
random work-related stuff that's useful to me...
Showing posts with label
sendmail
.
Show all posts
Showing posts with label
sendmail
.
Show all posts
Wednesday, August 3, 2011
clearing a mail queue
#sendmail
sendmail -qS -v subdomain.test.com
#postfix
for f in ` mailq |egrep subdomain.test.com -B 2 |grep ^[A-Z0-9]|awk '{print $1}'` ; do postsuper -d $f; done
Older Posts
Home
Subscribe to:
Posts (Atom)