exim-4.14-maildir.patchi»imBIN--- exim.conf.dist.orig 2003-08-21 02:42:40.000000000 +0200 +++ exim.conf.dist 2003-08-21 02:57:05.000000000 +0200 @@ -463,7 +463,7 @@ localuser: driver = accept check_local_user - transport = local_delivery + transport = local_delivery_maildir @@ -502,6 +502,16 @@ # group = mail # mode = 0660 +# This transport is used for local delivery to user mailboxes in the maildir +# format. By default it will be run under the uid and gid of the local user. +local_delivery_maildir: + driver = appendfile + directory = home/$local_part/.maildir + maildir_format + delivery_date_add + envelope_to_add + return_path_add + # This transport is used for handling pipe deliveries generated by alias or # .forward files. If the pipe generates any standard output, it is returned