From: Eugene Prokopiev <john@rmts.donpac.ru>
To: community@altlinux.ru
Subject: Re: [Comm]Как создавать maildir по-умолчанию?
Date: Fri, 14 May 2004 08:57:25 +0400
Message-ID: <40A451B5.5070107@rmts.donpac.ru> (raw)
In-Reply-To: <40A36D99.00000C.02163@soapbox.yandex.ru>
unix9 пишет:
>>Artem Pastukhov пишет:
>>
>>>В сообщении от Четверг 13 Май 2004 10:59 unix9 написал(a):
>>>
>>>
>>>>Приветствую всех!
>>>>При создании юзера в системе, ему автоматически создается почтовый ящик
>>>>типа mbox. Я же хочу чтобы автоматически создавалась maildir. Как это можно
>>>>осуществить? _______________________________________________
>
>
>>>Прописать Maildir в /etc/skel
>>
>>а в /var/spool/mail ссылку складывать?
>>
>>я делал это отдельным скриптом, который вызывал useradd
>
>
> а скриптом не поделитесь?
А куда проще?
useradd $1
rm -f /var/spool/mail/$1
maildirmake /var/spool/mail/$1
ln -s /var/spool/mail/$1 /home/$1/Maildir
ну и учтите все права доступа для maildir :)
--
С уважением, Прокопьев Евгений
prev parent reply other threads:[~2004-05-14 4:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-13 6:59 [Comm] Как " unix9
2004-05-13 7:06 ` Artem Pastukhov
2004-05-13 9:07 ` Eugene Prokopiev
2004-05-13 10:24 ` Artem Pastukhov
2004-05-14 4:50 ` Eugene Prokopiev
2004-05-13 12:44 ` [Comm]Как " unix9
2004-05-14 4:57 ` Eugene Prokopiev [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40A451B5.5070107@rmts.donpac.ru \
--to=john@rmts.donpac.ru \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git