mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
Added a command that will download Dovecot logrotate script
This commit is contained in:
parent
6b8be44b04
commit
9ab813feee
5 changed files with 9 additions and 0 deletions
|
@ -1087,6 +1087,7 @@ fi
|
|||
if [ "$dovecot" = 'yes' ]; then
|
||||
gpasswd -a dovecot mail
|
||||
wget $vestacp/dovecot.tar.gz -O /etc/dovecot.tar.gz
|
||||
wget $vestacp/logrotate/dovecot -O /etc/logrotate.d/dovecot
|
||||
cd /etc
|
||||
rm -rf dovecot dovecot.conf
|
||||
tar -xzf dovecot.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue