Mailman: Difference between revisions

imported>Benley
Bypass nginx for mailman->hyperkitty API so archiving works
imported>Benley
Allow inbound port 25 so smtp works
Line 96: Line 96:
   };
   };


   networking.firewall.allowedTCPPorts = [ 80 443 ];
   networking.firewall.allowedTCPPorts = [ 25 80 443 ];
}
}
</syntaxhighlight>
</syntaxhighlight>