Ticket #52 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Handle rights in delivery services

Reported by: jfp Assigned to: jfp
Priority: normal Milestone: Knucker
Component: configuration Version: 1.0
Severity: critical Keywords:
Cc:

Description (Last modified by jfp)

Local Mbox writer and (future) Maildir writer do not manage filesystem rights. Find a portable way of doing it under Windows and Linux :

  • Determine rights using the current target rcpt.
  • Change only upon creation
  • Report (log) rights related errors
  • Solution 1 : Shell invoke to change rights (could be portable)
  • Solution 2 : JNI native invocation (not portable)
  • Solution 3 : ?

There are things in ant for Unix. New things in jdk6 javadoc (but no chown)

Change History

11/13/05 23:21:03 changed by jfp

  • description changed.

02/18/06 11:42:39 changed by jfp

  • type changed from defect to enhancement.

04/08/06 00:11:03 changed by jfp

added a wrapper to unix chown in [140]

04/08/06 00:11:09 changed by jfp

  • status changed from new to closed.
  • resolution set to fixed.