Mail sent to Plesk servers running Postfix with a "Delivered-To:" header will bounce to sender with a "mail forwarding loop" message.
For example, if a message with the following headers is sent to Plesk:
It will bounce with the following:
This assumes "test@recipient.com" is a valid user on the server. I imagine a malicious third-party could manipulate the Return-Path/From headers in order to send NDR reflection spam.
For example, if a message with the following headers is sent to Plesk:
Code:
Delivered-To: test@recipient.com
Return-Path: <test@sender.com>
From: <test@sender.com>
Subject: test
To: <test@recipient.com>
It will bounce with the following:
Code:
Reporting-MTA: dns; host.domain.com
X-Postfix-Queue-ID: EABA02A10C9
X-Postfix-Sender: rfc822; test@sender.com
Arrival-Date: Wed, 5 Dec 2012 17:09:46 -0500 (EST)
Final-Recipient: rfc822; test@recipient.com
Original-Recipient: rfc822;test@recipient.com
Action: failed
Status: 5.4.6
Diagnostic-Code: X-Postfix; mail forwarding loop for test@recipient.com
This assumes "test@recipient.com" is a valid user on the server. I imagine a malicious third-party could manipulate the Return-Path/From headers in order to send NDR reflection spam.