diff options
Diffstat (limited to 'mail/mail-autoconfig/inbox.lv')
-rw-r--r-- | mail/mail-autoconfig/inbox.lv | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/mail-autoconfig/inbox.lv b/mail/mail-autoconfig/inbox.lv new file mode 100644 index 0000000000..ac3b317315 --- /dev/null +++ b/mail/mail-autoconfig/inbox.lv @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<clientConfig> + <emailProvider id="inbox.lv"> + <domain>inbox.lv</domain> + <displayName>Inbox.lv</displayName> + <displayShortName>Inbox.lv</displayShortName> + <incomingServer type="pop3"> + <hostname>mail.inbox.lv</hostname> + <port>995</port> + <socketType>SSL</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>plain</authentication> + <pop3> + <leaveMessagesOnServer>true</leaveMessagesOnServer> + <daysToLeaveMessagesOnServer>999</daysToLeaveMessagesOnServer> + </pop3> + </incomingServer> + <outgoingServer type="smtp"> + <hostname>mail.inbox.lv</hostname> + <port>587</port> + <socketType>STARTTLS</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>plain</authentication> + <addThisServer>true</addThisServer> + <useGlobalPreferredServer>false</useGlobalPreferredServer> + </outgoingServer> + </emailProvider> +</clientConfig> |