X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fexim4%2Fconf.d%2Ftransport%2F30_exim4-config_maildir_home;h=50795a03ee2c1f7053977965efa80eb66dc72dfd;hb=50f8756278661d38cd3b1341fe55265a082702f4;hp=a872accff8077d86c1d2b58ef5baec54fe917d60;hpb=0625c01974df320cade3f9cd56674bcdfee0d9f3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/exim4/conf.d/transport/30_exim4-config_maildir_home b/etc/exim4/conf.d/transport/30_exim4-config_maildir_home index a872acc..50795a0 100644 --- a/etc/exim4/conf.d/transport/30_exim4-config_maildir_home +++ b/etc/exim4/conf.d/transport/30_exim4-config_maildir_home @@ -2,40 +2,16 @@ ### transport/30_exim4-config_maildir_home ################################# -# Use this instead of mail_spool if you want to to deliver to Maildir in -# home-directory - change the definition of LOCAL_DELIVERY -# +# Deliver email to the directory Maildir in the user's home directory. maildir_home: debug_print = "T: maildir_home for $local_part@$domain" driver = appendfile - .ifdef MAILDIR_HOME_MAILDIR_LOCATION - directory = MAILDIR_HOME_MAILDIR_LOCATION - .else directory = $home/Maildir - .endif - .ifdef MAILDIR_HOME_CREATE_DIRECTORY create_directory - .endif - .ifdef MAILDIR_HOME_CREATE_FILE - create_file = MAILDIR_HOME_CREATE_FILE - .endif delivery_date_add envelope_to_add return_path_add maildir_format - .ifdef MAILDIR_HOME_DIRECTORY_MODE - directory_mode = MAILDIR_HOME_DIRECTORY_MODE - .else directory_mode = 0700 - .endif - .ifdef MAILDIR_HOME_MODE - mode = MAILDIR_HOME_MODE - .else mode = 0600 - .endif mode_fail_narrower = false - # This transport always chdirs to $home before trying to deliver. If - # $home is not accessible, this chdir fails and prevents delivery. - # If you are in a setup where home directories might not be - # accessible, uncomment the current_directory line below. - # current_directory = /