【01: メールアカウントの追加】

メールアカウントの設定は、ルート権限でTelnet(SSH)接続して行います。
ルート権限でのTelnet(SSH)接続については、「 2) Telnet/SSH 設定 」をご参照下さい。
メールアカウントを作成いたします。
利用するコマンドは「 ユーザ追加 」と全く同じになりますが、このページではメールアカウント作成のみの場合として、ご紹介させていただきます。
% vadduser <Enter>

以下のようなメッセージが表示されます
Please supply answers to the series of questions below. When a
`default answer' is available, it will follow the question in square
brackets. For example, the question:

What is your favorite color? [blue]:

has the default answer 'blue'. Accept the default (without any
extra typing!) by pressing the key -- or type your answer
and then press .

Use the key to erase and aid correction of any mistyped
answers -- before you press . Generally, once you press
you move onto the next question.

Once you've proceeded through all the questions, you will be given
the option of modifying your choices before any files are updated.

Hit ^C (Ctrl-C) at any time to quit without making changes.

Press to continue: <Enter>

↑※一通りの説明が表示されますが何も入力せずに <Enter> キーを押してください。

(1) User Name

Usernames consist of up to 16 alphanumeric characters, underscores and
hyphens, but may not begin with a hyphen. Uppercase letters are
discouraged in usernames.

Username:test <Enter>
↑※(1) 追加するユーザ名を入力します
ここで入力するユーザ名はTelnet、メール、FTP接続の際のユーザIDとなり
メールアドレスの@マーク以前の部分に相当します。

例)test@domain.com の「test」の部分です。


(2) Password

Now, enter a password for this account.

For security reasons you may want to use a password that is longer than 6
characters and that has at least one non alphabetic character. The password
will *not* be echoed to the screen and you will be required to type it twice.

Password: パスワード入力 <Enter>

Retype new password: 再度パスワード入力 <Enter>
↑※(2) 追加するユーザに対するパスワードを設定します
画面上にはパスワードは何も表示されませんが入力内容は認識されています。
確認のため2度同じパスワードを入力してください。


(3) User's Full Name

Now, enter the full name for this account.

Full Name: testtest<Enter>
↑※(3) ユーザのフルネームを設定します
ここで指定するフルネームはユーザ管理のためで
FTPやメールのユーザIDには関係ありません。


(4) Account Home Directory

Where would you like to put the home directory for this account?

Enter "1" for an account home directory: /home/test
Or enter in any custom path (beginning with /).

Select a number above or enter a path [1]: 1 <Enter>
↑※(4) 追加ユーザのホームディレクトリを設定します。
デフォルトのパスは /home/username となりますので'1'を選択します。
カスタマイズする場合はそのパスを入力します。


(
5) Services

Please select the services that this account will be using:

ftp FTP services
mail Email services
shell shell login

Enter the service name (e.g., "ftp", "mail", etc.) to toggle that service for
the account. Hit when you are done selecting/deselecting services for
this user.
Select/deselect services [ftp mail shell]:
※↑(5) ユーザに与える権限を設定します

FTP : FTPクライアントソフトを使用したサーバへの接続を許可します。
Mail : username@domain.com というメールアドレスが使用可能となります。
shell : telnet(SSH)でサーバにログインするのに必要な権限となります。

メール権限のみの使用を許可する場合、以下のように入力します。
Select/deselect services [ftp mail shell]: shell <Enter>
↑※shell権限を不許可にする為、「shell」を入力します。

Select/deselect services [ftp mail]: ftp <Enter>
↑※FTP権限を不許可にする為、「ftp」を入力します。

Select/deselect services [mail]: <Enter>
↑mail権限のみの許可を行う為、この状態で何も入力せずに「エンターキー」を押します。

(
6) Quotas

Enter filesystem quotas for this user. The quota should be an integer
(no decimal fractions) in megabytes (e.g., 5 = 5 megabytes). Enter 0
for no quota.

Quota (in megabytes):
↑※ (6)ユーザに与えるメールのディスク容量制限を設定します
"0"を指定すると容量制限無しとなります。
以下、20M 与える場合です。


Quota (in megabytes): 20 <Enter>
Account setup complete.
以上でメールアカウント設定が完了いたします。

このメールアカウントを利用するには、ユーザID は @ マーク前の部分「(1) User Name」で設定したユーザネームを利用します。
パスワードは「(2) Password」で設定したパスワードを利用します。

作成したメールアカウントで送受信を行う際にメールソフトに設定する内容は、以下になります。
POPサーバ ご利用ドメイン名
SMTPサーバ ご利用ドメイン名
メールアカウント 設定したユーザID
パスワード 設定したパスワード

ご利用ドメイン名をSMTPサーバとしてご利用される場合は、必ず「 3) SMTP認証の設定 」を行ってください。