in the meantime (untested):
smtpctl show queue |\
cut -d\| -f1 |\
while read line; do smtpctl remove ${line}; done
That does the trick for now, at least on OpenBSD, does not work with tcsh on FreeBSD.
Thank you. -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
