• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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