Is it possible on a NETHSERVER to map the following situation?
I want to host multiple e-mail domains in an internal network on a NETHSERVER. Specifically, each user can have multiple e-mail addresses.
One domain is hosted by NETHSERVER itself and other domains (such as gmx.at, outlook.com, gmail.com) are to be picked up only the mail with fetchmail and moved to the respective mailbox.
Is it possible that I for these other domains (such as gmx.at, outlook.com, gmail.com) each own SMTP - Server furnish so from these addresses can also be sent mails. In Exchange is it referred as âexternal domain Relayingâ.
NethServer is currently designed to provide the mail services for its mail domains only, possibly using a smart host as default route or relay to other servers for specific domains.
AFAIK, mail handled by other providers (gmail,gmx,ms) should be configured into each mail client: certainly the external relaying domain feature living in Exchange has a specific use case scenario that I canât figure out. Could you provide more details about it?
With this I want each user to manage multiple e-mail addresses. The e-mail addresses of all other domains, such as outlook.com, etc. gmx.net the intranet users need to work on different computers, so I put the mail with IMAP available. On each computer that will so the same mails be available and downloaded only once.
Fetching the mail from these email providers Iâll do with fetchmail and put it in the server locally from.
I am now looking for a way for these external mail - domains for each user the correct SMTP - to use server so that, for example, user1@outlook.com is sent via the SMTP of Outlook.com.
But my wish is only to install one smarthost manualy for every external domain. I will send e.g. any @outlook.com emails with the outlook.com - SMTP and so on.
I have this same requirement. I currently use postfix with sender_dependent_relayhost_maps which chooses a smart/relay host based on the senders @domain address.
Why do I do this? It allows me to keep a single point of configuration for clients (server details and username and password) on the LAN instead of configuring separate SMTP details per email address.
(My wife signs up to multiple free mail services and no amount of pleading stops her ;))
From the mail client I setup email aliases for each ISP email address and then its a case of selecting the desired âsend asâ address to use and the server relays to through the relevant ISP.
So I believe with Templates I can add the additional Postfix configuration to Postfix and point the additional files to my sender_relay and isp_passwd DBâs.
Stunnel will need to be manually installed and configured separately. Will this cause any issues with mail filtering or mail flows and is the above the correct approach?