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
Printable View
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
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. :)