View Issue Details

IDProjectCategoryView StatusLast Update
0011551Rocky-Linux-10postfixpublic2025-12-29 13:55
ReporterMarc Dierksen Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version10.1 
Summary0011551: Postfix parameter defaults using unsupported map types
DescriptionA couple Postfix parameter defaults use unsupported btree/hash map types:

[root@rocky10 ~]# postconf -d | grep btree
address_verify_map = btree:$data_directory/verify_cache
postscreen_cache_map = btree:$data_directory/postscreen_cache

[root@rocky10 ~]# postconf -d | grep hash
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
default_database_type = hash

[root@rocky10 ~]# postconf -m
cdb
cidr
environ
fail
inline
internal
ldap
lmdb
memcache
mysql
pcre
pgsql
pipemap
proxy
randmap
regexp
socketmap
sqlite
static
tcp
texthash
unionmap
unix

Reference: https://www.mail-archive.com/postfix-users@postfix.org/msg107023.html
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-12-29 13:55 Marc Dierksen New Issue