Skip to content

Commit dee3e36

Browse files
author
Kristan Kenney
committed
Remove web domain check for webmail vhosts
In environments where the server only hosts the mail domain but not a matching web domain, the addition of webmail vhost configuration would fail.
1 parent 68d7233 commit dee3e36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/v-add-webmail

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ is_object_valid 'user' 'USER' "$user"
4949
is_object_unsuspended 'user' 'USER' "$user"
5050
is_object_valid 'mail' 'DOMAIN' "$domain"
5151
is_object_unsuspended 'mail' 'DOMAIN' "$domain"
52-
is_object_valid 'web' 'DOMAIN' "$domain"
53-
is_object_unsuspended 'web' 'DOMAIN' "$domain"
5452

5553
#----------------------------------------------------------#
5654
# Action #

0 commit comments

Comments
 (0)