Skip to content

Commit

Permalink
更新组件
Browse files Browse the repository at this point in the history
  • Loading branch information
ewomailadmin committed Sep 8, 2021
1 parent c670a62 commit 0f8a838
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

修复部分问题,添加邮箱批量删除,添加web SSL默认配置启用。

更多配置和详细信息请参考文档
更新组件


更新教程
http://doc.ewomail.com/docs/ewomail/update

### EwoMail

Expand Down
2 changes: 1 addition & 1 deletion ewomail-admin/core/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15
1.15.1
12 changes: 6 additions & 6 deletions install/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ fi

dovecot_install(){
if [ $centosV = 7 ] ; then
rpm -ivh $cur_dir/soft/dovecot-2.3.11.3-el7.x86_64.rpm
rpm -ivh $cur_dir/soft/dovecot-2.3.15-el7.x86_64.rpm
else
rpm -ivh $cur_dir/soft/dovecot-2.3.11.3-el8.x86_64.rpm
rpm -ivh $cur_dir/soft/dovecot-2.3.15-el8.x86_64.rpm
fi

if ! rpm -qa | grep dovecot > /dev/null;then
Expand All @@ -65,11 +65,11 @@ down_rpm(){
filename=""
md5file=""
if [ $centosV = 7 ] ; then
md5file="ebd320c8ca86a3b8c4430e350d14cff8"
filename="ewomail-npm-1.09-el7.tar.gz"
md5file="0a91bcaaf4bddf7095bf824a7206ab97"
filename="ewomail-npm-1.15.1-el7.tar.gz"
else
md5file="1aa30322e0fe8340655bdf7bbd1506b1"
filename="ewomail-npm-1.09-el8.tar.gz"
md5file="f2f2536390aa3fa1277c3d3034e88db0"
filename="ewomail-npm-1.15.1-el8.tar.gz"
fi

if [ "$en" != "en" ] ; then
Expand Down

0 comments on commit 0f8a838

Please sign in to comment.