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: Wed Jan 03 2001 - 13:00:05 CST

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

    Ralf Hildebrandt:
    [ Charset ISO-8859-1 unsupported, converting... ]
    > On 3 Jan 2001 01:19:18 +0100, Pe?a, Botp <botpdelmonte-phil.com> wrote:
    > >Hi Ralf,
    > >
    > >Sorry, I was too simplistic/vague on my example. I do want ALL mails
    > >addressed to delmonte-phil.com be forwarded to 128.1.1.2. The userX was just
    > >a sample.
    >
    > Why not use transport_maps ?
    >
    > transport_maps = hash:/etc/postfix/transport
    >
    > and in hash:/etc/postfix/transport
    >
    > delmonte-phil.com [128.1.1.2]

    Make that:

            delmonte-phil.com smtp:[128.1.1.2]

    The destination (IP address [128.1.1.2] in this case) is optional,
    but you must specify something as the transport (smtp in this case)
    or at the very least, the ":" that separates transport name from
    destination.

            Wietse