Hello, I am in need of making a "middleman" mail server which will serve SMTP and IMAP to our users. In other words it like a buffer. Searching Google didn't help.. Only things I found are MX and smart host.
Example(Requirements): I have a Apache James server in the middle as an backup/proxy server. Users use our James server to send, receive and store email messages. Each has his username and password. Some users have his mail provider IMAP/POP and/or SMTP, others will use our james mail server. Simple scheme would look like it: ---Mail server 1(SMTP, IMAP, POP) ---- \ /----- Our user1(SMTP, IMAP) ---Mail server 2(SMTP, IMAP, POP) -------- James Server ----- Our user2(SMTP, IMAP) ---Mail server 3(SMTP, IMAP, POP) ---- / \----- Our user1(SMTP, IMAP) Is there a way achieving this with James server? May be you know how it can be done? ___ Thank you for your time, Ro. P.S. English is not my native language..sorry for my bad language.