• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Copying Incoming and Outgoing E-Mail

C

CPFarhood

Guest
I host a domain for a company that would like to keep copies of incoming and outgoing e-mail (for legal purposes). How would i go about setting this up for them?
 
There is no easy way to do it. sent mail is saved on the client side, not the server side. Incoming you could just add a redirect to each mailbox, and have it go to a "catchall" type mailbox. The other way would be to manually backup /var/qmail/mailnames/domainname. You'd also get any sent mail that may actually be on the server (like from webmail).
 
No. Plesk modifies the way that qmail runs, in order for it to integrate with the CP. Usually rebuilding qmail on a plesk box, means running a different queue, such as qmail-scanner, or some other "wrapper".

The patch you pointed out, does nothing special from what I can tell. Like I said before, just add a redirect to each user, and you will get the same thing.
 
Originally posted by serve-you.net
No. Plesk modifies the way that qmail runs, in order for it to integrate with the CP. Usually rebuilding qmail on a plesk box, means running a different queue, such as qmail-scanner, or some other "wrapper".

The patch you pointed out, does nothing special from what I can tell. Like I said before, just add a redirect to each user, and you will get the same thing.
Do redirects keep a copy of the message for that specific user?
 
If you have a mailbox setup, and setup a redirect, it will save the message like normal to the mailbox, AND send a copy to the redirect address.
 
Originally posted by serve-you.net
If you have a mailbox setup, and setup a redirect, it will save the message like normal to the mailbox, AND send a copy to the redirect address.
Any solution for outgoing messages?
 
The other way would be to manually backup /var/qmail/mailnames/domainname. You'd also get any sent mail that may actually be on the server (like from webmail).
Other than that, it would have to happen on the client side.
 
Back
Top