mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #130] blacklist.conf disable multiple addesses #102
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @antonzhelyazkov on GitHub (Mar 1, 2019).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/130
Originally assigned to: @lucascbeyeler on GitHub.
ISSUE TYPE:
ENVIRONMENT VERSION:
SUMMARY:
-blacklist.conf multiple addresses
Hi, we have a lot of email boxes which begins with prefix old_ . Could I create entry in blacklist.conf like old_* which should mean to skip all boxes with prefix old_ or I should create entry for all mail boxes ?
@ananiasfilho commented on GitHub (Jul 28, 2019):
Its not possible.
To make your process little easy, please, try it:
zmprov -l gaa|grep "old_"
copy all accounts that have old_ and join on /etc/zmbackup/blacklist.conf
Ok?
I have spent 2 minutes and created a script for tests purposes:
!!!Run script as zimbra user - not sudo or root!!!