Search results

  1. Z

    queue file write error

    Hi, adding : smtpd_proxy_timeout = 600 lmtp_data_done_timeout = 600 in /etc/pmg/templates/main.cf.in And reboot Solved my issue in 7.3.11 (see this thread )
  2. Z

    Repeating 451 4.3.0 Error: queue file write error, and can't block it with global blacklist

    Hello, Finally, the nxcli.io mailer resumed, again, sending its messages that triggered the write error. So I added : smtpd_proxy_timeout = 600 lmtp_data_done_timeout = 600 in /etc/pmg/templates/main.cf.in And now.... I don't get any errors when pmg receive these kind of message.:) What's...
  3. Z

    Repeating 451 4.3.0 Error: queue file write error, and can't block it with global blacklist

    yes, I also tested with "filter-timeout", but I saw that it was not supported in 7x. As for the mail that is not forwarded to the final recipient, I've selected all the lines incorrectly. See the correct file as attachement. The global blacklist rule is indeed applied. But the postmaster...
  4. Z

    Repeating 451 4.3.0 Error: queue file write error, and can't block it with global blacklist

    Hello, thank you for your anwser : I run a pmg 7.3-11, I plan to upgrade to 8.1.2 I tried add a smtp-filter 1200, section mail in pmg.conf but I got an error : Mar 01 17:48:48 vm161-mx1 pmg-smtp-filter[547]: WARNING: file /etc/pmg/pmg.conf line 17 (section 'mail') - unable to parse value of...
  5. Z

    Repeating 451 4.3.0 Error: queue file write error, and can't block it with global blacklist

    HI, I got this postmaster undeliverable email alert every 2 hours since several days : "Proxmox SMTP server: errors from cloudhost-10969997.us-midwest-2.nxcli.net[192.190.220.195]" Transcript of session follows. Out: 220 mx.mydomain.com ESMTP Myorganization In: EHLO...
  6. Z

    queue file write error

    Hello, it seems I got the same issue too. Any fix or workaround ?
  7. Z

    LXC backup INFO: mode failure - some volumes do not support snapshots

    Ok, I thought that the "/" as a BTRFS was enough, and "local" as a subdir of "/" should work :rolleyes:. But following your question, I realized my misunderstand. So I created a new storage type "BTRFS Dir" in "/var/lib/vz_btrfs_test", and created a CT inside, and now backup of this CT as a...
  8. Z

    LXC backup INFO: mode failure - some volumes do not support snapshots

    Proxmox host FS is : Filesystem Type Size Used Avail Use% Mounted on /dev/md0 btrfs 477G 3.9G 473G 1% / udev devtmpfs 32G 0 32G 0% /dev tmpfs tmpfs 6.3G 848K 6.3G 1% /run tmpfs tmpfs 32G 37M 32G 1% /dev/shm tmpfs...
  9. Z

    LXC backup INFO: mode failure - some volumes do not support snapshots

    Thank you @fabian for your answer, it's clear now. However, I set up proxmox on btrfs and get a "mode failure - some volumes do not support snapshots" when running backup. Is it due to the fact that it is not stable (technology preview) at this time ? Or maybe I missed something? Regards, Thierry
  10. Z

    LXC backup INFO: mode failure - some volumes do not support snapshots

    Hello, just to clarify, https://pve.proxmox.com/wiki/Storage indicates n/a for snaphot mode with proxmox backup server. Does this mean that snapshot is not compatible with proxmox backup server ? I tried with a btrfs andproxmox backup server as remote target, but get a "mode failure - some...