Search results

  1. E

    DKIM outgoing signing with wierd spacing

    Mail Gateway 8.1.2 In the email source, the DKIM-Signature seems to have an extra spaces DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= mydomain.com; h=cc:from:reply-to:subject:subject:to; s= myselector; bh=xxxxxx=; b=xxxxxx xxxxxx xxxxx= this causes the DKIM validation...
  2. E

    6 node HA cluster split brain

    I have a spontaneous reboot of the entire cluster when the link between 2 sites is disrupted. Cluster information ------------------- Name: HA1 Config Version: 6 Transport: knet Secure auth: on Quorum information ------------------ Date: Thu Aug 1...
  3. E

    Feature Request: Metrics options for Network Interface

    Sharing this idea for improvement Proxmox Network configuration page to have a field to enter the metric on the interface for multi-homed network, with that input, allow multiple gateway on different interfaces. Currently with the metric manually added with the gateway on multiple interface...
  4. E

    [SOLVED] IPv6 cannot connect to port 8006

    This command is called from the same server PMG is running. IPv4 is working but not IPv6. # netstat -lnp | grep 8006 tcp6 0 0 :::8006 :::* LISTEN 319630/pmgproxy # ping enguard PING enguard(enguard.en.com.sg (2001:df1:a800:1::4)) 56...
  5. E

    pmgsh download spam email (.eml) for sa-learn

    pmg:/quarantine/download> get -mailid C0R512T262712179 200 OK encountered object 'IO::File=GLOB(0x55a93761fdc0)', but neither allow_blessed, convert_blessed nor allow_tags settings are enabled (or TO_JSON/FREEZE method missing) at /usr/bin/pmgsh line 288. pmg:/quarantine/download> Anything...
  6. E

    Action object calling external API - New Feature

    Does PMG have an action method to do a POST/GET request to a url based on the Mail Filter system? Trying to trigger a ticket system when an email goes into quarantine.