Skip to content

Commit

Permalink
Dis-/Enable card- calldav in sogo.conf (NethServer#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
markVnl authored and stephdl committed Sep 11, 2018
1 parent 56642a2 commit ac4f498
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions root/etc/e-smith/templates/etc/sogo/sogo.conf/75dav
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
my $dav = (($sogod{'Dav'} || "disabled") eq "enabled") ? "YES" : "NO";
$OUT .= qq(
/* 75 enable cal- and carddav */
SOGoAddressBookDAVAccessEnabled = $dav;
SOGoCalendarDAVAccessEnabled = $dav;
);
}

0 comments on commit ac4f498

Please sign in to comment.