import whitelist

cbnidk

New Member
Jun 20, 2025
1
0
1
I can't import whitelist with this, what is wrong
the only I get in whitelist is one line with this $line the comant don't read email in txt file
I use Promox mail gateway 9.0
I have export with this
pmgsh get /quarantine/whitelist -pmail 'cb@xxxxxx.xx' > cb_whitelist.txt

import
while read line; do pmgsh create /quarantine/whitelist --pmail cb@xxxxxxx.xx --address '$line'; done < /cb_whitelist.txt

claus
 
Last edited: