Hello Permission denied, i am facing the problemThe log file should be located in/var/log/mail.log
You can only read this file as a root user soHello Permission denied, i am facing the problem
sudo less /var/log/mail.log
should workSo what do I need to do to make it work, with which command can I run it?You can only read this file as a root user sosudo less /var/log/mail.log
should work
You can simply output the file contents withSo what do I need to do to make it work, with which command can I run it?
cat /var/log/mail.log
. Easier for reading would be less /var/log/mail.log
So what do I need to do to make it work, with which command can I run it?
less /var/log/mail.log
and use the keyboard to move through the log. (I think sudo is not installed by default, but you don't need it when using root.)Actually, the problem is exactly that the backup notifications that verify are not coming. Actually, I did all the settings correctly, but if I look at the postfix logs of a friend of mine, there might be something wrong. Can you help with this issue?less /var/log/mail.log
and use the keyboard to move through the log. (I think sudo is not installed by default, but you don't need it when using root.)
Actually, the problem is exactly that the backup notifications that verify are not coming. Actually, I did all the settings correctly, but if I look at the postfix logs of a friend of mine, there might be something wrong. Can you help with this issue?You can simply output the file contents withcat /var/log/mail.log
. Easier for reading would beless /var/log/mail.log
What are you trying to do? You want to get an email notification after verification? Are you using a Verifiy Job or are you verifying manually?Actually, the problem is exactly that the backup notifications that verify are not coming. Actually, I did all the settings correctly, but if I look at the postfix logs of a friend of mine, there might be something wrong. Can you help with this issue?
After making a backup, I want to receive a confirmation e-mail stating that the backup has been made, it used to be, but it does not come anymore. It should come, but it doesn't, so I wanted to look at the postfix logs and check if there is a problem.What are you trying to do? You want to get an email notification after verification? Are you using a Verifiy Job or are you verifying manually?
Did you start the backup manually or was the backup run by a Job that you configured? If you run the backup manually you have to specify the E-Mail for the notification manually again.After making a backup, I want to receive a confirmation e-mail stating that the backup has been made, it used to be, but it does not come anymore. It should come, but it doesn't, so I wanted to look at the postfix logs and check if there is a problem.
So where and how can I do it manually?In the attached screenshot you can see, when taking the backup manually, you can specify a mail address manually in the "Send email to:" field
Judging from the screenshots you attached to this post, you created a verification job, not a backup job. This job verifies whether the backups are still okay, but does not create any new backups. This is why I asked how do you create the backups.After making a backup, I want to receive a confirmation e-mail stating that the backup has been made, it used to be, but it does not come anymore. It should come, but it doesn't, so I wanted to look at the postfix logs and check if there is a problem.