Search results

  1. Stoiko Ivanov

    [SOLVED] Connecting commercial engines

    There is support for Avast for linux: https://pmg.proxmox.com/wiki/index.php/Getting_started_with_Proxmox_Mail_Gateway#Second_virus_scanner for Spamhaus - you can probably integrate it following their tutorial on github (or just add them to the postfix/postscreen level) for other things you...
  2. Stoiko Ivanov

    Periodic random/inconsistent spam scoring

    DMARC also takes the From-header into consideration - without the headers and the actual domains in the logs it's not really possible to say why one got quarantined and the other went through. https://martech.zone/what-is-dmarc/ - the graphics there seem to show how/what dmarc does regarding...
  3. Stoiko Ivanov

    [SOLVED] Zertifikat

    siehe: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_spamdetector_quarantine (port in den Spam Quarantine settings setzen) Ich hoffe das hilft!
  4. Stoiko Ivanov

    [SOLVED] Forward incoming message

    Hm - the sender should not get a notification - but if you have before-queue filtering enabled PMG sends a 5xx response ("Rejected for policy reasons") - I think (but haven't tested it yet) if you don't have before-queue filtering enabled the mail should be dropped silently (unless you enable...
  5. Stoiko Ivanov

    Proxmox Datacenter Manager - First Alpha Release

    Why do you think so? - which errors do you get and why (if it's still an issue)? Thanks!
  6. Stoiko Ivanov

    PVE 8 to 9 In-place Upgrade

    Thanks for the information! your system is using proxmox-boot-tool - in that case keeping the ESP mounted might be problematic/the cause of the failing boot: I'd probably remove the /boot/efi mount from /etc/fstab, run proxmox-boot-tool reinit to get the system in a consistent state! (Keep in...
  7. Stoiko Ivanov

    Netapp E-Series multipath.conf configuration - Attach Multipath ISCSI to Proxmox

    I'll lock this thread - so all answers end up in the first post.
  8. Stoiko Ivanov

    PVE 8 to 9 In-place Upgrade

    Thanks for the feedback and the report! We improved the check for the boot-loader issues (but it's still not available on our public repositories) - https://lore.proxmox.com/pve-devel/20250814120807.2653672-1-s.ivanov@proxmox.com/T/#t I'd guess that this version should have caught the issue...
  9. Stoiko Ivanov

    Proxmox 9: Broadcom 57414 in Dell Server not working

    please check/post the journal after booting when the cards are not available - new kernel/new systemd version might change the names of the NICs - the journal should tell you if there's a problem there. physically available means that they are listed in `lspci -nnk`? In most cases I'd recommend...
  10. Stoiko Ivanov

    Lack of IPv6 Support

    Looking through our bugzilla (which is the place where feature requests and bug-reports are tracked) I found: https://bugzilla.proxmox.com/show_bug.cgi?id=5538 which should align with your issue - please note your suggestion there (it gets more visibility). Thanks!
  11. Stoiko Ivanov

    Lack of IPv6 Support

    please send it to our development list - and provide a short explanation why this is needed in your case. Thanks!
  12. Stoiko Ivanov

    Proxmox Virtual Environment 9.0 released!

    hmm - check if there are some files in `/etc/ssh/ssh_config.d/` - or even a bit more general run - `grep -rE 'ssh-dss' /etc/` - check this on all nodes in your cluster! if that does not point to the issue - please open a new thread (feel free to mention me with @Stoiko Ivanov) - and share the...
  13. Stoiko Ivanov

    upgrade from 8.4.11 to 9.0.5 failes

    as @LnxBil said - it would help a lot to know which commands you ran to get in that situation? (and to provide /var/log/apt/term.log and history.log from that upgrade) a very blind guess: did you maybe run `apt upgrade` instead of `apt dist-upgrade`?
  14. Stoiko Ivanov

    [SOLVED] Login to the selected domain

    No - the permission system in PMG is not domain aware - and for a very large part of the administration/configuration the settings are global (e.g. rules, most postfix configuration,...) I hope this helps!
  15. Stoiko Ivanov

    Lack of IPv6 Support

    Contributions are very welcome - thanks for the suggestion! We use a mail-based workflow - see https://pve.proxmox.com/wiki/Developer_Documentation for submitting patches.
  16. Stoiko Ivanov

    Lack of IPv6 Support

    from a quick look at the code: https://git.proxmox.com/?p=pve-container.git;a=blob;f=src/PVE/LXC/Setup/Base.pm;h=dbfc775c6f4769609c50caa6c8a7b91a91566080;hb=HEAD#l294 It should be set to true, if you set the containers IPv6 config to 'auto' (called SLAAC) in the GUI (did not test this explicitly...
  17. Stoiko Ivanov

    Proxmox Backup Server 4.0 released!

    send a patch for this just yesterday: https://lore.proxmox.com/pbs-devel/20250818194026.840749-2-s.ivanov@proxmox.com/T/#u :) Thanks for the report in any case!
  18. Stoiko Ivanov

    [SOLVED] Activation of the spamassassin option Shortcircuit

    see: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine - v320.pre is handled by the templateing system. I hope this helps!
  19. Stoiko Ivanov

    Help with UEFI boot issue after PVE 9 upgrade

    Yes! (systems not using proxmox-boot-tool should have it mounted on /boot/efi) proxmox-boot-tool is (currently) used for all installations which are not using Ext4/XFS (with LVM) - it was initially added to handle ESPs for machines with multiple disks (and to add sensible support to UEFI...
  20. Stoiko Ivanov

    Proxmox Mail Gateway version 8.0.3

    See: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine - the postfix configuration is done via templates. 127.0.0.1 is also called the loop-back ip (localhost) and is e.g. used to speak with services on the same computer via TCP/IP - PMG sends mails through the...