'\" t .\" .\" .\" Title: maildirmake .\" Author: Sam Varshavchik .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 06/20/2015 .\" Manual: Double Precision, Inc. .\" Source: Courier Mail Server .\" Language: English .\" .TH "MAILDIRMAKE" "1" "06/20/2015" "Courier Mail Server" "Double Precision, Inc\&." .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" maildirmake \- create maildirs and maildir folders .SH "SYNOPSIS" .HP \w'\fBmaildirmake\fR\ 'u \fBmaildirmake\fR [options...] {\fImaildir\fR} .SH "DESCRIPTION" .PP The \fBmaildirmake\fR command creates maildirs, and maildir folders\&. This documentation describes the \fBmaildirmake\fR command from the Courier mail server, which creates an extended form of maildirs that implements additional extensions beyond the basic maildir properties that were first implemented in the Qmail mail server\&. .SH "OPTIONS" .PP \-S .RS 4 create a "sharable" maildir\&. A sharable maildir has slightly different permissions which allows creation of publicly\-shared folders\&. .RE .PP \-q \fIquota\fR .RS 4 install a quota on the maildir\&. See \m[blue]\fB\fBmaildirquota\fR(7)\fR\m[]\&\s-2\u[1]\d\s+2, below\&. .RE .PP \-f \fIfolder\fR .RS 4 do not create a maildir, but create a folder in an existing maildir\&. .RE .PP \-F \fIfolder\fR .RS 4 Like the \-f option, except that the folder\*(Aqs name is given using the system locale\*(Aqs character set\&. Non\-Latin characters in the folder\*(Aqs name must be given to the \-f option using IMAP\*(Aqs modified\-UTF7 encoding\&. The \-F option takes the folder name specified using the console\*(Aqs character set\&.\&. .RE .PP \-s \fImode\fR .RS 4 create a publicly accessible folder in an existing sharable maildir\&. First, use the \fB\-S\fR option to create a sharable maildir\&. Then, run \fBmaildirmake\fR again with the \fB\-s\fR option to create publicly accessible folders\&. \fImode\fR is a comma\-separated list of the following keywords: read \- readonly folder, only you can write messages to this folder; write \- anyone can read and write messages to this folder; group \- only allow members of your own system group to access messages in this folder (instead of everyone)\&. .RE .PP \-\-add \fIname\fR=\fIpathname\fR, \-\-del \fIname\fR .RS 4 create or delete the directories and links needed to access shared folders\&. See below for more information\&. .RE .SS "FOLDERS" .PP This \fBmaildirmake\fR command supports enhanced maildirs that contain folders\&. .PP By itself, \fBmaildirmake\fR makes a new subdirectory \fImaildir\fR, and creates all the necessary structures\&. The \fB\-f\fR option creates a new "folder" within an existing \fImaildir\fR\&. \fImaildir\fR must already exist, and the \fBmaildirmake\fR command will create a new folder in the maildir\&. .PP Folders are simply subdirectories inside the main maildir whose names start with a period, and which are themselves maildirs\&. For example, the command "\fBmaildirmake \-f Drafts mail/Maildir\fR" creates mail/Maildir/\&.Drafts, that has the usual tmp, new and cur\&. You MUST use the \fB\-f\fR option, instead of specifying mail/Maildir/\&.Drafts directly, in order to correctly initialize certain enhanced maildir features\&. .PP Folders cannot be created directly within other folders\&. Running \fBmaildirmake \-f Urgent mail/Maildir/\&.Drafts\fR will not work\&. Instead, the period character is designated as a hierarchy separator, run \fBmaildirmake \-f Drafts\&.Urgent mail/Maildir\fR instead\&. This creates mail/Maildir/\&.Drafts\&.Urgent, and all mail software that supports enhanced maildirs will interpret it as a subfolder Urgent of the Drafts folder\&. .SS "SHARED FOLDERS" .PP This is another extension to the Maildir format that allows folders to be shared between multiple clients\&. .if n \{\ .sp .\} .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 \fBNote\fR .ps -1 .br .PP The Courier IMAP server implements two types of shared folders: filesystem permission\-based shared folders, as well as virtual shared folders based on IMAP access control lists\&. Use the \fBmaildirmake\fR command to implement shared folders based on filesystem permissions\&. The \m[blue]\fB\fBmaildiracl\fR(1)\fR\m[]\&\s-2\u[2]\d\s+2 command manages access control lists, which are used by virtual shared folders\&. .PP See the Courier IMAP server documentation for more information\&. .sp .5v .RE .PP First, you need to create a collection of sharable folders, as a separate maildir: .sp .if n \{\ .RS 4 .\} .nf \fBmaildirmake \-S /usr/local/share/maildirs/notices\fR .fi .if n \{\ .RE .\} .PP Then, create individuals folders that will be accessed in shared mode: .sp .if n \{\ .RS 4 .\} .nf \fBmaildirmake \-s write \-f Weekly /usr/local/share/maildirs/notices\fR .fi .if n \{\ .RE .\} .PP In this example, the "Weekly" folder is created, with read/write access to everyone\&. Multiple folders can be created in the same maildir, with different access permissions\&. Everyone can create a sharable maildir\&. The access privileges for individual folders are set by the \fB\-s\fR option, and are implemented using traditional filesystem permissions\&. .PP Use the \fB\-\-add\fR and \fB\-\-del\fR options to add a sharable maildir to an existing maildir\&. Client software that implements this extension will now know where to find sharable folders: .sp .if n \{\ .RS 4 .\} .nf \fBmaildirmake \-\-add notices=/usr/local/share/maildirs/notices $HOME/Maildir\fR .fi .if n \{\ .RE .\} .PP $HOME/Maildir is your main maildir\&. The argument to \fB\-add\fR is \fInick\fR=\fIpath\fR\&. \fInick\fR is a nickname for this collection of sharable folders, and \fIpath\fR is the location of the sharable maildir\&. All folders in the sharable maildir that you have access to \-\- such as "Weekly", in this case, will now be accessible\&. Multiple sharable maildirs can be added, by giving each one a unique \fInick\fR\&. .PP The \fB\-\-del\fR option "disconnects" the sharable maildir from the main maildir\&. .SS "GLOBAL SHARED FOLDERS" .PP Normally \fB\-add\fR command must be run for every maildir which needs to access the sharable maildir\&. Alternatively the file /etc/maildirshared can be created, to specify a default set of sharable maildirs\&. Each line in this file takes the following format: .sp .if n \{\ .RS 4 .\} .nf \fInick\fR\fIpath\fR .fi .if n \{\ .RE .\} .PP \fInick\fR is a short nickname for the sharable maildir, is a single tab character, \fIpath\fR is the pathname to the sharable maildir\&. .SS "ACCESSING SHARED FOLDERS" .PP You may have read or write access to a shared folder\&. If you have write access, you can add messages to the shared folder\&. You can also delete messages that you\*(Aqve added\&. .PP Anyone can create a sharable maildir, so if the sharable maildir is actually created by you, can can delete any message, not just your own\&. .SH "SEE ALSO" .PP \m[blue]\fB\fBmaildir\fR(5)\fR\m[]\&\s-2\u[3]\d\s+2, \m[blue]\fB\fBmaildiracl\fR(1)\fR\m[]\&\s-2\u[2]\d\s+2, \m[blue]\fB\fBmaildirkw\fR(1)\fR\m[]\&\s-2\u[4]\d\s+2, \m[blue]\fB\fBmaildrop\fR(1)\fR\m[]\&\s-2\u[5]\d\s+2, \m[blue]\fB\fBmaildirquota\fR(7)\fR\m[]\&\s-2\u[1]\d\s+2, \m[blue]\fB\fBdeliverquota\fR(8)\fR\m[]\&\s-2\u[6]\d\s+2, \m[blue]\fB\fBmaildropfilter\fR(7)\fR\m[]\&\s-2\u[7]\d\s+2, \m[blue]\fBhttp://www\&.qmail\&.org/man/man5/maildir\&.html\fR\m[]\&. .SH "AUTHOR" .PP \fBSam Varshavchik\fR .RS 4 Author .RE .SH "NOTES" .IP " 1." 4 \fBmaildirquota\fR(7) .RS 4 \%[set $man.base.url.for.relative.links]/maildirquota.html .RE .IP " 2." 4 \fBmaildiracl\fR(1) .RS 4 \%[set $man.base.url.for.relative.links]/maildiracl.html .RE .IP " 3." 4 \fBmaildir\fR(5) .RS 4 \%[set $man.base.url.for.relative.links]/maildir.html .RE .IP " 4." 4 \fBmaildirkw\fR(1) .RS 4 \%[set $man.base.url.for.relative.links]/maildirkw.html .RE .IP " 5." 4 \fBmaildrop\fR(1) .RS 4 \%[set $man.base.url.for.relative.links]/maildrop.html .RE .IP " 6." 4 \fBdeliverquota\fR(8) .RS 4 \%[set $man.base.url.for.relative.links]/deliverquota.html .RE .IP " 7." 4 \fBmaildropfilter\fR(7) .RS 4 \%[set $man.base.url.for.relative.links]/maildropfilter.html .RE