Merge pull request #279 from kubuntux/patch-1

Fixed line 59 - should append the account only
This commit is contained in:
Serghey Rodin 2015-01-14 02:39:37 +02:00
commit 4406e814f2

View file

@ -56,7 +56,7 @@ fi
# Adding account to fwd_only
if [[ "$MAIL_SYSTEM" =~ exim ]]; then
echo "$account" > $HOMEDIR/$user/conf/mail/$domain/fwd_only
echo "$account" >> $HOMEDIR/$user/conf/mail/$domain/fwd_only
chown -R $MAIL_USER:mail $HOMEDIR/$user/conf/mail/$domain/fwd_only
fi