43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
<!-- Copyright 1999-2025. WebPros International GmbH. All rights reserved. -->
|
|
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
|
|
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
|
|
<User>
|
|
<DisplayName>{{DISPLAY_NAME}}</DisplayName>
|
|
</User>
|
|
<Account>
|
|
<AccountType>email</AccountType>
|
|
<Action>settings</Action>
|
|
<Protocol>
|
|
<Type>IMAP</Type>
|
|
<Server>{{INCOMING_SERVER}}</Server>
|
|
<Port>{{IMAP_PORT}}</Port>
|
|
<DomainRequired>off</DomainRequired>
|
|
<SPA>off</SPA>
|
|
<SSL>{{INCOMING_SSL}}</SSL>
|
|
<AuthRequired>on</AuthRequired>
|
|
<LoginName>{{USER_NAME}}</LoginName>
|
|
</Protocol>
|
|
<Protocol>
|
|
<Type>SMTP</Type>
|
|
<Server>{{OUTGOING_SERVER}}</Server>
|
|
<Port>{{SMTP_PORT}}</Port>
|
|
<DomainRequired>off</DomainRequired>
|
|
<SPA>off</SPA>
|
|
<SSL>{{OUTGOING_SSL}}</SSL>
|
|
<AuthRequired>on</AuthRequired>
|
|
<LoginName>{{USER_NAME}}</LoginName>
|
|
</Protocol>
|
|
<Protocol>
|
|
<Type>POP3</Type>
|
|
<Server>{{INCOMING_SERVER}}</Server>
|
|
<Port>{{POP3_PORT}}</Port>
|
|
<DomainRequired>off</DomainRequired>
|
|
<SPA>off</SPA>
|
|
<SSL>{{INCOMING_SSL}}</SSL>
|
|
<AuthRequired>on</AuthRequired>
|
|
<LoginName>{{USER_NAME}}</LoginName>
|
|
</Protocol>
|
|
</Account>
|
|
</Response>
|
|
</Autodiscover>
|