hi,
i used this command to add multiple email adress to the blacklist, but it only work for email adress, i'm trying to modify the command to add domains and ip adress (in two separate command i assume?)
heres the command i used for emails:
while read line;do pmgsh create /config/ruledb/who/2/email --email "$line" ; done < black.txt
thanks
i used this command to add multiple email adress to the blacklist, but it only work for email adress, i'm trying to modify the command to add domains and ip adress (in two separate command i assume?)
heres the command i used for emails:
while read line;do pmgsh create /config/ruledb/who/2/email --email "$line" ; done < black.txt
thanks