Operating System - OpenVMS
1831829 Members
2894 Online
110031 Solutions
New Discussion

SMTP mail delivery to windows mail server

 
SOLVED
Go to solution
Wim Van den Wyngaert
Honored Contributor

SMTP mail delivery to windows mail server

Hi,

TCPIP 5.3

I have a fresh TCPIP installation and want to mail towards the world using a Windows mail server. Windows is ready to do the job and I have the IP address of it.

What minimal statements do I have to execute on vms to enable mail sending ? Receiving is not yet necessary.

Wim
Wim
3 REPLIES 3
Kris Clippeleyr
Honored Contributor
Solution

Re: SMTP mail delivery to windows mail server

Hi Wim,

Configure SMTP using SYS$MANAGER:TCPIP$CONFIG.COM.
Then in TCPIP, do
TCPIP> SET CONFIGURATION SMTP /GATEWAY=(ALTERNATE=my.mail.server)

Greetz,
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Wim Van den Wyngaert
Honored Contributor

Re: SMTP mail delivery to windows mail server

Thx Kris.

I just found it myself but didn't know if that was the only statement. Yes it is. It works.

Wim
Wim
Wim Van den Wyngaert
Honored Contributor

Re: SMTP mail delivery to windows mail server

Closed
Wim