maildir make program (script)
Friedrich Locke <[email protected]> Tue, 8 Apr 2014 21:54:12 -0300
| Newsgroups | gmane.mail.qmail.ldap |
|---|---|
| Message-ID | <CANMDHqfDK5MbHxeodBSs5BAe+ux32E4C2qbaUe62BA6U-yhPbg@mail.gmail.com> |
--001a11337302fa90a304f69189f4 Content-Type: text/plain; charset=ISO-8859-1 Hi, I have implemented my maildir make program as is: sioux@obsd$ more dirmkr #!/bin/sh mkdir -m 700 -p $1/Inbox mkdir -m 700 $1/Inbox/new mkdir -m 700 $1/Inbox/cur mkdir -m 700 $1/Inbox/tmp chown -R vmail:vmail $1 sioux@obsd$ My maildir directory is "Inbox". Do you think it is a maildir make script ? Thanks in advance. PS: If you want to share yours ... --001a11337302fa90a304f69189f4 Content-Type: text/html; charset=ISO-8859-1 <div dir="ltr">Hi,<div><br></div><div>I have implemented my maildir make program as is:</div><div><br></div><div><div>sioux@obsd$ more dirmkr</div><div>#!/bin/sh</div><div>mkdir -m 700 -p $1/Inbox</div><div>mkdir -m 700 $1/Inbox/new</div> <div>mkdir -m 700 $1/Inbox/cur</div><div>mkdir -m 700 $1/Inbox/tmp</div><div>chown -R vmail:vmail $1</div><div>sioux@obsd$</div></div><div><br></div><div>My maildir directory is "Inbox".</div><div>Do you think it is a maildir make script ?</div> <div><br></div><div>Thanks in advance.</div><div><br></div><div>PS: If you want to share yours ...</div></div> --001a11337302fa90a304f69189f4--