Maykel Moya wrote: > appendfile transport with maildir_use_size_file creates maildirsize file > with mode 0600, I need it to be 0640, it that possible? > > Regards, > maykel > > PD: Please Cc me, I'm not suscribed to the list > >
Sure. You need some, all, or something 'similar to' these, specifically the 'mode' and 'directory_mode' ones: driver = appendfile maildir_format = true mode = 0640 directory = <whatever - can be hard-coded, lookup, combination> create_directory = true directory_mode = 0640 no_mode_fail_narrower Check the docs to see if they fit your needs, expecially the last one. Not to mention possible others...: user = exim group = mail delivery_date_add envelope_to_add return_path_add Bill -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
