gcc484ntopperl-5.22
Last change
on this file since c5c522c was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100755
|
File size:
234 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | #!/bin/bash |
---|
| 2 | svc -d /service/amavis |
---|
| 3 | useradd -u 115 amavis |
---|
| 4 | groupadd -g 115 amavis |
---|
| 5 | chown -R amavis:amavis /home/system/amavis |
---|
| 6 | chown -R amavis:amavis /home/system/amavis/virusmails |
---|
| 7 | chmod -R 750 /home/system/amavis |
---|
| 8 | svc -dx /service/amavis |
---|
Note: See
TracBrowser
for help on using the repository browser.