we are sending mails from notes to internet, no p roblem. But now we want to send mail from notes to a local non smtp-server running on port 8026 (eq crmtest.be)
So when a client send a mail to that domain (crmtest.be) the notes server must route the mail to the smtp server running on port 8026 and not to the internet. Can we do this ?
On one line you described it as non smtp, and another as smtp.
If it IS an SMTP server, then you can add an entry to the notes server’s host file, or to your DNS, or set up a Foreign SMTP Domain document (see the Admin help). Any of these would make it so that mail with @crmtest.be would route to the new server’s IP address.
Once you set up your solution, you would want to restart the mail and SMTP router tasks on your Domino server.
If it is NOT an SMTP server then it cannot be sent as mail. You would have to figure out what protocols are available to you and how it could be sent using them. Or set up an SMTP service on that other server.