Recent content by albans

  1. A

    Disabling spam report for specific email addresses

    Hi, Is there anyway to disable the quarantine / spam report for specific email addresses? For instance, a list of email addresses with forwarding enabled, as these would usually end being blocked and will lower the reputation of the mail server sending the forwards. It seems clear that PMG...
  2. A

    [SOLVED] MTU across public IPs and Bridges with vxlan

    I worked around the issue by creating an additional bridge local to the proxmox host (not part of any vxlan), then adding a veth to the LXC being NAT, and used that veth for the NAT forwarding rule. I noted that the local bridge has by default a MTU of 1500, same as eth0, hence probably avoiding...
  3. A

    [SOLVED] MTU across public IPs and Bridges with vxlan

    FYI - the current MTU are setup automatically by Proxmox. Shall I force MTU 1450 on the eth0 interface of the proxmox host? Or increase my vxlan MTU and all LXC/VM veth to 1550?
  4. A

    [SOLVED] MTU across public IPs and Bridges with vxlan

    Hi, Quick question as I'm getting some timeout on PMG after DATA(0), and I read that some other members have experienced the same due to MTU wrongly set. In summary, PMG is behind NAT -> public proxmox host IP vmbr0 with MTU 1500, and private PMG IP vmbr1 with MTU 1450. Is there anything wrong...
  5. A

    [SOLVED] timeout after DATA

    Similar issue here, would be good to know what resolved this? Thx,. PMG is behind NAT -> public proxmox host IP vmbr0 with MTU 1500, and private PMG IP vmbr1 with MTU 1450. Seems to be expected: https://pve.proxmox.com/pve-docs/chapter-pvesdn.html#pvesdn_setup_example_vxlan VXLAN zone...
  6. A

    Mail timeout after data(0) bytes

    Similar issue here, would be good to know what resolved this? Thx,. PMG is behind NAT -> public proxmox host IP vmbr0 with MTU 1500, and private PMG IP vmbr1 with MTU 1450. Seems to be expected: https://pve.proxmox.com/pve-docs/chapter-pvesdn.html#pvesdn_setup_example_vxlan VXLAN zone...
  7. A

    Clamd TCPSocket for remote connections

    Hi, I wish to enable the clamd instance on my PMG host to accept remote connections. I followed the following approach, which is not working unfortunately - thoughts welcome. Copy the PMG template of clamd.conf to the local template directory cp /var/lib/pmg/templates/clamd.conf.in...
  8. A

    DNSBL - can we quarantine?

    Hi, I'm wondering if it's possible to quarantine emails blocked by DNSBL. I understand that DNSBL is part of pre-checks, but it would be really useful to quarantine these too as some legit emails are being blocked, while the recipient is not being informed. Thank you.
  9. A

    [SOLVED] PVE 8.4.1 - 2 hosts cluster + SDN Vxlan: communication fail across hosts when firewall enabled

    That was it, the UDP port 4789 is now allowed for RPN0 in the firewall and everything works like a charm. Thank you - and maybe suggest to add it to the list of ports used by Proxmox here: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_ports_used_by_proxmox_ve
  10. A

    [SOLVED] PVE 8.4.1 - 2 hosts cluster + SDN Vxlan: communication fail across hosts when firewall enabled

    Hi, I've a 2 hosts cluster running on PVE 8.4.1. I've 2 physical interfaces on each hosts: - eno1: WAN with public IP - eno2: private network On each machine, I've created relevant bridges: - vmbr0: using eno1 as ports/slaves - rpn0: using eno2 as ports/slaves The cluster is linked via the...
  11. A

    communication problem between proxmox server on RPN

    Hi @sami gasmi, I worked around this issue by leaving the bridge for the RPN interface in DHCP mode, then simply added the link to the cluster with the command line tool (rather than the GUI), as it will not force to use a static IP. The command for instance after the creation of the cluster...
  12. A

    [SOLVED] How to Disable TOTP on Proxmox Backup Server

    Thx! This is exactly what helped me to disable TFA. Many many thx for sharing.
  13. A

    [SOLVED] Proxmox 6.4 & Proxmox Backup Server 2.0: unable to backup a 120GB LXC container / arc_prune 99% CPU

    Replying to myself: issue resolved! I ended up with the following settings: UNTIL REBOOT / LIVE: echo 4669439573 >/sys/module/zfs/parameters/zfs_arc_max echo 100 >/sys/module/zfs/parameters/zfs_arc_meta_limit_percent echo 60 >/sys/module/zfs/parameters/zfs_arc_dnode_limit_percent PERMANENT: =>...
  14. A

    Backup PVE using PBS

    Would you mind sharing with us the exact command being used? (especially in relation to exclusions) That would be great. Thx