Search results

  1. S

    Feedback for PVE setup for large Nextcloud installation (with other services)

    Hi there, Current Situation: We have a Nextcloud install with about 1000 users (but many are inactive). Everything is currently running on a Debian bare metal server, with caddy as a reverse proxy and Nextcloud (and other services) in Docker behind. Our current server (4 cores, 32 GB RAM, no...
  2. S

    [TUTORIAL] msmtp for sending pve notification mails

    Yeah steps 1-3 need to be done on a per host basis
  3. S

    [TUTORIAL] msmtp for sending pve notification mails

    My mailprovider was rejecting my pve mails. I didn't get it working with postfix. So I tried msmtp and found a working config. EDIT/Attention: Logfile needs to be at /var/log/msmtp because otherwise AppArmor profile will deny msmtp to write to it. This is not the most secure configuration. See...
  4. S

    using msmtp as mta in proxmox

    Hello there. I was unable to configure postfix to work as a relay smtp server. I therefore switched to msmtp i installed the packages with apt install msmtp msmtp-mta and created a global config in /etc/msmtprc I can now send mail via msmtp or sendmail (now just symlink to msmtp) on the...