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 "[email protected]" 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: [email protected]
Return-Path: <[email protected]>
From: <[email protected]>
Subject: test
To: <[email protected]>
It will bounce with the following:
Code:
Reporting-MTA: dns; host.domain.com
X-Postfix-Queue-ID: EABA02A10C9
X-Postfix-Sender: rfc822; [email protected]
Arrival-Date: Wed, 5 Dec 2012 17:09:46 -0500 (EST)
Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.4.6
Diagnostic-Code: X-Postfix; mail forwarding loop for [email protected]
This assumes "[email protected]" 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.