I am trying to install postfix on Ubuntu with bellow tutorial
but while Initialize the Maildir and Test the Client i am getting below error
root@ubuntu-shm:~# ls -R ~/Maildir ls: cannot access ‘/root/Maildir’: No such file or directory
I havent created non root user.
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.
I’m having similar issue. Please someone help.
I am getting same error. wondering if anyone found a fix. Thank you
I have got same issue.
sann@ububtu16Lamp:~# echo ‘init’ | mail -s ‘init’ -Snorecord sann Can’t canonicalize “/sann/Maildir” sann@ububtu16Lamp:~# ls -R ~/Maildir ls: cannot access ‘/sann/Maildir’: No such file or directory
This comment has been deleted
I fixed this by opening my postfix
main.cf
file:and adding the following to the end of the file:
and restarting postfix.
At that point running
returned
but when I ran
The mail directory was there!! Success!! Hope this helps future mail pioneers. ~ Gifford