Recent content by steven99

  1. S

    Mail Macro without POP3 and IMAP?

    Seems to be intentional considering there are separate firewall macros for POP3 and IMAP (and their SSLs versions) and I can see the benefit in having the different kinds of mail traffic being in different macros. Not all mail servers want to be MTAs and not all MTAs want to be fetch points.
  2. S

    send emails using API with proxmox mail gateway

    Not via the API, but there is nothing stopping you from writing a simple PHP script that collects a POST and then uses a SMTP via a SMTP lib to then send the mail out via PMG.
  3. S

    Node2 not run Blacklist Rule!

    Is the state for the node2 still syncing? If so, that is likely where the issue is and node2 didn't get the blacklist sync'd . If you check node2's blacklist settings, does it have the blacklist setup with that domain? If not, you need to find out what is causing the syncing issue.
  4. S

    how to give domain level access to a user in proxmox mail gateway

    Domains don't have owners and so what you're looking for isn't possible. What you could do is build a wrapper system that uses the API and keep track of what domain should go to what user in that wrapper system. For example, in a WHMCS or Blesta server module what you're looking for can be...
  5. S

    From single-node install to cluster?

    You can create a new cluster on existing setup but you can't join a cluster on existing IIRC. Though if you plan on using Ceph, you will need other drives to use as OSDs.
  6. S

    What is the meaning of "SMTP HELO checks" (mail proxy options)?

    No disadvantage. HELO is part of the SMTP RFC I am sure and any MTA not following RFCs are likely spammers anyhow.
  7. S

    outbound is not working getting the error as Temporary lookup failure (in reply to RCPT TO command))

    Just to confirm, you did a nslookup, dig, or other DNS lookup tool on the PMG server it self to confirm it could find test.com's MX record? What about test.local and rDNS for the relaying server? Not on PMG it self, but I have seen that error in postfix logs when it could not lookup a rDNS on...
  8. S

    Outbound relay configuration

    In postfix, you just set the smarthost to be: pmg-server.example.com:26 where pmg-server.example.com is your PMG server address and :26 is the Internal SMTP port set under Mail proxying -> Ports . With that said, any mail going out from your postfix server will go through PMG and then PMG...
  9. S

    Automatically add domains to PMG

    Looks like you're are not passing the cookie and header. $currentDomain, $PMGcookie, and $CSRFtoken need to be set before the curl happens . If you know PHP, it might be easier to take the VE API php examples and adapt them here.
  10. S

    Automatically add domains to PMG

    You replaced "hostname" with "test" within the tildes and that is likely where the issue is as test is not a valid command. Putting something between tildes ("`") instructs bash to run that as as command and to use that output. You could remove that part if you want and just have the comment...
  11. S

    Automatically add domains to PMG

    You need to first get the access ticket via curl, wget, whatever and get the PMGAuthCookie and CSFR token into bash script variables. How you get those there is up to you. It returns a json, so you'll need to parse it out. Using the jq tool seems to be a commonly recommended method for json...
  12. S

    Automatically add domains to PMG

    If you just want to run the API URLs in your browser, just login to the node and then run the API url in another browser tab. The API will use your current session cookie for the API calls -- very handy for testing out calls during dev. Otherwise, if connecting to API from a script, like...
  13. S

    Sender Rate Limit to Prevent SPAM

    Would second a built-in rate control.
  14. S

    [SOLVED] Dedicate one node in cluster to user spam reports

    Configuration -> Spam detector -> Quarantine -> Quarantine host should be the setting you want.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!