LFCS · Question #414
What can proxymap be used for in a Postfix installation? (Select TWO correct answers)
The correct answer is A. Consolidating the number of open lookup tables. D. Overcoming chroot restrictions. Proxymap in Postfix helps consolidate multiple open lookup tables into a single service and can be used to overcome chroot restrictions for lookup tables.
Question
Options
- AConsolidating the number of open lookup tables.
- BCreating and querying Postfix alias databases.
- CMapping mail user IDs to system accounts.
- DOvercoming chroot restrictions.
- ECreating and querying Postfix lookup tables.
How the community answered
(48 responses)- A71% (34)
- B8% (4)
- C17% (8)
- E4% (2)
Why each option
Proxymap in Postfix helps consolidate multiple open lookup tables into a single service and can be used to overcome chroot restrictions for lookup tables.
Proxymap can act as a proxy for multiple lookup tables, allowing Postfix to open a single connection to the proxymap service instead of opening each individual lookup table separately, thus consolidating open file descriptors.
While Postfix uses lookup tables for aliases, proxymap's primary purpose is not creating/querying alias databases specifically, but rather generic lookup table access.
Mapping mail user IDs to system accounts is a function of virtual maps or other address rewriting mechanisms, not the primary use of proxymap itself.
When Postfix daemons are chrooted, lookup tables outside the chroot jail cannot be directly accessed; proxymap can be run outside the chroot and serve as a bridge to these external tables, overcoming the restriction.
Proxymap does not create lookup tables; it provides a proxy service for querying existing Postfix lookup tables.
Concept tested: Postfix proxymap functionality
Source: http://www.postfix.org/proxymap.8.html
Topics
Community Discussion
No community discussion yet for this question.