Search results

  1. R

    Proxmox Mail Gateway 6.2 available

    Good morning, I had to install the PMG from scratch, good that I had a fresh backup of all configurations.
  2. R

    Proxmox Mail Gateway 6.2 available

    Ok it seems that all of the pmg services are either masked or disabled systemctl list-unit-files | grep pmg pmg-smtp-filter.service masked pmgbanner.service masked pmgdaemon.service masked pmgmirror.service masked...
  3. R

    Proxmox Mail Gateway 6.2 available

    Something to think about # systemctl restart pmgproxy Failed to restart pmgproxy.service: Unit pmgproxy.service is masked. # systemctl status pmgproxy ● pmgproxy.service Loaded: masked (Reason: Unit pmgproxy.service is masked.) Active: inactive (dead)
  4. R

    Proxmox Mail Gateway 6.2 available

    Good afternoon, I just upgraded mine from 6.1 to 6.2, now I can´t access the system (on port 8006) via web (only ssh). Is the service down or dead?
  5. R

    [SOLVED] Regular expression in Whitelist

    Good afternoon, yes there were some warnings ;-) Ok let´s try with the regex you suggested & thanks for the help.
  6. R

    [SOLVED] Regular expression in Whitelist

    Hi Stoiko and thanks for your reply, So Who-object it is thanks. The regular expression e.g. "*@*.com " seems to be working on the test cases I did. Do you have a better solution? ;-) Ragnar
  7. R

    [SOLVED] Regular expression in Whitelist

    Good afternoon, If I would like to accept (whitelist) a root domain e.g. lets say *.com What would my best approach be? Configuration > Mail Proxy > Whitelist > add regex: *@*.com Or use Administration > User Whitelist > add *.com Regards, Ragnar