Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I need to setup an email server for my other branch. currently they are accessing their emails directly from the server at the head office. i need to limit that traffic whereby each user is querying the email server to pop emails.
I need a server on the branch that will from time to time collect messages from the main server at the head office and distributes to the clients on that branch.
The domain will sill be the same
How best can i achieve this? what should i do on the "new" server that i need to setup?
so postfix on your pimary MX server mailhub, would know that the message needs to be forwarded to the other server (branch1) for delivery..
but as arckane points out, without knowing what MTA (postfix, exim, qmail, sendmail, MS Exchange, other) you are running, and knowing how it's setup (is it using a SQL backend ? is it using LDAP ? , etc.. ) it's difficult to offer a proper solution.
More information would be a good thing.
With Qmail you can do a similar mapping to deliver the messages to the proper server or even setup fetchmail to periodically grab emails from the main server and deliver them to the local (branch) server to minimize the number of connections made to the main server.
so postfix on your pimary MX server mailhub, would know that the message needs to be forwarded to the other server (branch1) for delivery..
but as arckane points out, without knowing what MTA (postfix, exim, qmail, sendmail, MS Exchange, other) you are running, and knowing how it's setup (is it using a SQL backend ? is it using LDAP ? , etc.. ) it's difficult to offer a proper solution.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.