Search results

  1. Stoiko Ivanov

    DKIM_INVALID but DKIM is valid...

    On a hunch - check that your max spam size (GUI->Configuration->Spam Detector->Options) is as large as your max email size (GUI->Configuration->Mail Proxy->Options) - else spamassassin only sees a truncated version of the mail, which yields an invalid body-hash. I hope this helps!
  2. Stoiko Ivanov

    PMG and "Sender Rewriting Scheme"

    no - PMG does not have support for SRS - from a quick look online there are a few projects that implement this for postfix - some seem even packaged in Debian: https://github.com/roehling/postsrsd - It might be possible to adapt the postfix configuration of PMG to use that - but it's nothing we...
  3. Stoiko Ivanov

    Final Delivery Status

    yes - a status of delivered means that the receiving mailserver sent a 2xx code (meaning it accepts the mail for delivery) when PMG tried to send the mail no for both questions - in general a mail-server only knows if the receiving mail-server accepted the message - not if it's further delivery...
  4. Stoiko Ivanov

    [SOLVED] PMG mix basic and community subscription

    Glad that cleared up your question! For completeness sake - and if someone runs into this thread in the future - you can upgrade your subscription to a higher level in our shop quite easily...
  5. Stoiko Ivanov

    [SOLVED] PMG mix basic and community subscription

    just to not misunderstand something - do you mean a Community level subscription, instead of a Basic Level Subscription? https://www.proxmox.com/en/products/proxmox-mail-gateway/pricing Your posts mixes the terminology (license, subscription, community, free, repo) around - so I'll try to...
  6. Stoiko Ivanov

    [SOLVED] cat: /etc/timezone: No such file or directory

    This is tracked in: https://bugzilla.proxmox.com/show_bug.cgi?id=7175 - once this is fixed the GUI should display the correct information again
  7. Stoiko Ivanov

    [SOLVED] Migration eines Cluster Master

    Siehe den getting started guide: https://pmg.proxmox.com/wiki/Getting_started_with_Proxmox_Mail_Gateway#Changing_Hostname_or_IP bzw. den dort verlinkten Artikel: https://pmg.proxmox.com/wiki/Change_FQDN das sollte die Schritte zum Übersiedeln auf eine neue IP beschreiben. bezüglich nodes im...
  8. Stoiko Ivanov

    Error : said: 451 4.4.0 detected undelivered mail to <address>

    please share the complete journal of those mails - the messages from pmg-smtp-filter are missing for example.
  9. Stoiko Ivanov

    Logout bei Fenster- bzw. Tabwechsel

    hm - passiert das auch mit einem anderen browser/in einem private window? - zeigt die browser console (developer utilities) einen fehler/warning? Danke
  10. Stoiko Ivanov

    logging external smtp mail sent via port 26

    Thanks for the clarification ! could you please: * send such a message from your internal sender to the external recipients * share the journal or /var/log/syslog part that shows the timespan in which you sent the mail?
  11. Stoiko Ivanov

    logging external smtp mail sent via port 26

    mails in pmg are logged for each port - and the tracking center takes its information from the logs - so mails received on both ports are normally logged. by default 26 is the internal port ? (as 25 is the port where email is sent to on the internet)
  12. Stoiko Ivanov

    [SOLVED] detected undelivered mail to

    Hmm - seems the mails from these domains are malformed - could you ask the sender to send them to a 3rd party mailbox and share them here?
  13. Stoiko Ivanov

    Upgrade 7.3.12 to at least 7.3.2

    hm - this seems odd - as the comparison should not cause an error here - please share the output of: * `pmgversion -v` * `apt update` * `apt full-upgrade` in code-tags - maybe this shows where the issue is...
  14. Stoiko Ivanov

    403 Forbidden beim Aufruf des täglichen Spamreports (PMG 9.0.3) hinter Nginx Reverse Proxy

    sollte von: abgedeckt werden - sprich das sollte weitergeleitet werden -> was sagen die nginx-logs auf dem proxy ? -> was sagt /var/log/pmgproxy/pmgproxy.log auf dem pmg ? -> was sagt das journal auf dem pmg ? wie sieht die gesamte nginx-site config aus?
  15. Stoiko Ivanov

    Update (not delete!) address verification database

    Address verification in PMG is handled by postfix - so the docs apply: https://www.postfix.org/ADDRESS_VERIFICATION_README.html for the duration of caching see the verify(8) manpage: https://www.postfix.org/verify.8.html In my experience deleting/discarding the verification cache is not too...
  16. Stoiko Ivanov

    Spam Quarantäne trotz Welcomelist

    bitte nicht doppelt posten - da die frage im anderen thread: https://forum.proxmox.com/threads/spam-quarant%C3%A4ne-trotz-welcomelist.179414/ schon eine antwort hat - schliesse ich diesen hier und verschiebe den anderen ins passende subforum.
  17. Stoiko Ivanov

    stripping too many comments from address

    searching for this log-message online yields some results from 2007 where this was installed in postfix as mitigation for some strange email that tried to circumvent some checks - as it's not too common in my experience (this is the first time I've seen this IIRC) - I'd guess that the...
  18. Stoiko Ivanov

    PMG 8.2.6: /etc/pmg/node.conf missing — how to set DNS validation alias for PowerDNS (CNAME -> TXT)?

    The file is created when it's needed - i.e. I'd suggest to configure the DNS-plugin and ACME setup via GUI - this should take care of the file being created correctly. Could you try setting ACME up via GUI - and see if that resolves your issues?
  19. Stoiko Ivanov

    PMGW uses IPv6 after Upgrade to Version 9

    is this maybe a clustered PMG system? (the templates get synced from the master node to the others..) - else I don't think there is anything in PMG that overwrites your /etc/pmg/templates/ files...
  20. Stoiko Ivanov

    PMGW uses IPv6 after Upgrade to Version 9

    please use code tags for config-files - this helps a lot to see where it starts and where it ends.... - thanks! the template needs to be called: main.cf.in - does your template have the .in extension? (maybe that's the issue...) I don't see that line in the template you pasted? I hope this helps!