• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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