Hello everyone,
I am trying to setup postfix to send me system emails via gmail exchange. I've had this setup without issue on proxmox 7. I am now running proxmox 8 fully updated. I set everything up. Unfortunateyl the following two commands (using proper email addresses) do not work.
```
sendmail test@test.com
From: test@test2.com
Subject: Test mail
This is a test email
.
```
```
echo "This is a test email2." | mail -s "Test email2" test@test.com
```
```
journalctl -u postfix
-- Boot 12a285c51049476fbc0a8f4da707a765 --
Aug 28 21:20:43 aeolus systemd[1]: Starting postfix.service - Postfix Mail Transport Agent...
Aug 28 21:20:43 aeolus systemd[1]: Finished postfix.service - Postfix Mail Transport Agent.
Aug 28 21:30:12 aeolus systemd[1]: postfix.service: Deactivated successfully.
Aug 28 21:30:12 aeolus systemd[1]: Stopped postfix.service - Postfix Mail Transport Agent.
Aug 28 21:30:12 aeolus systemd[1]: Stopping postfix.service - Postfix Mail Transport Agent...
Aug 28 21:30:12 aeolus systemd[1]: Starting postfix.service - Postfix Mail Transport Agent...
Aug 28 21:30:12 aeolus systemd[1]: Finished postfix.service - Postfix Mail Transport Agent.
```
My system does not have /var/log/mail* and does not have /var/log/syslog
I have no idea how to get more information to help with this issue. Can someone please help me find the proper logged information so I can debug?
Thank you.
I am trying to setup postfix to send me system emails via gmail exchange. I've had this setup without issue on proxmox 7. I am now running proxmox 8 fully updated. I set everything up. Unfortunateyl the following two commands (using proper email addresses) do not work.
```
sendmail test@test.com
From: test@test2.com
Subject: Test mail
This is a test email
.
```
```
echo "This is a test email2." | mail -s "Test email2" test@test.com
```
```
journalctl -u postfix
-- Boot 12a285c51049476fbc0a8f4da707a765 --
Aug 28 21:20:43 aeolus systemd[1]: Starting postfix.service - Postfix Mail Transport Agent...
Aug 28 21:20:43 aeolus systemd[1]: Finished postfix.service - Postfix Mail Transport Agent.
Aug 28 21:30:12 aeolus systemd[1]: postfix.service: Deactivated successfully.
Aug 28 21:30:12 aeolus systemd[1]: Stopped postfix.service - Postfix Mail Transport Agent.
Aug 28 21:30:12 aeolus systemd[1]: Stopping postfix.service - Postfix Mail Transport Agent...
Aug 28 21:30:12 aeolus systemd[1]: Starting postfix.service - Postfix Mail Transport Agent...
Aug 28 21:30:12 aeolus systemd[1]: Finished postfix.service - Postfix Mail Transport Agent.
```
My system does not have /var/log/mail* and does not have /var/log/syslog
I have no idea how to get more information to help with this issue. Can someone please help me find the proper logged information so I can debug?
Thank you.