���[���T�[�o�[�\�z(Postfix+Dovecot)

�ŏI�X�V���F 2023.02.23

���T�v

���[���T�[�o�[���\�z����ꍇ�A���M���[���T�[�o�[(SMTP�T�[�o�[)�Ǝ�M���[���T�[�o�[(POP/IMAP�T�[�o�[)�̍\�z���K�v�ƂȂ�B
�����ł́A���M���[���T�[�o�[�ɂ�Postfix�A��M���[���T�[�o�[�ɂ�Dovecot���̗p����B

�Ȃ��APostfix�͖��f���[���̕s�����p�ɗ��p����Ȃ��悤�ɂ��邽�߁A�����ݒ�ł͊O������O����(�Ⴆ�΁A��Г��Ŏ���T�[�o�[�̃��[���A�h���X����v���o�C�_�̃��[���A�h���X��)�ɑ��M�ł��Ȃ��悤�ɂȂ��Ă��邪�A���f���[���̕s�����p�ɗ��p���ꂸ�ɊO������O�����ɑ��M�ł���悤�ɂ��邽�߁ASMTP�F�؋@�\����L���ɂ���B
�܂��ADovecot��POP/IMAP�T�[�o�[�Ƃ��č\�z���A���[�U�[��POP�܂���IMAP��I���ł���悤�ɂ���B��POP��IMAP�̈Ⴂ

��SMTP�F�؋@�\�Ƃ́A���[�����M���Ƀ��[�U�[���ƃp�X���[�h�ŔF�؂��s�Ȃ��@�\�ł���A����ɂ��A���f���[���̕s�����p�ɗ��p����Ȃ��悤�ɂ���B


��Postfix�C���X�g�[��

[root@centos ~]# yum -y install postfix�@���@Postfix�C���X�g�[��

��Postfix�ݒ�

�i�P�jPostfix�ݒ�
[root@centos ~]# vi /etc/postfix/main.cf�@���@Postfix�ݒ�t�@�C���ҏW
# INTERNET HOST AND DOMAIN NAMES
#
# The myhostname parameter specifies the internet hostname of this
# mail system. The default is to use the fully-qualified domain name
# from gethostname(). $myhostname is used as a default value for many
# other configuration parameters.
#
#myhostname = host.domain.tld
#myhostname = virtual.domain.tld
myhostname = mail.centossrv.com�@���@�lj�(��FQDN�����w��)

# The mydomain parameter specifies the local internet domain name.
# The default is to use $myhostname minus the first component.
# $mydomain is used as a default value for many other configuration
# parameters.
#
#mydomain = domain.tld
mydomain = centossrv.com�@���@�lj�(���h���C�������w��)

# SENDING MAIL
#
# The myorigin parameter specifies the domain that locally-posted
# mail appears to come from. The default is to append $myhostname,
# which is fine for small sites.  If you run a domain with multiple
# machines, you should (1) change this to $mydomain and (2) set up
# a domain-wide alias database that aliases each user to
# user@that.users.mailhost.
#
# For the sake of consistency between sender and recipient addresses,
# myorigin also specifies the default domain name that is appended
# to recipient addresses that have no @domain part.
#
#myorigin = $myhostname
#myorigin = $mydomain
myorigin = $mydomain�@���@�lj�(���[�J������̃��[�����M���̑��M�����[���A�h���X@�ȍ~�Ƀh���C������t��)

# The inet_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on.  By default,
# the software claims all active interfaces on the machine. The
# parameter also controls delivery of mail to user@[ip.address].
#
# See also the proxy_interfaces parameter, for network addresses that
# are forwarded to us via a proxy or network address translator.
#
# Note: you need to stop/start Postfix when this parameter changes.
#
#inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
inet_interfaces = localhost
��
inet_interfaces = all�@���@�ύX(�O������̃��[����M������)

# The mydestination parameter specifies the list of domains that this# machine considers itself the final destination for.
#
# These domains are routed to the delivery agent specified with the
# local_transport parameter setting. By default, that is the UNIX
# compatible delivery agent that lookups all recipients in /etc/passwd
# and /etc/aliases or their equivalent.
#
# The default is $myhostname + localhost.$mydomain.  On a mail domain
# gateway, you should also include $mydomain.
#
# Do not specify the names of virtual domains - those domains are
# specified elsewhere (see VIRTUAL_README).
#
# Do not specify the names of domains that this machine is backup MX
# host for. Specify those names via the relay_domains settings for
# the SMTP server, or use permit_mx_backup if you are lazy (see
# STANDARD_CONFIGURATION_README).
#
# The local machine is always the final destination for mail addressed
# to user@[the.net.work.address] of an interface that the mail system
# receives mail on (see the inet_interfaces parameter).
#
# Specify a list of host or domain names, /file/name or type:table
# patterns, separated by commas and/or whitespace. A /file/name
# pattern is replaced by its contents; a type:table is matched when
# a name matches a lookup key (the right-hand side is ignored).
# Continue long lines by starting the next line with whitespace.
#
# See also below, section "REJECTING MAIL FOR UNKNOWN LOCAL USERS".
#
mydestination = $myhostname, localhost.$mydomain, localhost
��
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain�@���@�ύX(���h���C�������[������M�ł���悤�ɂ���)
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
#mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
#       mail.$mydomain, www.$mydomain, ftp.$mydomain

# DELIVERY TO MAILBOX
#
# The home_mailbox parameter specifies the optional pathname of a
# mailbox file relative to a user's home directory. The default
# mailbox file is /var/spool/mail/user or /var/mail/user.  Specify
# "Maildir/" for qmail-style delivery (the / is required).
#
#home_mailbox = Mailbox
#home_mailbox = Maildir/
home_mailbox = Maildir/�@���@�lj�(���[���i�[�`����Maildir�`���ɂ���)

# SHOW SOFTWARE VERSION OR NOT
#
# The smtpd_banner parameter specifies the text that follows the 220
# code in the SMTP server's greeting banner. Some people like to see
# the mail version advertised. By default, Postfix shows no version.
#
# You MUST specify $myhostname at the start of the text. That is an
# RFC requirement. Postfix itself does not care.
#
#smtpd_banner = $myhostname ESMTP $mail_name
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
smtpd_banner = $myhostname ESMTP unknown�@���@�lj�(���[���T�[�o�[�\�t�g���̉B����)

�ȉ����ŏI�s�֒lj�(SMTP�F�ؐݒ�)
smtpd_sasl_auth_enable = yes

smtpd_recipient_restrictions =
    permit_mynetworks
    permit_sasl_authenticated
    reject_unauth_destination

�ȉ����ŏI�s�֒lj�(��M���[���T�C�Y����)
message_size_limit = 10485760�@���@�lj�(��M���[���T�C�Y��10MB=10*1024*1024�ɐ���)

[root@centos ~]# vi /etc/postfix/master.cf�@���@master.cf�ҏW
submission inet n       -       n       -       -       smtpd�@���@�s����#���폜���ăR�����g����(SUBMISSION�|�[�g�L����)
#  -o syslog_name=postfix/submission
#  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes�@���@�s����#���폜���ăR�����g����(SUBMISSION�|�[�g��SMTP�F�ؗL����)

�i�Q�jSMTP�F�ؐݒ�
SMTP�F�؂ɃV�X�e���̃��[�U�[���A�p�X���[�h���g�p����ꍇ
[root@centos ~]# yum -y install cyrus-sasl�@���@cyrus-sasl�C���X�g�[��

[root@centos ~]# systemctl start saslauthd�@���@saslauthd�N��

[root@centos ~]# systemctl enable saslauthd�@���@saslauthd�����N���ݒ�



SMTP�F�؂Ɍ•ʂ̃��[�U�[���A�p�X���[�h���g�p����ꍇ
[root@centos ~]# vi /etc/sasl2/smtpd.conf�@���@SMTP�F�ؐݒ�t�@�C���ҏW
pwcheck_method: saslauthd
��
pwcheck_method: auxprop�@���@�ύX

�i�R�jMaildir�`�����[���{�b�N�X�쐬
Postfix�̃��[���i�[�`���͋��L�f�B���N�g���`���i�u/var/spool/mail/���[�U�[���v�Ƃ����t�@�C���ɑS�Ẵ��[�����~�ς���Ă����`���j�����A�A�N�Z�X���\���P�y�уZ�L�����e�B�����̊ϓ_����Maildir�`���ֈڍs����B

�y�V�K���[�U�[�Ώ��z
�V�K���[�U�[�lj����Ɏ����Ńz�[���f�B���N�g����Maildir�`���̃��[���{�b�N�X���쐬�����悤�ɂ���
[root@centos ~]# mkdir -p /etc/skel/Maildir/{new,cur,tmp}�@���@�V�K���[�U�[�lj����Ɏ�����Maildir�`�����[���{�b�N�X�쐬

[root@centos ~]# chmod -R 700 /etc/skel/Maildir/�@���@���[���{�b�N�X�p�[�~�b�V�����ݒ�

�y�������[�U�[�Ώ��z�����ɋ��L�f�B���N�g���`���Ń��[������M���Ă��郆�[�U�[������ꍇ�̂�
�������[�U�[�̃z�[���f�B���N�g����Maildir�`���̃��[���{�b�N�X���쐬���āA�~�ύς̃��[���f�[�^�𓖊Y���[���{�b�N�X�ֈڍs��������[���f�[�^�ڍs���Q��

�i�S�j���݂��Ȃ����[�U�[�����[���̔j��
���[���T�[�o�[�́A���݂��Ȃ����[�U�[�����[������M����ƁA����s���ɂ��s�B���[���𑗐M���֕Ԃ����Ƃ��邪�A���M�����U���������f���[�������݂��Ȃ����[�U�[���ɂ킴�Ƒ����Ă���ꍇ������A���̏ꍇ�A���M�����U������Ă��邽�߁A�s�B���[�����̂��s�B�ƂȂ��Ă��܂��A���[�����L���[�ɑؗ����Ă��܂��imailq�R�}���h�Ŋm�F�”\�j�B�ŏI�I�ɕs�B���[���̑��M�������ԌJ��Ԃ��Ĕj�����邪�A���̂悤�Ȗ��f���[������ʂɑ����Ă���ƁA�L���[�Ƀ��[������ʂɂ��܂�A���܂�����ʂ̕s�B���[���̍đ������ɂ��A�T�[�o�[���̂������׏�ԂɊׂ��ċ@�\���Ȃ��Ȃ鋰�ꂪ���邽�߁A���݂��Ȃ����[�U�[���̃��[���͔j������悤�ɂ���B
�Ȃ��A�����ȃ��[�U�[��������ԈႦ�ă��[���𑗂����ꍇ�ɁA�s�B���[�����Ԃ��Ă����ɁA������ԈႦ�����ƂɋC�Â��Ȃ����O�͂��邪�A���݂̃Z�L�����e�B����ł́A���B���т̂Ȃ�����ւ̃��[���͑��B�m�F������悤�ɂ��邱�Ƃ���ʓI�ł��邱�Ƃ���A�{���O�͖���������̂Ƃ���B
[root@centos ~]# vi /etc/postfix/main.cf�@���@Postfix�ݒ�t�@�C���ҏW
�ȉ����ŏI�s�֒lj�(���݂��Ȃ����[�U�[�����[����unknown_user�֔z��)
local_recipient_maps =
luser_relay = unknown_user@localhost

[root@centos ~]# echo unknown_user: /dev/null >> /etc/aliases�@���@unknown_user�����[����j��

[root@centos ~]# newaliases�@���@/etc/aliases�ύX���f

��Postfix�N��

�i�P�jPostfix�N��
[root@centos ~]# systemctl restart postfix�@���@Postfix�ċN��

[root@centos ~]# systemctl enable postfix�@���@Postfix�����N���ݒ�

�i�Q�jTCP25�ԁATCP587�ԃ|�[�g�J��
�y���[�^�[�z
���[�^�[���̐ݒ�ŁATCP25�ԁATCP587�ԃ|�[�g�ւ̃A�N�Z�X���T�[�o�[�ɓ]������悤�ɂ���B
�����[�^�[�̐ݒ�͊e���[�^�[�̃}�j���A���܂������[�J�[�ʃ��[�^�[�|�[�g�J���菇���Q��

�y�t�@�C�A�E�H�[���z���t�@�C�A�E�H�[���������Ă���ꍇ�̂�
�T�[�o�[���̃t�@�C�A�E�H�[���ݒ�ŁATCP25�ԁATCP587�ԃ|�[�g�ւ̃A�N�Z�X�����‚���悤�ɂ���B
���t�@�C�A�E�H�[���ݒ�͂�������Q��

Port�`�F�b�N�e�X�g�y�O�������Port�J���m�F�z�Łu�z�X�g��(FQDN) �܂��� �O���[�o��IP�A�h���X�v�ɃT�[�o�[��(��:centossrv.com)�A�u�`�F�b�N�|�[�g�ԍ��v��25�܂���587�Ɠ��́A�u�����ӁE���񎖍��v���m�F�`�F�b�N���āuPort�`�F�b�N���s�v�{�^�����������A
�z�X�g:centossrv.com
�|�[�g:25�܂���587
�ɃA�N�Z�X�ł��܂���
�ƕ\������邱�Ƃ��m�F�B


��OP25B�΍�

OP25B(Outbound Port 25 Blocking)�΍��Q��

��Dovecot�C���X�g�[��

[root@centos ~]# yum -y install dovecot�@���@Dovecot�C���X�g�[��

��Dovecot�ݒ�

[root@centos ~]# vi /etc/dovecot/conf.d/10-mail.conf�@���@10-mail.conf�ҏW
# Location for users' mailboxes. The default is empty, which means that Dovecot
# tries to find the mailboxes automatically. This won't work if the user
# doesn't yet have any mail, so you should explicitly tell Dovecot the full
# location.
#
# If you're using mbox, giving a path to the INBOX file (eg. /var/mail/%u)
# isn't enough. You'll also need to tell Dovecot where the other mailboxes are
# kept. This is called the "root mail directory", and it must be the first
# path given in the mail_location setting.
#
# There are a few special variables you can use, eg.:
#
#   %u - username
#   %n - user part in user@domain, same as %u if there's no domain
#   %d - domain part in user@domain, empty if there's no domain
#   %h - home directory
#
# See doc/wiki/Variables.txt for full list. Some examples:
#
#   mail_location = maildir:~/Maildir
#   mail_location = mbox:~/mail:INBOX=/var/mail/%u
#   mail_location = mbox:/var/mail/%d/%1n/%n:INDEX=/var/indexes/%d/%1n/%n
#
# 
#
#mail_location =
mail_location = maildir:~/Maildir�@���@�lj�(���[���i�[�`����Maildir�`���ɂ���)

# ':' separated list of directories under which chrooting is allowed for mail
# processes (ie. /var/mail will allow chrooting to /var/mail/foo/bar too).
# This setting doesn't affect login_chroot, mail_chroot or auth chroot
# settings. If this setting is empty, "/./" in home dirs are ignored.
# WARNING: Never add directories here which local users can modify, that
# may lead to root exploit. Usually this should be done only if you don't
# allow shell access for users. 
#valid_chroot_dirs =
valid_chroot_dirs = /home�@���@�lj���OpenSSH+Chroot�𓱓����Ă���ꍇ�̂�

[root@centos ~]# vi /etc/dovecot/conf.d/10-auth.conf�@���@10-auth.conf�ҏW
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
# matches the local IP (ie. you're connecting from the same computer), the
# connection is considered secure and plaintext authentication is allowed.
#disable_plaintext_auth = yes
disable_plaintext_auth = no�@���@�lj�(�v���C���e�L�X�g�F�؂�����)
�����[���T�[�o�[�ԒʐM���e�Í�����������

[root@centos ~]# vi /etc/dovecot/conf.d/10-ssl.conf�@���@10-ssl.conf�ҏW
# SSL/TLS support: yes, no, required. 
# disable plain pop3 and imap, allowed are only pop3+TLS, pop3s, imap+TLS and imaps
# plain imap and pop3 are still allowed for local connections
ssl = no�@���@SSL�ڑ�����
�����[���T�[�o�[�ԒʐM���e�Í�����������

��Dovecot�N��

�i�P�jDovecot�N��
[root@centos ~]# systemctl start dovecot�@���@Dovecot�N��

[root@centos ~]# systemctl enable dovecot�@���@Dovecot�����N���ݒ�

�i�Q�jTCP110��(POP�̏ꍇ)�܂���TCP143��(IMAP�̏ꍇ)�|�[�g�J��
�y���[�^�[�z
���[�^�[���̐ݒ�ŁATCP110��(POP�̏ꍇ)�܂���TCP143��(IMAP�̏ꍇ)�|�[�g�ւ̃A�N�Z�X���T�[�o�[�ɓ]������悤�ɂ���B
�����[�^�[�̐ݒ�͊e���[�^�[�̃}�j���A���܂������[�J�[�ʃ��[�^�[�|�[�g�J���菇���Q��

�y�t�@�C�A�E�H�[���z���t�@�C�A�E�H�[���������Ă���ꍇ�̂�
�T�[�o�[���̃t�@�C�A�E�H�[���ݒ�ŁATCP110��(POP�̏ꍇ)�܂���TCP143��(IMAP�̏ꍇ)�|�[�g�ւ̃A�N�Z�X�����‚���悤�ɂ���B
���t�@�C�A�E�H�[���ݒ�͂�������Q��

Port�`�F�b�N�e�X�g�y�O�������Port�J���m�F�z�Łu�z�X�g��(FQDN) �܂��� �O���[�o��IP�A�h���X�v�ɃT�[�o�[��(��:centossrv.com)�A�u�`�F�b�N�|�[�g�ԍ��v��110�܂���143�Ɠ��́A�u�����ӁE���񎖍��v���m�F�`�F�b�N���āuPort�`�F�b�N���s�v�{�^�����������A
�z�X�g:centossrv.com
�|�[�g:110�܂���143
�ɃA�N�Z�X�ł��܂���
�ƕ\������邱�Ƃ��m�F�B


�����[�����[�U�[�lj�

��Ƃ��ă��[�����[�U�[centos(���[���A�h���X:centos@centossrv.com)��lj�����B
[root@centos ~]# useradd centos�@���@���[�U�[�lj���SSH�ɂ�郊���[�g�ڑ����ł���悤�ɂ���ꍇ
[root@centos ~]# useradd -s /sbin/nologin centos�@���@���[�U�[�lj���SSH�ɂ�郊���[�g�ڑ��͂ł��Ȃ��悤�ɂ���ꍇ

[root@centos ~]# passwd centos�@���@�p�X���[�h�ݒ�
Changing password for user centos.
New UNIX password: �@���@�p�X���[�h����
Retype new UNIX password: �@���@�p�X���[�h����(�m�F)
passwd: all authentication tokens updated successfully.

�ȉ���SMTP�F�؂Ɍ•ʂ̃��[�U�[���A�p�X���[�h���g�p����ꍇ�̂�
[root@centos ~]# echo "�p�X���[�h" | saslpasswd2 -p -u centos.centossrv.com -c centos�@���@SMTP�F�ؗp���[�U�[�^�p�X���[�h�o�^

[root@centos ~]# sasldblistusers2�@���@SMTP�F�ؗp���[�U�[�^�p�X���[�h�m�F
centos@centos.centossrv.com: userPassword

[root@centos ~]# chgrp postfix /etc/sasldb2�@���@/etc/sasldb2���L�O���[�v��postfix�ɕύX���ŏ���1��̂�

��SMTP�F�ؗp���[�U�[�^�p�X���[�h���폜����ꍇ
[root@centos ~]# saslpasswd2 -d centos -u centos.centossrv.com�@���@SMTP�F�ؗp���[�U�[�^�p�X���[�h�폜

�����[���N���C�A���g�ݒ�(��M���[���T�[�o�[��POP�ɂ���ꍇ)

������Г��̕������_�Ń��[�����g�p����ꍇ�ŁA���[���{�b�N�X�𓯊����Ȃ��Ă������ꍇ(��:��ЂŎ�M�������[���͎���Ŏ�M�ł��Ȃ��Ă������ꍇ)�A��M���[���T�[�o�[��POP���g�p����B
�����ł́A���[���\�t�g�Ƃ���Thunderbird���g�p����B

Thunderbird���N�����A���j���[�́u�t�@�C���v�ˁu�V�K�쐬�v�ˁu�����̃��[���A�J�E���g�v�Ń��[���A�J�E���g�ݒ���s��



�u���Ȃ��̂����O�v�˕\����(��:webmaster@centossrv.com)
�u���[���A�h���X�v�˃��[���A�h���X(��:webmaster@centossrv.com)
�u�p�X���[�h�v�˃p�X���[�h
�u������v




�u��M�T�[�o�[�v�ˁuPOP3�v��I��
�u��M�T�[�o�[�v�|�u�T�[�o�[�̃z�X�g���v�˃��[���T�[�o�[��(��:mail.centossrv.com)
�u��M�T�[�o�[�v�|�u�|�[�g�ԍ��v�ˁu110�v��I��
�u��M�T�[�o�[�v�|�uSSL�v�ˁu�ڑ��̕ی�Ȃ��v��I��
�u��M�T�[�o�[�v�|�u�F�ؕ����v�ˁu�ʏ�̃p�X���[�h�F�؁v��I��
�u���M�T�[�o�[�v�|�u�T�[�o�[�̃z�X�g���v�˃��[���T�[�o�[��(��:mail.centossrv.com)
�u���M�T�[�o�[�v�|�u�|�[�g�ԍ��v�ˁu587�v��I��
�u���M�T�[�o�[�v�|�uSSL�v�ˁu�ڑ��̕ی�Ȃ��v��I��
�u���M�T�[�o�[�v�|�u�F�ؕ����v�ˁu�ʏ�̃p�X���[�h�F�؁v��I��
�u�ăe�X�g�v
�u���̃A�J�E���g�ݒ肪�A�w�肳�ꂽ�T�[�o�[�𒲂ׂ邱�Ƃɂ�茩�‚���܂����B�v�ƕ\������邱�Ƃ��m�F���āu�����v




�u�ڑ������ł̊댯���𗝉����܂����v���`�F�b�N���āu�����v



�����[���N���C�A���g�ݒ�(��M���[���T�[�o�[��IMAP�ɂ���ꍇ)

������Г��̕������_�Ń��[�����g�p����ꍇ�ŁA���[���{�b�N�X�𓯊��������ꍇ(��:��ЂŎ�M�������[��������ł���M�������ꍇ)�A��M���[���T�[�o�[��IMAP���g�p����B
�����ł́A���[���\�t�g�Ƃ���Thunderbird���g�p����B

Thunderbird���N�����A���j���[�́u�t�@�C���v�ˁu�V�K�쐬�v�ˁu�����̃��[���A�J�E���g�v�Ń��[���A�J�E���g�ݒ���s��



�u���Ȃ��̂����O�v�˕\����(��:webmaster@centossrv.com)
�u���[���A�h���X�v�˃��[���A�h���X(��:webmaster@centossrv.com)
�u�p�X���[�h�v�˃p�X���[�h
�u������v




�u��M�T�[�o�[�v�ˁuIMAP�v��I��
�u��M�T�[�o�[�v�|�u�T�[�o�[�̃z�X�g���v�˃��[���T�[�o�[��(��:mail.centossrv.com)
�u��M�T�[�o�[�v�|�u�|�[�g�ԍ��v�ˁu143�v��I��
�u��M�T�[�o�[�v�|�uSSL�v�ˁu�ڑ��̕ی�Ȃ��v��I��
�u��M�T�[�o�[�v�|�u�F�ؕ����v�ˁu�ʏ�̃p�X���[�h�F�؁v��I��
�u���M�T�[�o�[�v�|�u�T�[�o�[�̃z�X�g���v�˃��[���T�[�o�[��(��:mail.centossrv.com)
�u���M�T�[�o�[�v�|�u�|�[�g�ԍ��v�ˁu587�v��I��
�u���M�T�[�o�[�v�|�uSSL�v�ˁu�ڑ��̕ی�Ȃ��v��I��
�u���M�T�[�o�[�v�|�u�F�ؕ����v�ˁu�ʏ�̃p�X���[�h�F�؁v��I��
�u�ăe�X�g�v
�u���̃A�J�E���g�ݒ肪�A�w�肳�ꂽ�T�[�o�[�𒲂ׂ邱�Ƃɂ�茩�‚���܂����B�v�ƕ\������邱�Ƃ��m�F���āu�����v




�u�ڑ������ł̊댯���𗝉����܂����v���`�F�b�N���āu�����v



�����[���T�[�o�[�m�F

�������œ��ꃆ�[�U�[���m�Ń��[���̑���M
�������ő����[�U�[�ԂŃ��[���̑���M
�������ŊO��(�v���o�C�_�̃��[���A�h���X��)�Ƃ̑���M
�������Ōg�тƂ̑���M��
���O��(��Г�)�œ��ꃆ�[�U�[���m�Ń��[���̑���M
���O��(��Г�)�ő����[�U�[�ԂŃ��[���̑���M
���O��(��Г�)�ŊO��(�v���o�C�_�̃��[���A�h���X��)�Ƃ̑���M
���O��(��Г�)�Ōg�тƂ̑���M��

���g�т̓h���C���w���M���Ń��[���T�[�o�[����̃��[�������ۂ���Ȃ��悤�ɂ��Ă�������


�����[���s�����p���ۃe�X�g

Open Relay Test�ŁuMail Server�v�Ɏ���T�[�o�[�̃z�X�g��(��:centossrv.com)����͂��āuCheck for Open Relay�v�{�^������������B
18��ނ̃e�X�g���s���A���ׂĂ�Test�ɂ‚���Relay NOT Accepted�ƕ\��������OK�B


���֘A�R���e���c




�����̃y�[�W�̃g�b�v�֖߂�

�v���C�o�V�[�|���V�[
centossrv.com