Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

i'm using windows hosting, plesk, smartmail.

i have few mailing list. when mail out, i would like all bounce email go to one email address.

for example, when sending email using abc@domain.com and cde@domain.com, if the email is bounced, i'd like the bounce email to go to the bounce@domain.com rahter than goes back to abc@domain.com or cde@domain.com.

thanks

share|improve this question

migrated from stackoverflow.com Apr 11 '11 at 5:12

1 Answer

The "Reply-To" field is added by the originator and serves to direct replies, whereas the "Return-Path" field is used to identify a path back to the originator.

You can independently set the Reply-To, Return-Path, and From emails to all be different addresses. Return-Path should receive your bounce messages.

For example from a list I monitor:

Return-Path: <wikitech-l-bounces@lists.wikimedia.org>
Reply-To: Wikimedia developers <wikitech-l@lists.wikimedia.org>
From: xxx <user@example.com>
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.