mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
Updating user and group for exim4
With the current user and group we are getting the next error: "chown: invalid user: `exim:mail'" Tested in Ubuntu 12.04. Exim default name details here: https://wiki.debian.org/PkgExim4UserFAQ#The_user_name_Debian-.24PACKAGE_is_too_long:_it_misaligns_ls_output_and_is_truncated_by_ps_and_atop._And_it.27s_ugly.21
This commit is contained in:
parent
76bf9030c1
commit
ecb198f898
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ chmod 660 $USER_DATA/mail/$domain.*
|
|||
|
||||
# Adding dkim to config
|
||||
cp $USER_DATA/mail/$domain.pem $HOMEDIR/$user/conf/mail/$domain/dkim.pem
|
||||
chown exim:mail $HOMEDIR/$user/conf/mail/$domain/dkim.pem
|
||||
chown Debian-exim:Debian-exim $HOMEDIR/$user/conf/mail/$domain/dkim.pem
|
||||
chmod 660 $HOMEDIR/$user/conf/mail/$domain/dkim.pem
|
||||
|
||||
# Checking dns domain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue