Search results

  1. K

    mailRoutingAddress via LDAP

    Looks like a found a solution in "Unix & Linux System Administration Handbook": main.cf needs two lines (I just had one - virtual_alias_maps): virtual_alias_domains = $virtual_alias_maps virtual_alias_maps = hash:/etc/postfix/virtual John Schmerold Katy Computer Systems, Inc...
  2. K

    [SOLVED] Moderator approval

    OK, thanks - that's more complicated. I will sit tight until you have time to approve my postings.
  3. K

    Email Forwarding

    Not 100% certain, but try: sudo pmgconfig sync postmap /etc/postfix/virtual systemctl restart postfix
  4. K

    [SOLVED] Moderator approval

    I posted a reply to the PMG forum, it's marked "This message is awaiting moderator approval" In many cases I can edit my posting to avoid wasting a moderator's time. What criteria does Xenforo use to delay posting?
  5. K

    mailRoutingAddress via LDAP

    I am working on a similar project, I am getting a recipient rejected message ( CLIENT: 450 4.7.1 : Recipient address rejected: Service is unavailable). How do I get PMG to recognize virtual addresses found in /etc/postfix/virtual ? Here is what I did, perhaps I took a wrong turn: create...
  6. K

    [SOLVED] Move subscription

    Found the answer here: https://shop.maurer-it.com/index.php?rp=/knowledgebase/6/Server-change---How-can-I-move-my-current-subscription-key-to-the-new-server.html
  7. K

    [SOLVED] Move subscription

    Our mail gateway is configured using KVM technology. I am going to switch it to a PVE container. Is there a command to deactivate the mail gateway's subscription before migration?
  8. K

    html tags

    What is everyone using to disarm various html payloads such as form, IFrame, object codebase, script and other phishing tags? Mailscanner.info does a nice job of this - perhaps it could be integrated with PMG.
  9. K

    "How to" - Local DNS Resolver for Proxmox Mail Gateway

    Another option: PowerDNS Install: apt-get install pdns-recursor -y Edit allow-from: nano /etc/powerdns/recursor.conf Restart things: /etc/init.d/pdns-recursor restart Set local recursor: nano /etc/resolv.conf Restart network: systemctl restart networking Test things: dig google.com
  10. K

    [SOLVED] LDAP receiver verification / individual and groups forwards

    How do I mark the thread "Solved"? I spent a bit of time on the Xenforo site -no joy... I am looking forward to getting my "Proxmox Subscriber" trophy :)
  11. K

    Configure outbound emails from cPanel servers.

    Make sure you tell cPanel about PMG on /scripts6/editremoteipslist the issue is documented here: https://confluence2.cpanel.net/display/82Docs/Configure+Remote+Service+IPs I also whitelist PMG's address on /scripts2/displayeximconfforedit as documented here...
  12. K

    [SOLVED] LDAP receiver verification / individual and groups forwards

    My primary concern is the elimination of backscatter. I don't want PMG to accept a message for joeblow@bigcompany.com, forward that message to Office365, then have that message returned to sender in a separate transaction. It seems PMG handles this situation brilliantly. The first time Joe gets...
  13. K

    Configure outbound emails from cPanel servers.

    In cPanel WHM, you want to go to the Exim Configuration Manager & search for "Smarthost support", select the second bullet, in the box input: * pmg.AmithKumar.com That will send all outbound email to the PMG hosted on pmg.AmithKumar.com, by default it will use port 25. Based on...
  14. K

    [SOLVED] LDAP receiver verification / individual and groups forwards

    In a perfect world, PMG would use the LDAP directory for: - receiver verification - receiver forwards (sally@bigcompany.com ==> sallyworksfromhome@aol.com) - group forwards (tech@bigcompany.com==> joe@bigcompany.com, sam@bigcompany.com, sally@bigcompany.com) - provide quarantine interface...
  15. K

    TLS / Certbot on PMG 6

    PMG v6 is based on Buster, does that eliminate the need for "stretch-backports" ? Sorry - I am a complete Debian newbie -- I have been using Centos as long as I can remember, it's going to take some time before I get comfortable with the whole apt-get thing.
  16. K

    TLS / Certbot on PMG 6

    PMG's TLS support uses a self-signed TLS certificate. Is there a way to auto generate & update a Let's encrypt certificate? Another option: We have a wildcard certificate for our domain, so I could use that if we'd get better results. I am mostly concerned about TLS support for Postfix, but...
  17. K

    Proxmox VE vs vmware

    When installing Proxmox mail gateway in a virtual environment, is it better to install on VE vs vmware -- or does it work equally well in either environment. We are a vmware shop, open to trying new things.