Script To Delete From Queue By Various Variable Targets – Zimbra 8.7
Path adjusted though for /opt/zimbra/common/sbin/* Creat a Perl script with name: “delete-from-mailq”: #!/usr/bin/perl $REGEXP = shift || die “no email-adress given (regexp-style, e.g. bl.*\@yahoo.com)!”; @data […]