Find the answer to your Linux question:
Results 1 to 2 of 2
Hi. Is there a way to accept mail form defined TPL-Domains only using posfix config? In my case it would be enough if my mailserver would accept incoming mail from ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    2

    Postfix Config: Accept mail form defined TPL-Domains only

    Hi.

    Is there a way to accept mail form defined TPL-Domains only using posfix config? In my case it would be enough if my mailserver would accept incoming mail from 2 or 3 defined TPL-Domains only....

    thanks,
    swake

  2. #2
    Linux Guru Lakshmipathi's Avatar
    Join Date
    Sep 2006
    Location
    3rd rock from sun - Often seen near moon
    Posts
    1,568

    Exclamation

    Hi i never used posfix ...i used sendmail server few months where i placed an
    entries :
    my /etc/mail/access
    Code:
    $cat access
    # Check the /usr/share/doc/sendmail/README.cf file for a description
    # of the format of this file. (search for access_db in that file)
    # The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
    # package.
    #
    # by default we allow relaying from localhost...
    localhost.localdomain           RELAY
    localhost                       RELAY
    127.0.0.1                       RELAY
    connect:10.XXX                  RELAY

    It accepts mail from 10.XXX domains...you can also provide individual ip addresses.
    Explore bit more you will get it.
    - Lakshmipathi.G
    -------------------
    FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
    First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...