hi
i try first with backticks
i allready prepare the solution with mygroups but question here
is.
where i have to change the group name inside the php code for the
admin gui ?
In my setup, I changed all these files:
[15:51 exim4u ]$ find . -type f -exec grep -li 'mygroups' {} \;
./exim4u/admingroup.php
./exim4u/admingroupaddsubmit.php
./exim4u/admingroupchange.php
./exim4u/admingroupchangesubmit.php
./exim4u/admingroupcontentaddsubmit.php
./exim4u/admingroupcontentdeletesubmit.php
./exim4u/admingroupdelete.php
So you can do it easily with:
cd exim4u
find . -type f -exec sed -i.BAK 's/groups/mygroups/g' {} \;