Possible Duplicate:
How can we support all domains in postfix smtp server?

I have installed and configured postfix on our server.

Postfix config file has relay_domain parameter which contains the list of domain names which postfix will support.

Is there a way by which we can support all domain names in postfix without creating relay_domain database list?

link|improve this question

0% accept rate
feedback

migrated from stackoverflow.com Dec 23 '10 at 7:51

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Sam Aug 11 '11 at 21:45

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

AFAIK You can add TLD's in /etc/postfix/relay-domains like this:

.org

.net

.com

.fm

mynetworks = 127.0.0.0/8, 192.168.1.0/24

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.