nerdexam
Linux_Foundation

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.

Submitted by hassan_iq· Apr 18, 2026Service Configuration

Question

What can proxymap be used for in a Postfix installation? (Select TWO correct answers)

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)
  • A
    71% (34)
  • B
    8% (4)
  • C
    17% (8)
  • E
    4% (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.

AConsolidating the number of open lookup tables.Correct

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.

BCreating and querying Postfix alias databases.

While Postfix uses lookup tables for aliases, proxymap's primary purpose is not creating/querying alias databases specifically, but rather generic lookup table access.

CMapping mail user IDs to system accounts.

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.

DOvercoming chroot restrictions.Correct

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.

ECreating and querying Postfix lookup tables.

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

#Postfix#Mail Server Configuration#Chroot#Lookup Tables

Community Discussion

No community discussion yet for this question.

Full LFCS Practice