This commit is contained in:
29
templates/Autodiscover.xml.j2
Normal file
29
templates/Autodiscover.xml.j2
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
|
||||
<Response>
|
||||
<Account>
|
||||
<AccountType>imap</AccountType>
|
||||
<Action>settings</Action>
|
||||
<Protocol>
|
||||
<Type>IMAP</Type>
|
||||
<Server>mail.mifi.holdings</Server>
|
||||
<Port>993</Port>
|
||||
<DomainRequired>off</DomainRequired>
|
||||
<SSL>on</SSL>
|
||||
<SPA>off</SPA>
|
||||
<AuthRequired>on</AuthRequired>
|
||||
<LoginName>%EMAILADDRESS%</LoginName>
|
||||
</Protocol>
|
||||
<Protocol>
|
||||
<Type>SMTP</Type>
|
||||
<Server>mail.mifi.holdings</Server>
|
||||
<Port>587</Port>
|
||||
<DomainRequired>off</DomainRequired>
|
||||
<SSL>on</SSL>
|
||||
<SPA>off</SPA>
|
||||
<AuthRequired>on</AuthRequired>
|
||||
<LoginName>%EMAILADDRESS%</LoginName>
|
||||
</Protocol>
|
||||
</Account>
|
||||
</Response>
|
||||
</Autodiscover>
|
||||
Reference in New Issue
Block a user