web-dev-qa-db-ja.com

imapd: 'ユーザー名':そのようなファイルまたはディレクトリはありません

CentOS 7マシンでApache、Postfix、Courier IMAP、roundcubeを使用しています。

ローカルネットワークの外部(インターネット)のドメインから電子メールを送信できるように、新しいユーザーアカウント/新しいユーザーの電子メールを作成したいと思います。

CentOSサーバーで「bbrown」という名前のユーザーを作成しました(通常のLinuxアカウント、adduser/useradd bbrownのみ)。次に、roundcubeメールのWebページにアクセスし、「bbrown」または「[email protected]」としてログインできません。

CentOSサーバーにPuTTYすると、コマンドラインに「bbrown」としてログインできます。データベースにroundcubeメールユーザーアカウントを自動的に作成することになっているものは、それを作成していません。 (auto_create_userの設定が./config/main.inc.phpでtrueに設定されていることを確認しました:$rcmail_config['auto_create_user'] = TRUE;

これはスタンドアロンのCentOSサーバーであるため、ユーザーはコマンドラインのuseraddコマンドによって追加されます。これはCPANELやその他のタイプのLinuxサーバーではありません。このフォーラムのすべては、ほとんどの人が一般的なuseraddスクリプトとは異なることをしている可能性のあるCPANELを使用してユーザーを追加していることを示しているようです。

私の推測では、おそらくIMAPサーバーにアカウントを追加する必要がありますが、実際にはこれを行う方法がわかりません。ログを確認しましたが、そのようなメッセージがあります。

imapd: bbrown: No such file or directory

それを機能させるために他に何をチェック/する必要がありますか?

POSTFIX設定ファイル:

inet_interfaces = x.x.x.x, 192.168.1.1, 127.0.0.1, [::1]
inet_protocols  = ipv4, ipv6
mydomain   = xxxx.xxxx.xx
myhostname = xxxx.$mydomain
myorigin = $myhostname
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks = 127.0.0.0/8, [::1]/128 
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
biff = no 
mailbox_command = /usr/bin/maildrop
home_mailbox = Maildir/
message_size_limit = 30720000
recipient_delimiter = +
relay_domains = $mydestination
relay_recipient_maps =
relay_transport = relay
relayhost =
smtpd_sasl_type = cyrus
smtpd_sasl_path = smtpd
smtpd_sasl_auth_enable   = yes
broken_sasl_auth_clients = yes
smtpd_sasl_security_options = noanonymous
strict_rfc821_envelopes = yes
smtpd_client_restrictions =
# reject_unknown_client_hostname,
 permit

smtpd_helo_restrictions =
 reject_invalid_helo_hostname,
# reject_non_fqdn_helo_hostname,
# reject_unknown_helo_hostname,
 permit

smtpd_sender_restrictions =
 reject_unknown_sender_domain,
 hash:/etc/postfix/sender_checks,
 reject_non_fqdn_sender,
 permit

smtpd_recipient_restrictions =
 reject_non_fqdn_recipient,
# if sasl_authenticated, then permit (end here)
 permit_sasl_authenticated,
# if not sasl_authenticated, then check auth_destination
 permit_auth_destination,
# if not auth_destination, then reject
 reject


smtpd_etrn_restrictions =
 permit_mynetworks,
 reject

smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_security_level = may
smtpd_tls_cert_file = /etc/ss-certs/xxxx-smtp-crt-04032015.pem
smtpd_tls_key_file  = /etc/ss-certs/xxxx-smtp-key-04032015.pem
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_loglevel = 1
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
receive_override_options = no_address_mappings
content_filter=smtp-amavis:[127.0.0.1]:10024

imapd-ssl

SSLPORT=993
SSLADDRESS=0
SSLPIDFILE=/var/run/courier/imapd-ssl.pid
SSLLOGGEROPTS="-name=imapd-ssl"
IMAPDSSLSTART=YES
IMAPDSTARTTLS=YES
IMAP_TLS_REQUIRED=0
COURIERTLS=/usr/bin/couriertls
TLS_KX_LIST=ALL
TLS_COMPRESSION=ALL
TLS_CERTS=X509
TLS_CERTFILE=/etc/courier/imapd.pem
TLS_TRUSTCERTS=/etc/ssl/certs
TLS_VERIFYPEER=NONE
TLS_CACHEFILE=/var/lib/courier/couriersslcache
TLS_CACHESIZE=524288
MAILDIRPATH=Maildir

authdaemonrc

authmodulelist="authpam"

authmodulelistorig="authuserdb authpam authpgsql authldap authmysql authcustom authpipe"

daemons=5

authdaemonvar=/var/run/courier/authdaemon

DEBUG_LOGIN=0

DEFAULTOPTIONS=""

LOGGEROPTS=""

古いアカウント(authtest brib)を使用して認証しようとすると:

Authentication succeeded.

     Authenticated: brib  (system username: brib)
    Home Directory: /home/brib
           Maildir: (none)
             Quota: (none)
Encrypted Password: $6$UtexL35q$9sM9PIkS7FD6UzVdPPjwjr3/Ee.RxGkRD6SLgeThXS.HC9dMAuJMT8NwjaYpLlW2jDCDQBWOv5lAp9OClhfMA.
Cleartext Password: (none)
           Options: (none)

しかし、私が手に入れた新しいものでは(authtest bbrown):

Authentication FAILED: Operation not permitted
1
Brian Brown

imapdは、メールフォルダが存在することを想定しています

mkdir -p ~bbrown/Maildir/{cur,new,tmp}
chown -R bbrown:bbrown ~bbrown/Maildir
1
Mick Switser

ユーザーに何かを送信しようとしたようには見えません(これにより、メールサーバーがメールボックスを作成するのが合理的です)。

そのユーザーに最初に何かをメールで送ることをお勧めします。

例えば。 mail -s test_1 bbrown <<< this_is_a_test

0
Cameron Kerr