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:
parent
6839e793cf
commit
77fd7369c1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user