Update postfix MTA selection code to point at postfix 2.4 which is the

current version.

MFC after:	3 days
This commit is contained in:
Simon L. B. Nielsen 2007-04-05 10:23:30 +00:00
parent 6839e793cf
commit 77fd7369c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168383

View File

@ -961,7 +961,7 @@ configMTAPostfix(dialogMenuItem *self)
msgError("Error setting the enviroment variable POSTFIX_DEFAULT_MTA: %s (%u)",
strerror(errno), errno);
ret = package_add("postfix-2.3");
ret = package_add("postfix-2.4");
unsetenv("POSTFIX_DEFAULT_MTA");
if(DITEM_STATUS(ret) == DITEM_FAILURE) {