OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Wietse Venema (wietseporcupine.org)
Date: Tue Apr 02 2002 - 12:24:24 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Alfredo Sanju?n:
    [ Charset ISO-8859-1 unsupported, converting... ]
    > > All Postfix daemon processes, including qmgr, are instantiated from
    > master.cf.
    > > That is the only mechanism that Postfix has.
    > >
    > > > only option I have for body_checks by domain is running two instances of
    > > > postfix itself?
    > >
    > > Of course not. The whole point of making names configurable was
    > > to avoid such complication.
    >
    > If qmgr is the only daemon who knows about transport maps, this should

    qmgr does not know about transport maps.

    The transport map is used for qmgr address rewriting requests.
    However, qmgr does not rewrite addresses. It uses the address
    rewriting service. So you need to have a second address rewriting
    service instance, in addition to a second queue manager that connects
    to the second address rewrite service.

    Postfix does not support multiple queue manager processes on the
    same mail queue. If you need multiple queue managers, then you also
    need multiple queues, and multiple cleanup servers that feed mail
    into the right queues.

    Those queue managers can, as of 20020331 be run from the same
    Postfix master instance, which is kind of neat but we still need
    to gain experience with the whole concept.

    In other words, the following should be possible:

        smtp1-cleanup1-qmgr1-filter-smtpd2-cleanup2-qmgr2-smtp

    with a lot of stuff in master.cf.

            Wietse
    -
    To unsubscribe, send mail to majordomopostfix.org with content
    (not subject): unsubscribe postfix-users