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