Hi folks!
Using Postfix, I configured it to use Maildir. What is the best way to set Maildir to every user's account? Do I need to manually create directories in the home directory of the users?
Another thing: using Mutt I need set to .muttrc the Maildir
Is this the correct way? Or is there an easier step?
Thanks!
Pol
Using Postfix, I configured it to use Maildir. What is the best way to set Maildir to every user's account? Do I need to manually create directories in the home directory of the users?
Another thing: using Mutt I need set to .muttrc the Maildir
Code:
set folder="~/Maildir"
set mask="!^\\.[^.]"
set mbox="~/Maildir"
set record="+.Sent"
set postponed="+.Drafts"
set spoolfile="~/Maildir"
Is this the correct way? Or is there an easier step?
Thanks!
Pol