Hi!
I use PVE 8.3.5, and I wanted to set up the notification system so that I get notified through Ntfy when something happens.
I have made a webhook notification target and when I click test, I receive the notification in the Ntfy webapp so that part should be fine.
I have also made a new notification matcher with no match rules in the hopes that it would pick up mails sent to root. I have checked the box of the Ntfy notification target.
However if I test it by sending a mail to root with the below command, I wont get a message through Ntfy:
```
mail -s "Proxmox-Ntfy webhook teszt" root < /dev/null
```
If I open my mailbox (my account is set up for root's alias in /etc/aliases but I think that is standard) with the mail command, the mail is there (and every time I repeat it an additional one appears). root's mailbox is empty and /var/mail/ has no file for root.
The `/root/.forward` file contains this line, along with the pipe:
```
|/usr/bin/proxmox-mail-forward
```
If I watch the system journal while sending the mail, I see informational messages of postfix (postfix/pickup, postfix/cleanup, postfix/qmgr, postfix/local), but nothing else.
What may be the problem? What can I do to debug it?
I use PVE 8.3.5, and I wanted to set up the notification system so that I get notified through Ntfy when something happens.
I have made a webhook notification target and when I click test, I receive the notification in the Ntfy webapp so that part should be fine.
I have also made a new notification matcher with no match rules in the hopes that it would pick up mails sent to root. I have checked the box of the Ntfy notification target.
However if I test it by sending a mail to root with the below command, I wont get a message through Ntfy:
```
mail -s "Proxmox-Ntfy webhook teszt" root < /dev/null
```
If I open my mailbox (my account is set up for root's alias in /etc/aliases but I think that is standard) with the mail command, the mail is there (and every time I repeat it an additional one appears). root's mailbox is empty and /var/mail/ has no file for root.
The `/root/.forward` file contains this line, along with the pipe:
```
|/usr/bin/proxmox-mail-forward
```
If I watch the system journal while sending the mail, I see informational messages of postfix (postfix/pickup, postfix/cleanup, postfix/qmgr, postfix/local), but nothing else.
What may be the problem? What can I do to debug it?