• 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.

Does PHP mail message size contribute to Plesk traffic

K

Kalimari

Guest
I've run /usr/local/psa/admin/sbin/statistics --calculate-one --domain.com before and after sending to a subscriber list and only http increases, which would make sense as PHP runs under Apache, but it's a busy site and difficult to tell from this alone.

Does PHP mail message size contribute to Plesk traffic? Does anyone know for certain?

Thanks
 
PHP mail actually uses sendmail to queue the messages so it doesn't send them out via apache at all. The messages are dropped into the mail queue and are handled by your MTA.

To my knowledge I don't think there is any mechanism in place in the MTA to actually track mail being sent out via that method, and it would be rather difficult to do so since mail messages can be easily spoofed with bogus messange envelopes.
 
Thanks stupidnic, I kinda guessed PHP mail traffic wasn't being taken into account, but could find no clear documentation.
 
Back
Top