Hi
I have a problem, after running postfix, emails are sending but with an error
<g.abc@abc.pl>: host xyz.nazwa.pl[1.2.3.4] said: 553
5.7.1 <root@node2.pve>: Sender address rejected: not owned by user
it@xyz.nazwa.pl (in reply to RCPT TO command)
As I use the command:
works without any problem
I have a problem, after running postfix, emails are sending but with an error
<g.abc@abc.pl>: host xyz.nazwa.pl[1.2.3.4] said: 553
5.7.1 <root@node2.pve>: Sender address rejected: not owned by user
it@xyz.nazwa.pl (in reply to RCPT TO command)
Code:
echo "Test mail from postfix" | mail -s "Test Postfix" g.abc@abc.pl
As I use the command:
Code:
echo "test mail from proxmox" | mail -r it@abc.pl -s test g.abc@abc.pl
works without any problem