From aeb6689d5dcd2d1655236f9abda2ca0c5b794ce7 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 7 Aug 2015 11:12:57 +0100 Subject: Bug 1191255 - Remove requirement to specify SMTP server during installation on Windows. r=LpSolit, a=simon --- checksetup.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 041321ead..d7ef811bd 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -485,8 +485,6 @@ The format of that file is as follows: $answer{'ADMIN_PASSWORD'} = 'fooey'; $answer{'ADMIN_REALNAME'} = 'Joel Peshkin'; - $answer{'SMTP_SERVER'} = 'mail.mydomain.net'; - $answer{'NO_PAUSE'} = 1 C means "never stop and prompt the user to hit Enter to continue, -- cgit v1.2.3-24-g4f1b