Skip to content

Commit

Permalink
Merge a146b09 into 48323c6
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Apr 17, 2020
2 parents 48323c6 + a146b09 commit 7ea4315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin/Postfix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sub actions {

# Setup sender dependent map
my ($major, $minor) = split(/\./, $postfix::postfix_version);
if ($major >= 2 && $minor >= 7) {
if (($major >= 2 && $minor >= 7) || $major >= 3) {
if (!postfix::get_real_value("sender_dependent_default_transport_maps")) {
postfix::set_current_value("sender_dependent_default_transport_maps",
"$maptype:$postetc/dependent");
Expand Down

0 comments on commit 7ea4315

Please sign in to comment.