View Single Post
  #10 (permalink)  
Old 08-08-2008, 03:46 PM
JeeZ JeeZ is offline
Starter Member
 
Posts: 2
Default It works!

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 &ndash; Add reply-to option for distribution lists to make this feature built-in in the Administrative Console !

Have a nice day!
JeeZ
Reply With Quote