ayufan / pve-backup-server-dockerfiles

Unofficial, and unmaintained build of proxmox-backup-server
348 stars 60 forks source link

How to configure smtp? #7

Closed kadrim closed 2 years ago

kadrim commented 3 years ago

on the docker-host i have a working postfix configured and running.

can i somehow put that to use or do i have to add a postfix to the docker-container? what would be the best approach so i can send the system-notifications?

ayufan commented 2 years ago

Unfortunately not. You would have to run postfix in a container. That would have its own mail server.

Some info is explained here: https://serverfault.com/questions/631941/send-mail-from-docker-container-with-hosts-postfix

kadrim commented 2 years ago

thanks for the heads up! Maybe i will then add some docker-compose magic to the setup

n3roGit commented 1 year ago

@kadrim could you please provide your solution?