Recent content by jason99

  1. J

    How to duplicate an existing OpenVZ virtual machine?

    Thanks for the tip - I appreciate it. Worked nicely.
  2. J

    How to duplicate an existing OpenVZ virtual machine?

    Seems like making a straight copy of a virtual machine should be easy with Proxmox, but so far I have not been able to figure out how to do it. I check the wiki page on duplicating virtual machines, which states at the top: Not sure exactly what they mean by that?
  3. J

    VZDump notification trying to go to root@proxmox.localdomain

    I guess I haven't communicated very well here. I realized that root@proxmox.localdomain won't resolve to anything. My question is, how do I get the system to send email to email@mycompany.com instead, or to quit sending these emails at all?
  4. J

    VZDump notification trying to go to root@proxmox.localdomain

    Here you go: This is the mail system at host proxmox.localdomain. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem...
  5. J

    VZDump notification trying to go to root@proxmox.localdomain

    So, that line should be myhostname = proxmox.localdomain Right?
  6. J

    VZDump notification trying to go to root@proxmox.localdomain

    My server actually doesn't have an FQDN as such. It's a LAN machine on proxmox.localdomain. Should I use that with the above instructions?
  7. J

    VZDump notification trying to go to root@proxmox.localdomain

    Here it is: # See /usr/share/postfix/main.cf.dist for a commented, more complete version smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings...
  8. J

    VZDump notification trying to go to root@proxmox.localdomain

    Thanks for replying, Udo. Yes. Not sure. Here's what it says: postmaster: root nobody: root hostmaster: root webmaster: root www: root Yes, that's set correctly.
  9. J

    VZDump notification trying to go to root@proxmox.localdomain

    I've got my admin email address set correctly, but every Saturday morning after the VZDump task runs, I get an undeliverable email bounce showing that the system tried to send a notification to root@proxmox.localdomain (the hostname of my server). Here is the VZDump command, as reported in the...
  10. J

    Kinda lost with hostnames - it always worked before

    Got it fixed. Turns out that Samba netbios won't work for me unless I use bridged networking for the guest. When I changed it to that and manually configured /etc/network/interfaces to give it a static IP, everything worked as before.
  11. J

    Kinda lost with hostnames - it always worked before

    I have had occasion to set up many Debian servers over the years for things like web development and file sharing, but there are many areas which I've barely touched because they always "just worked" for me. One such area is that of hostnames. When I used to set up Debian - and indeed on my...