Search results

  1. Stoiko Ivanov

    [SOLVED] Cluster synct dauerhaft und wird nicht fertig

    das sollte nicht passieren, da ja beim cluster anlegen und node hinzufügen die frage nach dem fingerprint kommt. Wie wurde der Cluster angelegt? Wurde ein backup zurückgespielt oder ähnliches? aeh - stand im Sinne von - es hat funktioniert und es war eine root-shell auf der anderen node da...
  2. Stoiko Ivanov

    [SOLVED] Cluster synct dauerhaft und wird nicht fertig

    scheint so als wuerde der ssh-tunnel, der fuer die synchronisation verwendet wird in der einen richtung nicht gehen.... versuch mal als root `ssh root@192.168.25.10` (vom mx2) zu machen.
  3. Stoiko Ivanov

    pveproxy-ssl / pve-ssl

    see the reference documentation: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysadmin_certificate_management both certificates serve different purposes in a cluster I hope this helps!
  4. Stoiko Ivanov

    Upload as a list to dangerous content

    I'm not sure I understand your question completely - so if this does not answer it - please provide a few more details about what you want to download from where... Dangerous content is a What-Object in the default ruleset - you can check what it contains in the GUI (->Mail Filter->What...
  5. Stoiko Ivanov

    Mass changing Match Field What Objects

    If you haven't run into any performance-issues until now I would consider sticking with your current rules (compared to antivirus checks and SpamAssassin analysis the rule-system usually takes only a very small fraction of the runtime) That's not easily possible/straight-forward - you can use...
  6. Stoiko Ivanov

    How to send emails externally through the email gateway

    Please don't double-post : https://forum.proxmox.com/threads/my-newly-installed-email-gateway-is-unable-to-send-emails-externally.163167/ I'm closing this thread here - as your other thread got an answer.
  7. Stoiko Ivanov

    PMG DKIM Signing....

    the envelope-sender remains emtpy (in order to not generate bounces for those system-mails) do the mails now contain a DKIM signature? - if not please check that the e-mail address you entered in the system options would get signed by PMG. in the DKIM section there is a link to the...
  8. Stoiko Ivanov

    PMG DKIM Signing....

    see https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_mailproxy_dkim you need to configure a admin-mail-from with a domain, that would be signed by your PMG (either listed in dkimdomains, or if that's not present listed as relay domain). yes this is also intended (it should be...
  9. Stoiko Ivanov

    Hilfe Seite anpassen

    Die Hilfe Seite ist derzeit statisch im Frontend hinterlegt und lässt sich nicht (komfortabel) anpassen/übersetzen: https://git.proxmox.com/?p=pmg-gui.git;a=commitdiff;h=c1e525e49704e08e300aa9ef1b064c2ae521976a wir wollten mal damit anfangen und sehen ob Bedarf nach einer Übersetzung/Anpassung...
  10. Stoiko Ivanov

    False RBL detections

    Check out the Getting Started guide in the pmg-wiki: https://pmg.proxmox.com/wiki/index.php/Getting_started_with_Proxmox_Mail_Gateway It links to a small howto for setting up unbound for DNS-resolution I hope this helps!
  11. Stoiko Ivanov

    False RBL detections

    hm - maybe you're running into the query limits at the dns-bls (although those usually result in nothing being listed for you anymore): https://www.spamhaus.org/faqs/dnsbl-usage/ What kind of DNS-Server are you using for PMG? (There used to be some problems with pfsense and the unbound config...
  12. Stoiko Ivanov

    [SOLVED] Reject email to receiver in /etc/postfix/rcptaccess

    You need to create a file of it's own for this and add it to the postfix configuration (next to the one for /etc/postfix/rcptaccess). That way the PMG stack will not touch your modifications. To adapt the postfix configuration in PMG you need to use the templateing system...
  13. Stoiko Ivanov

    Daily only Spamreport for one main address and many aliases

    This is the default setting - if you enable spam-report each of your users that gets a mail put in quarantine (usually due to it being considered spam by SpamAssassin) - will get a mail with a link to their quarantine where they can manage their mails. See...
  14. Stoiko Ivanov

    PMG DKIM Signing....

    Thanks for keeping this thread updated! Thanks for the feedback! (not a Thunderbird user myself - so could not tell that this might be an issue). From a quick test it seems that Date-headers should be part of the signature - so I assume the issue here is that they are not present when the...
  15. Stoiko Ivanov

    SSL_accept error / lost connection after STARTTLS

    If it's working with TLS from some domains/mailservers, but timing out from others then maybe the issue is not on PMG, but on some firewall/proxy/... between PMG and the internet that terminates the connections I hope this helps!
  16. Stoiko Ivanov

    High IO Delay - queue file write error

    hab im anderen thread geantwortet https://forum.proxmox.com/threads/pmg-smtp-filter-time-outs-using-avast-4-6-0.161740/page-2
  17. Stoiko Ivanov

    pmg-smtp-filter time-outs using Avast 4.6.0

    see my previous comments and the multiple links to the avast community forum - We did not manage to have this happen again (even with the avast standard config and without THREADS setting). If this still happens for you with version 4.6.1 - please try to provide the gdb bt output that...
  18. Stoiko Ivanov

    DNSBL outgoing emails

    This depends on 2 things: * Which DBSBL lookups are you referring to - if it's the one that you can configure in the Mail Proxy - they are not used on the internal port in the default configuration - if it's SpamAssassin you need to have a Rule with a Spam What Object in direction out (the...
  19. Stoiko Ivanov

    Return Mail by Bounce

    Please share the logs of such a mail - maybe we can see what's going on and who should be sending the bounce Thanks
  20. Stoiko Ivanov

    Local Firewall

    PMG does not currently ship any built-in firewall configuration script/ui/tooling. I'd recommend setting up a local nftables.conf file (it's quite simple to handle and there's tons of examples on the internet) The needed ports for services are documented in the reference documentation...