Recent content by FSIN

  1. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    Well where should I start, it was a Layer 8 Problem I tried sending E-Mails via openssl and telnet because I was to lazy to use proper tools. With swacks it works. Thanks for the support!
  2. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    I did what you said but i get Sender address rejected: Access denied in the postfix logs not sure what I could try next any Ideas what could go wrong?
  3. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    Why /etc/sals2/smtpd.conf and not /etc/postfix/sasl/smtpd.conf ? Isn't this the default location to put the smtpd config?
  4. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    How did you get this running? I tried it too, but it seems like the configuration is lost. For example, the allowed relay domains are missing. It just rejects my email. Authentication works perfectly, but when I try to send an email from an allowed domain I get a 554 5.7.1 error. Via Port 25...
  5. FSIN

    Settings of the Proxmox Mail Gateway as SMTP server with SMTP authenication

    Don't write directly to the /var/lib/pmg/templates directory. Instead, copy the template to the /etc/pmg/templates directory, as documented here, so that your configuration is not lost after an update.
  6. FSIN

    first-time setup

    Hi, When using ZFS, you shouldn't use a hardware RAID controller. ZFS requires direct access to the disks in order to manage redundancy, error detection, and recovery. Hardware RAID abstracts the disks from the operating system, making it impossible for ZFS to function correctly. You should...
  7. FSIN

    Login failed. Please try again

    Uff okay, can you show the content of your /etc/pve/priv/tfa.cfg ? remove any sensitive Content!
  8. FSIN

    Login failed. Please try again

    You can log in via SSH and disable TOTP. It's explained at the bottom of this PVE wiki article. https://pve.proxmox.com/wiki/OATH(TOTP)_Authentication
  9. FSIN

    ZFS not recognizing disk by-id after reboot

    Obviously, you have to stop the VMs/containers, but the data will remain unchanged. To avoid disturbing production, I would probably do this after normal work hours. The import/export process shouldn't take too long. If everything works as expected, I estimate that it will take 10 minutes for...
  10. FSIN

    ZFS not recognizing disk by-id after reboot

    Hi You could try exporting and importing the pool. This should rebuild the cache and may fix the issue. regards
  11. FSIN

    VMWARE Workstation nested inside PVE Windows host

    I got it to work with Uefi and a virtio network adapter. Hyper-V optimizations don't work. Here is What i've configured agent: 1 bios: ovmf boot: order=ide1;ide0;net0 cores: 4 cpu: host,flags=+vmx args: -cpu host,+kvm_pv_unhalt,+kvm_pv_eoi efidisk0...
  12. FSIN

    Rookie mistake - Assistance Needed: Deleted Cluster Configurations, GUI Showing No VMs

    Interesting, Keep me updated if this works. I think you only need to add the .conf files in the /etc/pve/qemu-server/<VMID>.conf
  13. FSIN

    Rookie mistake - Assistance Needed: Deleted Cluster Configurations, GUI Showing No VMs

    Hi djkay This happened to me when I first started using Proxmox. As far as I know there's not much you can do. Do you have a backup of the system? I'm not sure if this will work but if the VM's currently run they are still in memory so you can try to somehow recreate the config files by...
  14. FSIN

    Firefox and SSH issue

    My solution with firefox was to allow it local network access, i must have been deactivated at some point. Settings -> Privacy & Security -> Local Network there you find the option to turn on for Firefox. Fixed it for me
  15. FSIN

    [SOLVED] Restarting networking on the host disconnects all clients (permanently)

    Hi, I had a similar error with Windows Server, what fixed it for me was resetting the network adapter in Windows.