Search results

  1. P

    Masquerading domains

    Hello guys, I have to masquerade a few domains but I haven't succedeed yet. I tried some solutions editing the /postfix/main.cf file but it doesn't seem to work. Any suggestions? Thanks
  2. P

    Network routes

    This is what happens when I try to restart networking: root@proxmox:~# cat /etc/network/interfaces auto lo iface lo inet loopback auto ens192 iface ens192 inet static address 172.19.19.185 netmask 255.255.255.0 gateway 172.19.19.1 auto ens224 iface ens224 inet static address...
  3. P

    Network routes

    I configured 2 interfaces, 1 production with default route and 1 management I need to route a subnet behind the management one I can add the route normally with 'ip route add...' but I need to configure it permanently
  4. P

    Network routes

    ok but from the gui where? I only see the option to edit and create interfaces not routes
  5. P

    Network routes

    Hello, I'm having trouble adding routes permanently. I tried to edit the /etc/network/interfaces file but I always get an error. Could someone help me out? Thanks
  6. P

    SMTP authentication?

    Hello guys, I'm testing proxmox and my understanding so far is that it doesn't support SMTP authentication. Is there anyway to implement it? I mean even if it is not supported officially Thanks
  7. P

    Authentication with certificate on port 587?

    Hello guys, I'm currently testing proxmox and I need a clarification. Can you configure it to support TLS authentication on port 587 with a self signed certificate? Thanks
  8. P

    Multiple listeners on same interface?

    Yeah I know but my current mail server performs authentication on port 587 through certificate. Is it possible to replicate this in Proxmox?
  9. P

    Multiple listeners on same interface?

    Can I set up 2 listeners on the same interface? I'd need 25 and 587 Thanks