Hello,
We want to use SMR server for mails of a few users of a domain. Example: let's say there are 10 users of a domain who are located in one location, where we have deployed SME server. Note that there are other users as well, but they have individual POP accounts. These 10 users share a common POP account and mails for all these 10 users is stored in a single pop Mail a/c.
u1@domain.com , u2@domain.com ... u10@domain.com -> POP1@domain.com
other users:
r1@domain.com, r2@domain.com etc..
Prob is how do we set up SME server so that
a) mails arriving from external world for u1/u2/u3... u10 is fetched and delivered to the local POP boxes
b) mails for u1/u2/u3 ... sent from other local users is delivered immediately
c) mails from lcoal users to r1@domain.com, r2@domain.com ... is forwarded / routed further up the MX server for the domain (MX server may be the internet mail server, not the SME)
We have tried several combos and referred to Wiki but all the above cases are not fulfilled.
(Also note that we have successfully implemented these on Linux running Red Hat / CentOS etc.. using sendmail, aliases, virtual user tables, fetchmail combination) but it does not seem to be as flexible on SME server.
Any Help is appreciated.