[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim Maildir "Sample"



Support wrote:
I`m currently running exim at my server with default configuration. All my incoming will be at /var/spool/mail/

I would like to configure my exim to be Maildir format. What should I configure ? Is there any sample ? I would like all my incoming mail to be at /home/

Googling for "exim maildir" finds loads of helpful results. I set this up myself a while back, the gist of it is that in your exim.conf file you need to modify the local_delivery section. Mine looks like this:

| local_delivery:
|   driver = appendfile
|   group = mail
|   mode = 0660
|   mode_fail_narrower = false
|   envelope_to_add = true
|   return_path_add = true
|   directory = ${home}/Maildir
|   maildir_format = true
|   prefix = ""

But read up on it more before you do it!

Randy



Reply to: