MegaBrutal: > I use a virtual alias to create a simple distribution list to make > communication easier within our group. I'd like to add a "Reply-To" > header to e-mails being forwarded through the virtual alias, because > I'd like to direct replies back to the list by default. > > How can I configure Postfix to add a "Reply-To" header?
This is a standard mailing list manager feature. You could try to use the PREPEND action in an SMTP server access(5) table, but you will be missing other features are common with mailing list managers such as loop detection. [email protected] prepend Reply-To: [email protected] > I only want to add a Reply-To to e-mails sent to a specific virtual > address. I would not like to use a dedicated mailing list software. You want a mailing list manager feature. Use a mailing list manager. Wietes
