mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Add a new CNAME for old MUAs
This commit is contained in:
parent
da168322d6
commit
cfec4c58cc
@ -276,7 +276,7 @@ class Domain(Base):
|
||||
f'_{proto}._tcp.{self.name}. 600 IN SRV {prio} 1 {port} {hostname}.' if port in ports else f'_{proto}._tcp.{self.name}. 600 IN SRV 0 0 0 .'
|
||||
for proto, port, prio
|
||||
in protocols
|
||||
]+[f'autoconfig.{self.name}. 600 IN CNAME {hostname}.']
|
||||
]+[f'autoconfig.{self.name}. 600 IN CNAME {hostname}.', f'autodiscover.{self.name}. 600 IN CNAME {hostname}.']
|
||||
|
||||
@cached_property
|
||||
def dns_tlsa(self):
|
||||
|
@ -1,2 +1,3 @@
|
||||
Update to a newer clamav 1.2.3-45
|
||||
Update to snappymail 2.36.4
|
||||
Add a new DNS entry for autodiscover (old MUA autoconfiguration)
|
||||
|
Loading…
Reference in New Issue
Block a user