OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Peña, Botp (botpdelmonte-phil.com)
Date: Thu Jan 04 2001 - 00:41:45 CST

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

    To Robert, Ralf, Wietse:

    First of all, Thank you. Mail forwarding now works great!

    The culprit was a conflict bw virtual and transport map settings. I finally
    realized that I placed the domain (delmonte-phil.com) in both. After
    removing the settings in virtual, mail was flowing like a river :-)

    To Wietse:

    1. Sir, would it be possible for postfix check to check such ambiguities in
    main.cf settings?
    2. I notice that if I send a mail to userX128.1.100.101, mail will bounce w
    a "mail loops back to myself" message. If I send a mail to
    userXmail.kitchen.org, mail will be delivered fine. But 128.1.100.101 is
    mail.kitchen.org. I had to put the address 128.1.100.101 in mydestination
    (when in fact, mail.kitchen.org will do). Is this necessary?

    Thanks,
    -botp

    ps: I hope my questions aren't too dumb :-)

    > -----Original Message-----
    > From: wietseporcupine.org [mailto:wietseporcupine.org]
    > Sent: Thursday, January 04, 2001 3:00 AM
    > To: Postfix users
    > Subject: Re: ignorant desperate w virtual and transport
    >
    >
    > 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
    >