I am looking at using PMG on a client's machine (hardware in a datacenter running Ubuntu 22.04 with several applications mostly in docker containers).
The machine currently receives email on port 25 (docker container "smtp" with postfix, fail2ban, postgrey, spf checking) and any email for valid/active users is forwarded to an outside machine doing spam/virus filtering and ends up coming in on port 587 (another docker requiring authentication, running dovecot vor IMAP access and a seperate instance of postfix).
In the situation described I want to get rid of the reliance on the outside machine. As I think PMG does everything the current docker container does, if so I could probably have it listen on port 25 instead. If that is not the case I could set it up on some other port and forward to that.
Looking at the adminstration guide (system requirements) I thought going for "KVM (virtio drivers are integrated, great performance)", would be a good idea, but I can't find anything on how to set that up (kvm is only mentioned in that bullet item list). Should I just go with VirtualBox (with which I am more familiar, but I thought it to be overkill) or is there a description on how to install/configure PMG with KVM running on Ubuntu/Debian?
The machine currently receives email on port 25 (docker container "smtp" with postfix, fail2ban, postgrey, spf checking) and any email for valid/active users is forwarded to an outside machine doing spam/virus filtering and ends up coming in on port 587 (another docker requiring authentication, running dovecot vor IMAP access and a seperate instance of postfix).
In the situation described I want to get rid of the reliance on the outside machine. As I think PMG does everything the current docker container does, if so I could probably have it listen on port 25 instead. If that is not the case I could set it up on some other port and forward to that.
Looking at the adminstration guide (system requirements) I thought going for "KVM (virtio drivers are integrated, great performance)", would be a good idea, but I can't find anything on how to set that up (kvm is only mentioned in that bullet item list). Should I just go with VirtualBox (with which I am more familiar, but I thought it to be overkill) or is there a description on how to install/configure PMG with KVM running on Ubuntu/Debian?