File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
1313- Improve handling upgrade of Roundcube #1917
1414- Fix an issue with sorting the update scripts when version goes higher then 1.x.10
15+ - Allow the use of multiple CAA records for domain. #2073
1516
1617## [ 1.4.10] - Service release
1718
Original file line number Diff line number Diff line change 7878# Set DNS CAA record retrieval commands
7979if [ ! -z " $DNS_SYSTEM " ]; then
8080 dns_domain=$( $BIN /v-list-dns-domains $user | grep $domain | cut -d' ' -f1)
81- caa_record=$( $BIN /v-list-dns-records $user $domain | grep -i " CAA" | cut -d' ' -f1)
81+ caa_record=$( $BIN /v-list-dns-records $user $domain | grep -i " CAA" | grep -i " letsencrypt.org " | cut -d' ' -f1 )
8282fi
8383
8484if [ -z " $mail " ] || [ " $mail " = ' no' ]; then
You can’t perform that action at this time.
0 commit comments