• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question What happened to verbose mail logging?

Flachzange

Basic Pleskian
Server operating system version
Ubuntu 22.04.4 LTS
Plesk version and microupdate number
18.0.60 Update #1
I have an issue with outgoing email getting stuck in the queue and I wanted to debug as in the old days. I must admit I haven't looked at mail logs since a while now as the server was running smooth.

I am used to a super verbose syslog file in which I can see every connect and every incoming and outgoing email with all steps and filters applied.

However, syslog and maillog only contain now very few log entries for a few activities. How can I increase the log level back to something which I was used before? This affects multiple services and applications so I would assume there is somekind of central switch in Plesk.

For the issue at hand it would be already good to see the outgoing smtp connection.

Many thanks.

SMTP service: Postfix
IMAP service: Dovecot
 
Hi,

Have you tried `journalctl -u postfix` and `journalctl -u dovecot` instead of viewing a regular maillog file?
 
Hi,

Have you tried `journalctl -u postfix` and `journalctl -u dovecot` instead of viewing a regular maillog file?

Gives me:
Code:
journalctl -u postfix
-- No entries --


I already applied https://support.plesk.com/hc/en-us/...5-How-to-enable-or-disable-Postfix-debug-mode
But this does not change anything although smtpd is definetely running with the v parameter.

I would expect log entries like this (just an example) : https://support.plesk.com/hc/en-us/...using-PHP-Scripts-bare-LF-received-after-DATA

What puzzles me is that it is not just postfix and dovecot. Also all spamassasin logs are missing. Basically everything for incoming and outgoing mail. I attached a maillog of today, which is basically empty except all these failed authentication attempts.

Appreciate your support
 

Attachments

  • maillog.zip
    19.6 KB · Views: 0
Back
Top