I am trying to run Proxmox Mail GW on Proxmox VE and i'm getting into troubles. I'm using official OVZ template (debian-4.0-proxmox-mailgateway-2.3.tar.gz) and Proxmox VE v1.1 with multi-VLAN bridged configuration on veth's.
Firstly, i created VM with bridged interface from template. Then started it, entered to it and edited /etc/network/interfaces file to assign ip addresses. Ifup'ed network interfaces, entered web interface and uploaded license file. And right now i've ended with no postfix running on 25 port. Restarted VM and still no postfix listening.
I've compared it with venet-based virtual machine. In my case /etc/postfix/master.cf has no proper entries for smtp service. In case of venet machine it has <ipaddr>:25, <ipaddr>:26 entries.
Firstly, i created VM with bridged interface from template. Then started it, entered to it and edited /etc/network/interfaces file to assign ip addresses. Ifup'ed network interfaces, entered web interface and uploaded license file. And right now i've ended with no postfix running on 25 port. Restarted VM and still no postfix listening.
I've compared it with venet-based virtual machine. In my case /etc/postfix/master.cf has no proper entries for smtp service. In case of venet machine it has <ipaddr>:25, <ipaddr>:26 entries.
Tried to add those, but the file is regenerated automatically. Tried to edit /etc/proxmox/system.cfg with no success. How those entries are generated and how to fix it?192.168.35.116:26 inet n - - - 25 smtpd
-o content_filter=scan:127.0.0.1:10023
-o smtpd_recipient_restrictions=permit_mynetworks,reject_unauth_destination
-o smtpd_helo_restrictions=
-o smtpd_client_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_tls_security_level=none
192.168.35.116:25 inet n - - - 25 smtpd
-o content_filter=scan:127.0.0.1:10024
-o receive_override_options=no_address_mappings
-o mynetworks=127.0.0.0/8,192.168.35.116