see:
https://bugzilla.proxmox.com/show_bug.cgi?id=2505
If you do not configure before-queue filtering, and don't enable 'Send NDR on Blocked E-mails' in the mail proxy options a Block should not be sent to the sender.
I hope this helps!
This says, that 10.0.0.200 (I guess your mailserver) says that management@######.it is not deliverable
-> check the logs of 10.0.0.200
I hope this helps!
welche variable soll das genau sein?
`pmgconfig dump` liefert dns.domain aber nicht pmg.domain?
für dns.domain ist es der erste Eintrag der search domains in /etc/resolv.conf
Siehe auch...
Der Block kommt daher, dass die sendende IP auf dnsbl.dronebl.org gelistet ist - es muss daher die IP erlaubt werden.
Blocken auf diesem Level (postscreen) kann mit der mailproxy-whitelist umgangen werden (GUI->Configuration->Mail...
Hi Stoiko,
thank you for the quick response. "the first issue I see is that the pmg.conf is synchronized across the cluster" - that's exactly what i thought. Just wanted to hear somer other opinion/experience.
Thank you.
BR
Mladen
without reproducing it explicitly - the first issue I see is that the pmg.conf is synchronized across the cluster - so both would try to invoke avast - the one node where it's not available will log errors.
I would not recommend this (and it's...
There is an article in the PMG wiki describing changing the hostname or ip - linked from the getting started page:
https://pmg.proxmox.com/wiki/index.php/Getting_started_with_Proxmox_Mail_Gateway#Changing_Hostname_or_IP
please try following this...
Thanks for the trace-file!
I think the issue might be related to the following lines:
1109 14:24:25.334871 access("/dev/zfs", F_OK) = 0
...
1109 14:24:25.335151 openat(AT_FDCWD</root>, "/dev/zfs", O_RDWR|O_EXCL|O_CLOEXEC) = -1 ENODEV (No such...
I knew i missed something - sorry :oops:
added the trace in prior post
root@pbs-offsite:/usr/share/locale# locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"...
Which boards/BIOS versions do both of you have?
I'll see that we include the patch 1/3 https://lore.kernel.org/all/20250203162511.911946-1-Basavaraj.Natikar@amd.com/ in our kernel as well - but
narrowing this down further might help upstream to...
hm - the updated kernel in our repo does boot successfully on our testsystem (ASUS RS500 based - I just reverified this with the kernel from our repos):
root@pve-test:~# uname -r
6.14.0-2-pve
root@pve-test:~# lspci -d 1022:14dc
04:00.1 System...
hm - that's unexpected - and might be a hint.
please provide:
* `dpkg -l |grep -Ei '(zfs|zpool|2.2.*-pve)'`
* `strace -yyftt -o ./zfs-version.trace zfs version`
(the last one will create a file ./zfs-version.trace - please attach that one as...