Try out busybox-syslog

This commit is contained in:
Myve 2024-08-19 01:34:00 +00:00
commit b0444be489
3 changed files with 8 additions and 6 deletions

View file

@ -67,8 +67,8 @@ postconf -e "smtp_tls_mandatory_protocols = >=TLSv1.2"
postconf -e "smtpd_tls_protocols = >=TLSv1.2"
postconf -e "smtp_tls_protocols = >=TLSv1.2"
# Logging
postconf -e "maillog_file = /var/log/postfix.log"
# # Logging
# postconf -e "maillog_file = /var/log/postfix.log"
# Virtual mailboxes
postconf -e "mailbox_transport = lmtp:unix:private/dovecot-lmtp"
@ -178,8 +178,8 @@ tee -a /etc/dovecot/dovecot.conf >/dev/null <<- dovecot.conf
protocols = imap lmtp
dovecot.conf
# Logging
echo "log_path = /var/log/dovecot.log" >/etc/dovecot/conf.d/10-logging.conf
# # Logging
# echo "log_path = /var/log/dovecot.log" >/etc/dovecot/conf.d/10-logging.conf
# 10-auth.conf
sed '/include auth-sql.conf.ext\|disable_plaintext_auth =\|auth_username_format =\|auth_mechanisms =\|auth_default_realm =\|include auth-system.conf.ext/d' \