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: Thu Jan 04 2001 - 11:56:31 CST

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

    Daniel Roesen:
    > On Thu, Jan 04, 2001 at 04:46:58PM +0100, Christian Kurz wrote:
    > > I'm currently thinking about a setup where postfix is first trying to
    > > directly send out the mail. If that fails, because the MX doesn't want
    > > to accept mail from a dialup host, postfix should use a relay_host.
    >
    > fallback_transport = smtp:[your.fallback.relayhost]

    Try:

        fallback_relay = smtp:[your.fallback.relayhost]

    The fallback_transport is for users not in /etc/passwd or /etc/aliases.

    Apologies for the confusing names - the result of gradual evolution
    rather than planning every detail years ahead in time.

    This syntax requires a very recent Postfix snapshot. Code from
    before 20001005 does not understand the above syntax.

            Wietse