私はこれが何百回も尋ねられたことを知っています。しかし、私は多くのGoogle検索を成功せずに行ってきました。私の質問:postfixサーバーのすべてのアクティビティを記録したい。デフォルトのファイル/var/log/mail
も、その他の懸念mail
またはpostfix
存在するファイルもありません。
/etc/postfx/main.cf
ロギングを有効にするために設定ファイルに入れる正確な文字列は何ですか?- postfixが使用する構成ファイルはどこで確認できますか?(以下の私のヒントによる)
ご回答ありがとうございます。
ヒント:dovecotとともにpostfixを使用します。数か月前にメタパッケージをインストールしました。
の出力postconf -n
:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
home_mailbox = Maildir/
inet_interfaces = all
mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-dovecot-postfix.conf -n -m "${EXTENSION}"
mailbox_size_limit = 0
mydestination = mydomain.de localhost
myhostname = mydomain.de
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/dovecot-auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key
smtpd_tls_mandatory_ciphers = medium
smtpd_tls_mandatory_protocols = SSLv3, TLSv1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = hash:/etc/postfix/virtual
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mail/vhosts
virtual_mailbox_domains = mydomain2.de
virtual_mailbox_maps = hash:/etc/postfix/vmailbox
virtual_minimum_uid = 100
virtual_uid_maps = static:5000
Output for /etc/syslog.conf
# /etc/syslog.conf Configuration file for syslogd.
#
# For more information see syslog.conf(5)
# manpage.
#
# First some standard logfiles. Log by facility.
#
auth,authpriv.* -/var/log/auth.log
*.*;auth,authpriv.none;local0.none;local1.none -/var/log/syslog
#cron.* -/var/log/cron.log
daemon.* -/var/log/daemon.log
kern.* -/var/log/kern.log
lpr.* -/var/log/lpr.log
user.* -/var/log/user.log
#
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
# Logging for INN news system
#
news.crit -/var/log/news/news.crit
news.err -/var/log/news/news.err
news.notice -/var/log/news/news.notice
#
# Some `catch-all' logfiles.
#
*.=debug;\
auth,authpriv.none;\
news.none -/var/log/debug
*.=info;*.=notice;*.=warning;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages
#
# Emergencies are sent to everybody logged in.
#
*.emerg *
#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
#daemon,mail.*;\
# news.=crit;news.=err;news.=notice;\
# *.=debug;*.=info;\
# *.=notice;*.=warning /dev/tty8
# The named pipe /dev/xconsole is for the `xconsole' utility. To use it,
# you must invoke `xconsole' with the `-file' option:
#
# $ xconsole -file /dev/xconsole [...]
#
# NOTE: adjust the list below, or you'll go crazy if you have a reasonably
# busy site..
#
daemon.*;mail.*;\
news.err;\
*.=debug;*.=info;\
*.=notice;*.=warning |/dev/xconsole
してください編集内容が含まれるようにあなたの質問を。それがこのサイトの仕組みです。コメントはそれに適合しません。
—
gertvdijk
こんにちは。postconfの出力を追加しました。私は過去に何も変えていません。メタパッケージをインストールしました。まあ、誰かがサーバーを占有し、ログを削除した可能性があります:-D。メッセージの多くは、スパムであると思われる最後の日は、...そこにこのサーバから送信された
—
スティーブRakebrandt
誰かがログファイルを無差別に削除したと思われる場合、それらはもはや適切にローテーションされない可能性があり、ファイル記述子はまだ古い(リンクされていない)ログファイルに対して開かれています。Postfixを再起動しようとしました
—
gertvdijk
rsyslog
か?
はい、すでに数回postfixを再起動している場合。また、数分前にサーバーを再起動しました。変更なし。ファイルはまだありません。私の知る限り、すべてのアクティブなログは一定期間後に圧縮されるので、これらはすべてアクティブなログだと思います:aptitude、auth、daemon、dovecot、dpkg、mysql、vsftpd。さて、今日の夜に結果が得られなかった場合は、バックアップを作成して、再インストールプロセス(プロバイダー機能)を開始します。ところで、rsyslog(d)->認識されないサービスを再起動できません。
—
スティーブレイクブラント
/var/log/mail.log
デフォルトでログに記録するだけです。存在しないか、ログに記録されない場合は、システムに変更した内容を明確にしてください。あなたが試した/見つけたもののそのような詳細を提供しなければ、私たちはあなたを本当に助けることはできません。たぶん、修正されたrsyslog設定と同じくらい簡単です。私たちはあなたのシステムにアクセスできず、あなたの画面を見ることができないので、あなたが質問で提供したものに頼っています。そして、現在のPostfix設定を印刷するには、を使用しますpostconf -n
。