Commit e4bd2329 authored by nimrod's avatar nimrod
Browse files

autoconfig.nehe.sr.

parent 1515390f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
server {
    listen      80;
    listen      [::]:80;
    server_name autoconfig.shore.co.il;
    server_name autoconfig.shore.co.il autoconfig.nehe.sr;
    root        /var/www/autoconfig.shore.co.il/;
    include     snippets/www-acme-challenge.conf;
    include     snippets/ads-txt.conf;
@@ -12,7 +12,7 @@ server {
server {
    listen      443 ssl http2;
    listen      [::]:443 ssl http2;
    server_name autoconfig.shore.co.il;
    server_name autoconfig.shore.co.il autoconfig.nehe.sr;
    root        /var/www/autoconfig.shore.co.il/;
    include     snippets/robots-allow-all.conf;
    include     snippets/ads-txt.conf;
+19 −0
Original line number Diff line number Diff line
@@ -20,5 +20,24 @@
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
  </emailProvider>
  <emailProvider id="nehe.sr">
    <domain>nehe.sr</domain>
    <displayName>Nehes Realestate</displayName>
    <displayShortName>Nehes</displayShortName>
    <incomingServer type="imap">
      <hostname>imap.shore.co.il</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.shore.co.il</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>