Email after backup job

cr_eis

Member
Feb 3, 2021
20
3
23
52
Hello,
From the proxmox hypervisor I have set up the VM backups. After the backup I have to receive a report by email.I set up postfix using authentication. I receive the test email by typing this command.

echo "Test mail from postfix" | mail -s "Test Postfix" destinataire@mail.com

However, I don't receive the email of the backup report even though the postfix logs indicate that it is gone. I don't find it in my spam either.

Aug 13 01:17:42 proxmox1 postfix/pickup[66377]: D7203400A7F: uid=0 from=<root> Aug 13 01:17:42 proxmox1 postfix/cleanup[73623]: D7203400A7F: message-id=<20210812231742.D7203400A7F@emr-france.com> Aug 13 01:17:43 proxmox1 postfix/qmgr[2541]: D7203400A7F: from=<root@emr-france.com>, size=24344, nrcpt=1 (queue active) Aug 13 01:17:43 proxmox1 postfix/smtp[73625]: D7203400A7F: to=<result@eis-informatique.com>, relay=smtp.orange.fr[193.252.22.84]:25, delay=1, delays=0.21/0.23/0.31/0.28, dsn=2.0.0, status=sent (250 2.0.0 gnHj250031ck7yu03nHjx5 mail accepted for delivery) Aug 13 01:17:43 proxmox1 postfix/qmgr[2541]: D7203400A7F: removed

Does anyone have an idea about my problem ?
 
The relay smtp.orange.fr accepted it, so it is either there or on your downstream mail server that it gets dropped.
 
the problem was with the smtp server. The test mails were well sent not those coming from the vzdump backup. I used another smtp server to make it work.
Thanks
 
  • Like
Reactions: mira