I was setting up Postfix with this tutorial https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-20-04
Upon sending test email got this error message “mail: cannot send message: Process exited with a non-zero status”
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
In addition to what has already been mentioned, you might also have to define your hostname in
/etc/hostname
and make sure that the hostname for127.0.0.1
in/etc/hosts
matches that too.Best,
Bobby
Hi @aecsp2000,
I’ll recommend checking the error log to see the exact reason as to why you are receiving this message. The error log should be located in the ```/var/log/` folder somewhere. The file is usually called /var/log/maillog, /var/log/mail.err or /var/log/mail.
Additionally, you can try to reconfigure Postfix with the following command
Just let me know which options are you selecting.