Recent content by plnt

  1. P

    PMG benchmark

    Hi, our stats from 2024/12 (The most emails of the whole year are in December). We have 17 nodes but they send 6 packets and receive all of them. In the DNS MX records only mx1-mx6 are listed but through DNS A records we have it set up so that it works on all 17.
  2. P

    MX got timeout

    I'll answer myself. IT WOULD BE GOOD IF PMG TEAM WORKED THIS AS A DEFAULT INSTALLATION. Because obviously making a product on a default installation of postgresql 15 is very irresponsible. 1. I first checked if my performance was not affected by disk latency. iostat -x 1 10 pidstat -d 1 10 2...
  3. P

    MX got timeout

    Hi, any ideas? At this stage the entire MX cluster is completely unusable. The web interface is completely unusable, and mail processing time is also slowing down - 8sec. I think the default settings of the internal PostgreSQL are completely wrong and maybe that's what's causing it.
  4. P

    MX got timeout

    I don't have an error log there either. But in /var/log/pmgproxy/pmgproxy.log I have a lot of good logs from the API. ::ffff:172.16.8.9 - setup@pmg [01/10/2025:22:31:28 +0200] "DELETE /api2/json/config/ruledb/who/1992/objects/158924 HTTP/1.1" 200 13 ::ffff:172.16.8.9 - setup@pmg...
  5. P

    MX got timeout

    Hi guys, Can anyone help? I need to solve this. I don't even know if it's possible to run PMG in such a large cluster with such a large number of domains.
  6. P

    MX got timeout

    We checked the API call and it seems to be OK. The voice does not correspond to reality. It simply times out. And the web interface does that. I tried various ways to raise workers, e.g. via > systemctl status pmgproxy | grep worker mkdir /etc/systemd/system/pmgproxy.service.d vim...
  7. P

    MX got timeout

    Any ideas please?
  8. P

    MX got timeout

    Hi guys, We have a long-term problem with our MX cluster 8.2.0 because MX1 is getting constant timeouts. And not only MX1 but also other nodes in the cluster. The website is slow and getting error messages with timeouts. Connecting via API where ANTISPAM is set on domains and adding and...
  9. P

    [SOLVED] all server ports busy

    Hi Stoiko, thanks for the guidance. In > /etc/pmg/templates/main.cf.in add this > postscreen_pre_queue_limit = 500 postscreen_post_queue_limit = 500 Default was 100. But unfortunately another error appeared. The email arrived at 9:49, but it didn't arrive at pmg-smtp-filter until 9:58. Then...
  10. P

    [SOLVED] all server ports busy

    Hi, We have PMG cluster with 17 nodes. Nodes 1 - Nodes 4 are for receiving mail and and the rest are for sending. In recent days, users who send us emails have been receiving a error all server ports busy. We have 24654 domains in the cluster. I would be grateful for any advice. We have...
  11. P

    [SOLVED] PBS - multiple backup failed VM every day

    Hi Fiona, yes, it is caused by the disks. I recommend adding an NVMe PCie card for ZFS data.And divide the backup into several jobs. This helped me. Because SATA disks could not handle 15 jobs at once.
  12. P

    ceph-crash problem

    Hi, in what time horizon is the bug fixed? TY Andrej
  13. P

    [SOLVED] PBS - multiple backup failed VM every day

    Hi all, We have been using your products in our company for many years. Not long ago, we completely renovated the entire server infrastructure. So far there are 9 PVE with 3 PMG clusters on VM and standalone physical server - PBS 3.0-1 We have a problem with backups. Every day we need to back...