Skip to content

Commit

Permalink
Remove options that were obsoleted in version 3.9 #2150
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed May 7, 2024
1 parent 4a918ee commit 7881b1c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postfix/postfix-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2327,8 +2327,9 @@ sub list_smtpd_restrictions
"reject_unknown_reverse_client_hostname",
"permit_sasl_authenticated",
"reject_unauth_destination",
"check_relay_domains",
"permit_mx_backup" );
&compare_version_numbers($postfix_version, 3.9) < 0 ?
("check_relay_domains", "permit_mx_backup") : ( ),
);
}

# list_client_restrictions()
Expand Down

0 comments on commit 7881b1c

Please sign in to comment.