Search results

  1. P

    [SOLVED] SNMPd stop binding on port after node fail

    Hi. After research seems that problem was with not unmounted NFS share (not seen in Storage at GUI, but it was mounted on all nodes). https://www.youtube.com/watch?v=J2-2K5ldhUE ;)
  2. P

    [SOLVED] SNMPd stop binding on port after node fail

    Hello. I see that I've strange problem with SNMPd after my node with ID 1 stops working. When node 192.168.7.52 goes down it disables binding SNMPd on other machines of cluster. On 7.53 node you can see that snmpd start working as usually but i see nothing more: Stopping service takes more...
  3. P

    [SOLVED] User blacklist with bad address *+@*+/.icu$

    Hi. I've used Regexp on block: .+\.icu$ https://prnt.sc/mez9y7 Works perfectly :)
  4. P

    [SOLVED] User blacklist with bad address *+@*+/.icu$

    Great, works with: # pmgsh delete /quarantine/blacklist/*+@*+\\.icu\$ -pmail pknycz@kolnet.eu ;-)
  5. P

    [SOLVED] User blacklist with bad address *+@*+/.icu$

    Thanks for reply! No :( # pmgsh delete quarantine/blacklist/\*+@\*+\/.icu\$ no 'delete' handler for 'quarantine/blacklist/*+@*+/.icu$'
  6. P

    [SOLVED] User blacklist with bad address *+@*+/.icu$

    Hello. I've tried to add all domain "*.icu" to user blacklist and i have now problem to remove this line: Method 'DELETE /quarantine/blacklist/*+@*+/.icu$' not implemented (501) I don't know how to delete it also from pmgsh: root@mail-gw:~# pmgsh delete quarantine/blacklist/\*+@\*+/.icu\$ no...