Search results

  1. V

    PMG Mail Filter for attachment size

    How can i setup a reject rule if the email size is larger than X for a specific email address ? I know i can setup the global max size but want to reduce this for a specific email address. Thank you in advance.
  2. V

    Deferred Mail - Cannot Flush Queue

    Suddenly mails are deferred and now i cannot get them re-delivered. I have tried flushing from both the CLI and the GUI but they disappear then reappear. The reason is status=deferred (delivery temporarily suspended: lost connection with 127.0.0.1[127.0.0.1] while sending end of data --...
  3. V

    Removing STP from OVS bridge

    What is the best way to restart the OVS bridge after removing STP? auto vmbr1 iface vmbr1 inet static address 10.0.70.xxx netmask 255.255.255.0 ovs_type OVSBridge mtu 1450 post-up ovs-vsctl set bridge vmbr1 stp_enable=true post-up ovs-vsctl add-port vmbr1...
  4. V

    Limit mail size inbound to a single address only

    I would like limit the max message size for emails to a particular address only. Whats the best procedure ? I was thinking to generate a hashmap using postconf but wasnt sure if Postfix would override any config?
  5. V

    Web GUI 8006 cannot see VMs on node in different subnet

    x4 nodes running Proxmox Virtual Environment 7.2-7. Getting issues seeing individual VMs on two of the nodes which are in a different subnet. My rules are: [OPTIONS] enable: 1 [RULES] IN ACCEPT -source <Head Office ipv4> -p tcp -log nolog # Catch All IN ACCEPT -source <node 1 ipv4> -p udp...
  6. V

    Starting / Stopping VMs causing all host networking to hang temporarily

    Hi All, Apologies if this is expected behavior just trying to understand. x4 Node cluster currently on 5.3-8 with Ceph storage. External Networking is managed by FRR vm talking OSPF on Vlan. If i start VMs on the node hosting FRR (all using VirtIO interface) then i lose my OSPF routes for 10 -...
  7. V

    VE Cluster Quorums

    Hi Everyone, I've been reading through the notes around setting up a quorum disk. (https://pve.proxmox.com/wiki/Two-Node_High_Availability_Cluster) Does anyone have any updated notes on creating a quorum disk using corosync, pacemaker and pcs as cman is no longer available in centos 7 or debs...