Search results

  1. N

    IMAP junk/spam IP to Blacklist IP objects in PMG - solution for anybody

    Hi, I was missing a way to feedback spam messages IP back to PMG. This it the solution. I am just writing to get you know that Ive prepared a script which is intended to automatically parse Junk/Spam folder in given IMAP server and than put List of origin IP from spam to Proxmox Mail Gateway to...
  2. N

    How to delete IP in blacklist objects through API

    Hi, I am building a script solely to manage IP in blacklist objects. So far It authorize correctly, I can download a list of objects and I can add new IP to a list. I am struggling with removing / deleting IP from that blacklist_objects list. In API docummentation I dont see any DELETE...
  3. N

    Backup using Duply - cron task not starting

    Hi, I am using duply to make backup from ProXmox hostnode to an external ftp server. Ive configured and use Duply from command line issuing following command: duply vzbackup backup It works beautifully. I try to put this into cron to make backups automatic daily 4.10 am. Ive created a file...
  4. N

    vzctl set <vmid> --devnodes md0:rw --save : openVZ. how to use second drive in guest

    properly editing /etc/vz/conf to set VZ on second drive Hi, I am struggling with such problem: Ill have 2 disk mounted in Proxmox Host. I want to move and run some openVZ containers from the second drive. Its possible? If not, can I move all containers to second drive/ change config so proxmox...
  5. N

    Its safe to use different dirs for /var/lib/vz/root and /var/lib/vz/private

    Hi, I wonder if its safe to configure different dir for root and private in /etc/vz/conf? I have 2 drives and one where all vz containers is small (80Gb). I have second which is 660Gb and I would make use of it. Additionally I would like to fully support build proxmox backup functionality. Ive...
  6. N

    Configure VM to use different volumes

    Hi, My proxmox installation use dedi (OVH EG Hybrid line - http://www.ovh.pl/produkty/eg_hybrid.xml) with 2 separate raid sets. By defauls all VM I create use one default drive. But this drive will be filled up very soon. Its possivle to use another locally connected volume so it can be used...
  7. N

    Proxmox on Dedicated - how to DNS for all VM on host.

    Hi, Ive move from VPS to my own dedi. I ve installed Proxmox and create few VM (all openVZ). For now Ill connect to VM by IP and everything works great (Thanks Proxmox Team!). Now I am thinking about how to properly configure domains and DNS to get the most easiest setup to manage. I think...
  8. N

    Hot to build very realiable setup using the least number of nodes and optionally ftp

    Hi, I am newbee to this forum and to virtualization per se. Firstly I wanted to thank Developers team to create great product. Ive read many reviews about Proxmox and they are very promising. Yet, I couldn't find the answer to my questions about how safety is to build personal VPS platform...