Hi!
It worked for me too. And I also added the CC field :
Code:
if /^To: list@domain.com/
/^To: list@domain.com/ PREPEND Reply-To: list@domain.com
endif
if /^To: <list@domain.com>/
/^To: <list@domain.com>/ PREPEND Reply-To: list@domain.com
endif
if /^Cc: list@domain.com/
/^Cc: list@domain.com/ PREPEND Reply-To: list@domain.com
endif
if /^Cc: <list@domain.com>/
/^Cc: <list@domain.com>/ PREPEND Reply-To: list@domain.com
endif
But in my case, "postfix reload" didn't worked ... I had to
"zmcontrol stop; zmcontrl start" to make it work.
Please vote for
Bug 15664 – Add reply-to option for distribution lists to make this feature built-in in the Administrative Console !
Have a nice day!
JeeZ