tags/ipasserelle-groupware-0.2.37-1
parent
4623951a1c
commit
3710300220
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
{ |
||||
|
||||
return "" unless (-x '/usr/bin/make-srv'); |
||||
|
||||
$OUT .= "# SRV Records for SOGo\n"; |
||||
$OUT .= `/usr/bin/make-srv -service _caldavs._tcp.$DomainName -target $SystemName.$DomainName -port 443`; |
||||
$OUT .= `/usr/bin/make-srv -service _carddavs._tcp.$DomainName -target $SystemName.$DomainName -port 443`; |
||||
|
||||
} |
Loading…
Reference in new issue