[SOLVED] Method * not implemented (501)

ptrj1337

New Member
Apr 17, 2025
2
0
1
Hey, guys,
I may have hit a bug.
In Configuration -> Mail proxy -> TLS -> TLS Destionation Policy, create a network range for example: 172.16.0.0/16
This range cannot be edited or deleted in webgui or using pmgsh

See attachment
Thank you for your help
 

Attachments

  • proxmox_mailgw_bug2.png
    proxmox_mailgw_bug2.png
    151 KB · Views: 19
  • proxmox_mailgw_bug1.png
    proxmox_mailgw_bug1.png
    102.3 KB · Views: 19
Hi,
AFAICT, CIDRs are not supposed to be supported there. A patch to fix this was sent to the development mailing list.

I think you'll need to manually edit the configuration /etc/pmg/tls_policy and then run
Code:
postmap /etc/pmg/tls_policy
since the API will interpret the slash in the CIDR as a path separator and be confused by it.