I've been trying to switch from mbox to maildir, but exim won't deliver
to my maildirs. Here's the relevant section of my exim.conf:

Default address_directory transport:

  address_directory:
    driver = appendfile
    no_from_hack
    prefix = ""
    suffix = ""
  # maildir_format

What I've put in based on the comments in the exim.conf file:

  address_directory:
    driver = appendfile
    no_from_hack
    prefix = ""
    suffix = ""
   maildir_format
  
  address_directory2:
    driver = appendfile
    no_from_hack
    prefix = ""
    suffix = ""
   maildir_format

Here's the output of a filter test, which seems to indicate success.
Similar mail targeted to mboxes gets delivered.

me$ /usr/lib/sendmail -bf .forward <test
Sender    = [EMAIL PROTECTED]
Recipient = [EMAIL PROTECTED]
Testing Exim filter file .forward

Save message to: /home/me/Mail/test/

TIA for any help,

PM
-- 
Paul Mackinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to