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 ...
- 05-22-2008 #1Just 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
- 05-22-2008 #2
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
-------------------


Reply With Quote