@cryptotaxi247 / infra / commits / 6ef1738d

* Use another SMTP server because the old one died.

svn path=/configurations/trunk/tud/; revision=25721

Eelco Dolstra committed Jan 30, 2011 at 08:25 UTC 6ef1738d33c6bf119331dd1c8b5ce75d663598dc
1 file changed +1 -1
common.nix
+1 -1
@@ -35,7 +35,7 @@
35
36 networking.defaultMailServer = {
37 directDelivery = true;
38 - hostName = "smtp.st.ewi.tudelft.nl";
38 + hostName = "smtp.tudelft.nl";
39 domain = "st.ewi.tudelft.nl";
40 };
41 }