To test for sending email after postfix installed. echo "test" | mail -s "test" [email protected] Mail Delivery Status Report will be mailed to <root>.
The email was received in my gmail account. mail No mail for root root@localhost:~# mail -f /var/mail/root mail: /var/mail/root: No such file or directory root@localhost:~# mail -f /root/Maildir mail: /root/Maildir: Is a directory "home_mailbox = Maildir/" in /etc/postfix/main.cf Why can't receive Mail Delivery Status in root Maildir? tree /root/Maildir /root/Maildir ├── cur ├── new └── tmp 3 directories, 0 files root@localhost:~# ls -al /root/Maildir total 20 drwxr-xr-x 5 root root 4096 Oct 7 03:32 . drwx------ 9 root root 4096 Oct 7 03:32 .. drwx------ 2 root root 4096 Oct 7 03:32 cur drwx------ 2 root root 4096 Oct 7 03:32 new drwx------ 2 root root 4096 Oct 7 03:32 tmp -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html
