View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012244 | Rocky-Linux-10 | postfix | public | 2026-03-10 18:15 | 2026-03-10 18:15 |
| Reporter | Dario Lesca | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 10.1 | ||||
| Summary | 0012244: postfix have remove hash and btree type support but in some case the default config still use btree type | ||||
| Description | sudo postconf |grep -E ' (btree|hash):' address_verify_map = btree:$data_directory/verify_cache postscreen_cache_map = btree:$data_directory/postscreen_cache I you enable address_verify_map function or use for some config file btree type you get this error: [root@s-virt-g10 tmp]# newaliases postalias: warning: unsupported dictionary type: btree. Is the postfix-btree package installed? postalias: fatal: unsupported map type: btree But the package postfix-btree does not exist. | ||||
| Steps To Reproduce | Install and enable postfix Configure some btree type file, for example: postconf -e 'alias_database = btree:/etc/aliases' check: postconf |grep -E ' (btree|hash):' try: newaliases You get this error postalias: warning: unsupported dictionary type: btree. Is the postfix-btree package installed? postalias: fatal: unsupported map type: btree | ||||
| Tags | postfix | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-03-10 18:15 | Dario Lesca | New Issue | |
| 2026-03-10 18:15 | Dario Lesca | Tag Attached: postfix |