Skip to content
Snippets Groups Projects
Commit 5b473951 authored by Linux User's avatar Linux User
Browse files

testing/amavisd-new: post-install added

parent 99e96416
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
HOME=/var/amavis
QUARANTINE=$HOME/quarantine
USER=amavis
GROUP=amavis
DIRS="$HOME $HOME/tmp $HOME/var $HOME/db $HOME/home $QUARANTINE"
CONFIG=/etc/amavisd.conf
#!/bin/sh
. ../../common_vars
addgroup $USER
adduser -h $HOME -s /bin/false -G $GROUP -D $USER
chown -R $USER:$GROUP $HOME
chmod -R 750 $HOME
chown root:$GROUP $CONFIG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment