Search results

  1. 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)
  2. 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?
  3. 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...
  4. 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?
  5. 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...
  6. 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.
  7. 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...
  8. 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?
  9. 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...
  10. 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!
  11. Stoiko Ivanov

    PMGW uses IPv6 after Upgrade to Version 9

    yes - the postfix configuration in PMG is handled by the templating system: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine if you want to change it - copying the one from /var/lib/pmg/templates to /etc/pmg/templates and running `pmgconfig sync --restart 1` is the...
  12. Stoiko Ivanov

    Root user cannot edit any settings

    hm - the 'Edit' button only becomes active after you click on a row (that you then edit when clicking the Edit button) - is this maybe the issue? else make sure that you select `Linux PAM standard authentication` as Realm when logging in (root@pam can edit anything in the GUI) if both don't...
  13. Stoiko Ivanov

    Tracking Center says "No data in database"

    the rotated syslog files have the wrong filenames - the log-tracker (which is the tool that reads, and parses the logs) has a hard-coded list it looks through: https://git.proxmox.com/?p=pmg-log-tracker.git;a=blob;f=src/main.rs;h=2ce606360f5d3b3a025f78dd572f91a5a2d5a8e5;hb=HEAD#l2120 these are...
  14. Stoiko Ivanov

    Mailgateway als Mailrelay

    Auf den ersten Blick sollte das schon gut machbar sein (und einer der klassischen use-cases für PMG): * alle " älteren Maschinen" so einrichten, dass sie mails an den _internen_ port von PMG schicken (der ist per default 26, aber das lässt sich in der GUI anpassen, insbesondere wenn PMG keine...
  15. Stoiko Ivanov

    My PMG has no realm after update (not even default pam)

    If you want to upgrade across multiple major releases - you need to do the individual upgrades (from 6 to 7, from 7 to 8, from 8 to 9). Usually following the upgrade guide should make sure everything runs smoothly: https://pmg.proxmox.com/wiki/Upgrade_from_6.x_to_7.0...
  16. Stoiko Ivanov

    Train Bayes

    Yes - we recommend disabling Bayes for a while now - if you get many false positives - I'd recommend to check our Getting Started page in the wiki (and all pages linked from there): https://pmg.proxmox.com/wiki/Getting_started_with_Proxmox_Mail_Gateway The recommendations there should help you...
  17. Stoiko Ivanov

    Error: "Couldn't find EFI system partition" when update

    Seems like you still have the systemd-boot meta-package installed - please check and follow the upgrade-guide: https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#Systemd-boot_meta-package_changes_the_bootloader_configuration_automatically_and_should_be_uninstalled...
  18. Stoiko Ivanov

    [SOLVED] Unable to unmount zfs

    This looks like either a broken ISO (download was incomplete, the flash drive you copied it to has issues,...), or like you accidentally chose the flash-drive as installation destination (IIRC the installer does not present the installation medium as selectable disk)... If you provide the ISO...
  19. Stoiko Ivanov

    How to filter incoming emails with links and words

    PMG does not support adding matches on the body through the rule system (there are quite a few threads in this forum where the rationale is explained in a bit more detail - but putting it shortly - it usually causes false positives and is seldomly strictly needed for a good spam detection...
  20. Stoiko Ivanov

    eingehende E-Mails blockieren

    * steht in der Regel auch online.mujtaba@gmail.com drinnen? sonst wuerde ich mal sicherstellen, dass mails auch tatsaechlich am externen port von PMG angenommen werden (niemals public mails am internen port annehmen, das kann leicht dazu führen ein open relay zu betreiben...) wenn beides...