Recent content by OhmegaStar

  1. O

    Guest VM Migrated from hyper-v: network not working

    Oh I See, the working VM references ens18
  2. O

    Guest VM Migrated from hyper-v: network not working

    @Neobin Thanks, that solved the issue (changing the interface name to ens18) now i have connectivity. re the other questions of multiple physical per bridge, that is only temporary, as the server is connected to two different switches, and theres a short path to the vm's being imported on each...
  3. O

    Guest VM Migrated from hyper-v: network not working

    Hi, I'm migrating from HyperV to Proxmox VE 9, I've made the needed setup and have two bridges configured. i can reach the management interface fine on the ip's set on the bridges. my first migration is proxmox pmg, the vm starts fine, i can log in on the console. but it is unreachable from...
  4. O

    Proxmox Mail Gateway 8.0 available

    Nice guide for in place upgrade, it is worth mentioning that a little extra effort is in doing this guide and using the no-sub repo, as the guide focuses on the enterprise repo. some mention should be in the guide to add instructions for the no-sub. /OhmegaStar
  5. O

    [SOLVED] Additional parameters added to /var/lib/pmg/templates/main.cf.in not applied after upgrade & restart

    Solved, was missing that there need to be a copy in /etc/pmg/templates/ (there was an old version without the added lines) Placed a copy there. made sure the changes are in that file. /OhmegaStar
  6. O

    [SOLVED] Additional parameters added to /var/lib/pmg/templates/main.cf.in not applied after upgrade & restart

    Version: Linux hostname 5.15.108-1-pve #1 SMP PVE 5.15.108-2 (2023-07-20T10:06Z) x86_64 7.3-8 proxmox-mailgateway: 7.3-2 pmg-api: 7.3-8 pmg-gui: 3.3-2 pve-kernel-5.15: 7.4-4 pve-kernel-5.13: 7.1-9 pve-kernel-5.15.108-1-pve: 5.15.108-2 pve-kernel-5.15.107-2-pve: 5.15.107-2...
  7. O

    [SOLVED] Additional parameters added to /var/lib/pmg/templates/main.cf.in not applied after upgrade & restart

    Hi, I have implemented smart host with tls & credentials following the excellent guide here: https://www.caretech.io/2018/10/06/how-to-use-proxmox-mail-gateway-with-an-authenticated-smarthost/ I've added my additional parameters to the /var/lib/pmg/templates/main.cf.in [% IF...
  8. O

    Using transports to trap spam and ham learning addresses

    Bump - is there really no-one that can help me achieve this ?
  9. O

    Login error, when using same browser after accessing quarantine via ticket

    Ah, No i was under the false assumption that clicking logout from quarantine returned me to the management login. Thanks for clearing this up. Br, Henrik
  10. O

    Login error, when using same browser after accessing quarantine via ticket

    Hi, With quarantine access via tickets, once a browser has been used for login via a ticket, it is not possible to login normal via username / password, even after clicking logout from the ticket based session. Br, Henrik
  11. O

    Using transports to trap spam and ham learning addresses

    It's among other things spam like this that i want to send to sa-learn These mails score 0/5: Feb 25 19:19:34 razor postfix/smtpd[24167]: connect from mxptr5-127.brandnewspace.net[217.182.244.127] Feb 25 19:19:35 razor postfix/smtpd[24167]: BE8D75810F1...
  12. O

    Using transports to trap spam and ham learning addresses

    Hi All, I'm new to Proxmox pmg. I moved from Xwall for various reasons. One of the issues in leaving Xwall was the simple task of adding learn-spam, and learn-not-spam for the bayes filter. by simply creating two mailadresses (i used spam@spam.spam and notspam@spam.spam) in the xwall, causing...