Search results

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

    Spam detection in fetchmail

    Mails fetched through PMG are passed through the Rule based filter system - just as mails received by PMG via SMTP - so your mails should be checked according to your rules already. I hope this helps!
  12. Stoiko Ivanov

    no physical interface on bridge 'vmbr1' after Upgrade in Proxmox 8.4.16

    This is a sensible way forward - and if it works in your environment I'd stick with vlan aware bridges. The fix for the setup with bonds an bridges without vlan-awareness was packaged yesterday: https://git.proxmox.com/?p=pve-common.git;a=commit;h=3986f3e373a6f118938af08df92854bed099e309 and is...
  13. Stoiko Ivanov

    Request: Plz add user/pass authentication in the gui for relays(transports) and smarthost

    use the templates to keep your modifications across updates: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine as for adding this to the GUI - this is currently not planned - as PMG is meant to be sitting between the internet and your mail-server (where...
  14. Stoiko Ivanov

    [SOLVED] Verteilung ausgehender Mails unklar

    sind alle 4 nodes in einem cluster? warum sendet das ausgang-relay (ich nehme an damit ist eine der PMG installationen gemeint) nicht direkt ins internet? Ich bin mir nicht sicher, dass ich aus der Beschreibung nachvollziehen kann wie das Setup genau funktioniert/funktionieren soll - bitte...
  15. Stoiko Ivanov

    [TUTORIAL] Deployment Tips

    Thanks for the report - we recently migrated the wiki - it seems the redirect was not ported over correctly - this should be fixed now - and the old link should work again!
  16. Stoiko Ivanov

    Plugging in or unplugging the network cable will cause the PVE system to completely lose network connectivity.

    Please keep posts in this forum in English - you have a better chance of getting an answer from more people. Thanks!
  17. Stoiko Ivanov

    DKIM fail aufgrund von Leerzeichen im DKIM Selector

    Im englischen forum wurde auch ein thread zu potentiell dem selben thema aufgemacht https://forum.proxmox.com/threads/struggling-with-dkim-success.177115/ und darauf folgend noch: https://bugzilla.proxmox.com/show_bug.cgi?id=7134 (dort habe ich noch ein wenig analyse reingeschrieben - und...
  18. Stoiko Ivanov

    [SOLVED]: Pre-fill "Add to list" dialogs with email-address from spam-report

    clicking on the welcome-/blocklist links should add the address to the user's respective list - please check by clicking the link and then checking the respective list. - It shows a small modal at the bottom-right of the page that the action was successful. I hope this helps!
  19. Stoiko Ivanov

    ceph-osd crashes with kernel 6.17.2-1-pve on Dell system

    no that would be proxmox-kernel-6.17.4-1-pve - I'll post here when it's available in the public pve repos as well (currently only on pbs-test) But thanks for the test - at least it rules out that the regression came in between 6.17.2-1 and 6.17.2-2 I don't think it's a ceph-specific problem -...
  20. Stoiko Ivanov

    ceph-osd crashes with kernel 6.17.2-1-pve on Dell system

    We're currently testing a new kernel with a larger set of changes. Nothing specific for megaraid_sas - but quite some changes in the scsi subsystem. It's currently available in the pbs-test repository (and will soon be available for pve-test as well). A quick search online did not show too many...