<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="bgsb18.ru">
    <domain>bgsb18.ru</domain>
    <domain>sw.bgsb18.ru</domain>
    <displayName>Stalwart Mail Server</displayName>
    <displayShortName>Stalwart</displayShortName>
    
    <!-- Входящая почта (IMAP) -->
    <incomingServer type="imap">
      <hostname>sw.bgsb18.ru</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    
    <!-- Исходящая почта (SMTP) -->
    <outgoingServer type="smtp">
      <hostname>sw.bgsb18.ru</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
