Stalwart: Difference between revisions

Onny (talk | contribs)
Onny (talk | contribs)
No edit summary
Line 75: Line 75:
   enable = true;
   enable = true;
   virtualHosts = {
   virtualHosts = {
     "webadmin.tuxtux.com.co" = {
     "webadmin.example.org" = {
       extraConfig = ''
       extraConfig = ''
         reverse_proxy http://127.0.01:8080
         reverse_proxy http://127.0.01:8080
       '';
       '';
       serverAliases = [
       serverAliases = [
         "mta-sts.tuxtux.com.co"
         "mta-sts.example.org"
         "autoconfig.tuxtux.com.co"
         "autoconfig.example.org"
         "autodiscover.tuxtux.com.co"
         "autodiscover.example.org"
       ];
       ];
     };
     };