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 ...

Reply via email to