Question
Need some help with a basic email server setup
root@server:/home/daily# ls -al total 32 drwxr-xr-x 4 daily daily 4096 Jun 13 14:31 . drwxr-xr-x 4 root root 4096 Jun 12 06:45 .. drwx------ 2 daily daily 4096 Jun 13 14:29 Mail drwx------ 5 daily daily 4096 Jun 13 14:31 MaildirMail is empty though.
root@server:/home/daily# ls -al Maildir/ total 20 drwx------ 5 daily daily 4096 Jun 13 14:31 . drwxr-xr-x 4 daily daily 4096 Jun 13 14:31 .. drwx------ 2 daily daily 4096 Jun 13 14:31 cur drwx------ 2 daily daily 4096 Jun 18 03:33 new drwx------ 2 daily daily 4096 Jun 18 03:33 tmpSo it looks like mails are getting delivered into Maildir/ but checking from terminal:
root@server:/home/daily# su mike mike@server:/home/daily$ mail No mail for mikeAny ideas on how to fix this? I'm running postfix and dovecot. No virtual users, only these two I've mentioned are needed...
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.
×