Search results

  1. W

    [SOLVED] dkim signing

    Hello i got it to work here are my findings and how i got to getting it to work we use plesk as DNS host witch uses bind9 as backend so it adds alot of stuff behind the hood. the orginal output from PMG in my case is wecon._domainkey IN TXT ( "v=DKIM1; h=sha256; k=rsa; "...
  2. W

    [SOLVED] dkim signing

    Hello i have taken away the (" and "); at the end of the output in view dns record as we are using plesk that is using bind9 in the backend. will report back if it works or not.
  3. W

    [SOLVED] dkim signing

    Hello forgot to add PVE the host only allows our public ips to talk to port 587 here is a output i see in PMG 2023-07-31T17:14:40.846613+02:00 smtpgwny postfix/smtpd[3018]: connect from unms.weconnect.se[193.26.6.83] 2023-07-31T17:14:40.863982+02:00 smtpgwny postfix/smtpd[3018]...
  4. W

    [SOLVED] dkim signing

    Hello here is the senario i want to solve. we have internal servers that we want to sign. the setup: server 1 2 3 sends email via our PMG on internal port 587 server1.domain.se server2.domain.se server3.domain.se server1.domain.net we want to sign the domain.se but the domain.se is has...
  5. W

    Accidentally remove /etc/pve/node/mynode from proxmox

    i think the config that the /etc/pve/node/mynode has are gone. hence the error you are getting that the backup server is not finding the vm. i think you need to do a restore from backups as the vm is running yes but the config how to get to the data (vms ram cpu etc) is nuked. try and recreate...
  6. W

    Backup lxc with exit code 2

    hello looks like a permission error on the nfs share "/mnt/pve/NFS-QNAP-Proxmox-Backup/dump/vzdump-lxc-116-2023_06_24-04_49_04.tmp: Cannot open: Permission denied". check so that the proxmox host has read and write access to the "NFS-QNAP-Proxmox-Backup" share.
  7. W

    [SOLVED] cant remove kernel

    Hello how can i mount them manually?
  8. W

    [SOLVED] cant remove kernel

    Hello i have gotten an issue after updating to the latest proxmox.. i cant update kernel as it says no space left on the device. apt-get remove pve-kernel-5.4.114-1-pve --purge Reading package lists... Done Building dependency tree... Done Reading state information... Done The following...
  9. W

    script?

    Hello we moved from an old mail relay system to Proxmox Mail Gateway Cluster setup and imported all of our smtp settings. is there a script to see if domain is pointing to its cluster and if not remove the domain from transport and domains file on the master node?
  10. W

    Proxmox ZFS SSD Disks

    Hello One of our Proxmox dont see what disk type our ssds are they are in a ZFS (Raid1 conf)
  11. W

    [SOLVED] Container i386?

    Hello is there a way to get i386 LXC Containters for Proxmox 6.2? we need one for a old website that needs 32 bit os.. we dont want to install it in a VM but if we have to then we will to it but containers leave a small footprint so we would like to use it :)
  12. W

    [SOLVED] Centos 6 Template

    what fixed it for me was to make a new rsa key from inside the container with ssh-keygen -b 4096 -t rsa -f /etc/ssh/ssh_host_rsa_key Dont know if the ssh key gets copyd from the host when you create a Container or if it gets generated during the installation of openssh-server there is the...
  13. W

    Proxomox Backups - Clever Solutions

    Hello :) what backend systems are Stor1 and Back1? :) i got one synology and a freenas server at home here is my setup proxmox 2 ssd's in raid 1 for proxmox 256 GB synology shares out a iscsi target of 4 TB to proxmox who has it mounted freenas has a nfs share that takes the backups from...
  14. W

    [SOLVED] Centos 6 Template

    Hello all :D we got a old centos 5 installation on HW (HardWare) and we would like to install it on a CT but as centos 6. (Web Server php 5.3) the thing is that the only client on it has a very old website and will only work in php 5.3 with some other stuff installed. the centos 6 lxc...
  15. W

    [SOLVED] Proxmox Cluster Node changed ssh key file

    Hello... i made a bad thing on one of our Proxmox servers in a cluster.. i accidentaly changed the ssh key file root@ram:/etc/ssh# ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key now it cant connect to the vms via console.. how do we fix that issue? or is it a reinstall that is req? :( EDIT...