• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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