Recent content by fribse

  1. F

    [SOLVED] Getting bounces for email sent to you@example.com

    It isn't? weird, must have been made when the disk wouldn't release the VM115, and I searched the web for ways to fix it, at least it is gone now. And I found the cron, it was in /etc/cron.d/ where it had a zfs_nvme_monitor. I had a lot of problems a few kernels ago with zfs/nvme/intel nic, and...
  2. F

    [SOLVED] Getting bounces for email sent to you@example.com

    Thankyou very much @Onslow and @fstrankowski for your help!
  3. F

    [SOLVED] Getting bounces for email sent to you@example.com

    @Onslow you are right, I found this: Feb 28 22:00:01 pve CRON[1179505]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0) Feb 28 22:00:01 pve CRON[1179507]: (root) CMD (/usr/local/bin/zfs_nvme_monitor.sh) Feb 28 22:00:01 pve CRON[1179505]: pam_unix(cron:session)...
  4. F

    [SOLVED] Getting bounces for email sent to you@example.com

    I just wandered around in the /var/log, the zfs does show errors, not sure how to get rid of them.
  5. F

    [SOLVED] Getting bounces for email sent to you@example.com

    @fstrankowski : Nothing in postfix queue @Onslow Nothing with crontab -l root@pve:~# cat /etc/crontab # /etc/crontab: system-wide crontab # Unlike any other crontab you don't have to run the `crontab' # command to install the new version when you edit this file # and files in /etc/cron.d...
  6. F

    [SOLVED] Getting bounces for email sent to you@example.com

    I do run a pbs, but I am pretty sure it's coming from the PVE (and I only have 1 of those). The grep gave no result. The bounced email (I have replaced the domain with domain.com): This is the mail system at host pve.domain.com. I'm sorry to have to inform you that your message could not be...
  7. F

    [SOLVED] Getting bounces for email sent to you@example.com

    Nothing except the CF certificate setup under ACME Accounts. Under Targets I've made a 'RootEmail' with a SMTP setup, and it routes all notifiations to that.
  8. F

    [SOLVED] Getting bounces for email sent to you@example.com

    Yes, that is set to a 'real' mailaddress.
  9. F

    [SOLVED] Getting bounces for email sent to you@example.com

    Hi All Proxmox 9.1.5 I get bounces for emails sent to you@example.com from pve@root. I can't find anything in the gui in notifications that has that address, I've changed the address for pve@pam to a real email address. Where on earth can I find that email?
  10. F

    Trying to set up PBS to use S3 on QUObjects App (QNAP)

    I've made a video about the setup here (amongst other things): https://youtu.be/MFMmU0Fn_TU
  11. F

    Trying to set up PBS to use S3 on QUObjects App (QNAP)

    Hi @Chris I've run it again later, and that worked, not sure what fixed it, or if it was a fluke. Thankyou
  12. F

    Trying to set up PBS to use S3 on QUObjects App (QNAP)

    Hi @Chris Ok, so it takes backup of all my ct's and one of my vm (I have two), the one that it fails on is the biggest, and it stops at 22%. PBS becomes unresponsive on the GUI, but I can still access via the PVE console. Should I make a new thread for this new issue, or can I provide som...
  13. F

    Trying to set up PBS to use S3 on QUObjects App (QNAP)

    Hi Chris Ok, now I am officially baffled, I tried it today, and now it just recognizes the 'real' certificate, without the fingerprint. I guess it could have 'cached' the old letsencrypt certificate. I suspect that it doesn't like a letsencrypt certificate, but unfortunately I don't the time to...
  14. F

    Trying to set up PBS to use S3 on QUObjects App (QNAP)

    Yes, the certificate chain is correct, that is what I meant with the site is correctly encrypted. It's the letsencrypt certificate. I know that the thumbprint is only needed for non-valid certificates, but some of the s3 clients doesn't have the new root cert LE uses, so I just wanted to make...
  15. F

    Trying to set up PBS to use S3 on QUObjects App (QNAP)

    As I mentioned previously in the thread it's a letsencrypt certificate. The plan is to place the qnap off-site to get a off-site backup, so by giving it a hostname, I can always change the dns the hostname is pointing to when it's moved. It's currently placed in a DMZ on my site, but there are...