我知道这已经被问过一百次了。但我已经做了很多谷歌搜索没有成功。我的问题:我想记录我的 postfix 服务器的每个活动。默认文件/var/log/mail或任何其他相关mail或不postfix存在的文件。
/etc/postfx/main.cf以启用日志记录的确切字符串是什么?感谢您的回答。
提示:我将 postfix 与 dovecot 一起使用。几个月前我安装了元软件包。
输出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 = …Run Code Online (Sandbox Code Playgroud) postfix ×1