Search results

  1. N

    Problem RAM - Balloning - Windows Server

    Hello, i've a problem with the ballooning on the Windows virtual machines. I've install the qemu agent and drivers. But the problem we encoutered is that on ProxMox VE i see the ram machine using is at 75% and also in the VM in task manager i see 75%, but the machine is not using all this ram...
  2. N

    Cluster - Corosync not sync

    Hello, i'm using the version: 6.2-12. And i will attach my two file corosync.conf one from inside pve and one from corosync folder. How could i do to sync these files to be the same?
  3. N

    Cluster - Corosync not sync

    Hello to all, i was trying to follow this https://pve.proxmox.com/wiki/Multicast_notes#Use_unicast_.28UDPU.29_instead_of_multicast.2C_if_all_else_fails Because i'm in the situation the my cluster is on OVH. After modify the /etc/pve/corosync.conf and apply all services restart needed, i see...
  4. N

    SMTP Relay Balancing

    hello, thanks for your answer. I've already read some information about cluster in doc but not find this config. I will attach what i need to do ONLY for SMTP relay The cluster do this functions? Or i need to use records?.. and if i need to use record, which your best pratices? Thanks
  5. N

    SMTP Relay Balancing

    Hello, is possible to use the HA feature also for SMTP relay?. Now i have my devices and others that point to mysmtp.domain.com, is sufficient to add the other node that the system do a balancing? Thanks
  6. N

    SMTP authentication in Proxmox

    in main.cf and master.cf i never modified, but i check if changes are applied and yes they are.
  7. N

    SMTP authentication in Proxmox

    Hello, i've done. I've insert this in main.cf.in: 'smtpd_sasl_auth_enable = yes' 'broken_sasl_auth_clients = yes' 'smtpd_sasl_security_options = noanonymous' 'smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination' After do a pmgconfig sync --restart 1 and a...
  8. N

    SMTP authentication in Proxmox

    Hello, i've configured the postfix authentication and all.. but if i wanted to use relay only via authentication, so without "trudted network or relay domain", i got ever "relay access denied". Where i m wrong? Is there any settings in proxmox that block my postfix config? Thanks
  9. N

    SMTP authentication in Proxmox

    Yes was the "s" in templates. But also, i have problems with configuration. i need to use authentication clients to send emails...because i would set it for printes, scanners and other third applications. Do you have some examples of other customers that had implement this? Thanks
  10. N

    SMTP authentication in Proxmox

    ok, i have try with postconf -n but , seems that postfix not read from file in /etc/pmg/template/main.cf.in .. which permission folder need? Thanks
  11. N

    SMTP authentication in Proxmox

    I only have added this: smtp_sasl_auth_enable = yes smtp_tls_security_level = encrypt smtp_sasl_tls_security_options = noanonymous smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  12. N

    SMTP authentication in Proxmox

    i've done postconf -d but the modifies aren't display. Is there something to do more? Thanks
  13. N

    SMTP authentication in Proxmox

    I have edit it, and execute pmgconfig sync --restart 1 But the modifications aren't display, do i lost something?
  14. N

    SMTP authentication in Proxmox

    Hello, thanks for your suggestion. Just i thing that i don't understand, when i copy the files i need to rewrite them?.. from main.cf.in to main.cf?
  15. N

    SMTP authentication in Proxmox

    Hello everyone, i'm new on PMG, after various researchesi haven't found any solution to set on proxmox the SMTP authentication. I setup my PMG to be a relay server to Office 365, but i would securize more my installation enable only smtp client auth to sent emails. How could i do this?. Thanks...