ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

parallels:01_plesk:01_smtp_auth_log

01 SMTP Authのログを出力

SMTP Authのログを出力する方法

①設定ファイルを編集

# grep DEBUG /etc/courier-imap/imapd
##NAME: DEBUG_LOGIN:0
# DEBUG_LOGIN=0   - turn off login debugging
# DEBUG_LOGIN=1   - turn on login debugging
# DEBUG_LOGIN=2   - turn on login debugging + log passwords too
DEBUG_LOGIN=0
[root@localhost courier-imap]# grep DEBUG /etc/courier-imap/pop3d
##NAME: DEBUG_LOGIN:0
# DEBUG_LOGIN=0   - turn off login debugging
# DEBUG_LOGIN=1   - turn on login debugging
# DEBUG_LOGIN=2   - turn on login debugging + log passwords too
DEBUG_LOGIN=0

②サービル再起動

# for s in authdaemon imapd imaps pop3d pop3s ; do service courier-$s restart ; done

Parallelsの説明ページ

parallels/01_plesk/01_smtp_auth_log.txt · 最終更新: 2014/06/03 16:20 by matsui