• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question How can I see when a mailbox was created?

Zicane

Basic Pleskian
Server operating system version
Centos 7
Plesk version and microupdate number
Obsidian v18
Hi,

I need to know when the mailboxes of a specific domain were created.
There is a way to see it on Plesk?
 
It should be logged in the action log. Go to Extensions, search for the Action Log extension (install it if you don't have it installed) and click the open button. You'll filter for the "Create Mailname" action, which will show al actions for mailbox creations.

Alternatively, you could connect to your server via SSH and simply look for the creation date of the mailbox directory. For example with the stat command, like stat /var/qmail/mailnames/example.com/nameofmailbox/
 
Back
Top