Skip to content
Snippets Groups Projects
Commit e4bd2329 authored by nimrod's avatar nimrod
Browse files

autoconfig.nehe.sr.

parent 1515390f
Branches
No related tags found
No related merge requests found
server { server {
listen 80; listen 80;
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/; root /var/www/autoconfig.shore.co.il/;
include snippets/www-acme-challenge.conf; include snippets/www-acme-challenge.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
...@@ -12,7 +12,7 @@ server { ...@@ -12,7 +12,7 @@ server {
server { server {
listen 443 ssl http2; listen 443 ssl http2;
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/; root /var/www/autoconfig.shore.co.il/;
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
......
...@@ -20,5 +20,24 @@ ...@@ -20,5 +20,24 @@
<username>%EMAILLOCALPART%</username> <username>%EMAILLOCALPART%</username>
</outgoingServer> </outgoingServer>
</emailProvider> </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> </clientConfig>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment