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

Re: exim maildir



Michael Merritt <michael@miklm.com> writes:

> It seems that exim is by default set up to deliver to standard mbox format.  
> What steps do I need to complete to make it use Maildir so I can use 
> Courier-IMAP and Courier-POP with exim?  Is there a how-to or similar 
> somewhere?  If not, I'll write one once I get this figured out.  There seems 
> to be a dearth of information online on the subject in an understandable 
> format.
> 
> Thanks,
> -- 

I use this transport configuration for courier with virtual domains:


virtual_localdelivery:
  driver = appendfile
  create_directory = true
  directory_mode = 700
  directory = /var/spool/virtual/${domain}/${local_part}/
  headers_remove = "Bcc"
  user = vmail
  group = vmail
  maildir_format
  mode = 660

HTH
Ramin



Reply to: