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>
|
||||
20
templates/config-v1.1.xml.j2
Normal file
20
templates/config-v1.1.xml.j2
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<clientConfig version="1.1">
|
||||
<emailProvider id="{{ DOMAIN }}">
|
||||
<domain>{{ DOMAIN }}</domain>
|
||||
<incomingServer type="imap">
|
||||
<hostname>mail.mifi.holdings</hostname>
|
||||
<port>993</port>
|
||||
<socketType>SSL</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILLOCALPART%</username>
|
||||
</incomingServer>
|
||||
<outgoingServer type="smtp">
|
||||
<hostname>mail.mifi.holdings</hostname>
|
||||
<port>587</port>
|
||||
<socketType>STARTTLS</socketType>
|
||||
<authentication>password-cleartext</authentication>
|
||||
<username>%EMAILLOCALPART%</username>
|
||||
</outgoingServer>
|
||||
</emailProvider>
|
||||
</clientConfig>
|
||||
Reference in New Issue
Block a user