Operating System - OpenVMS
1753559 Members
5858 Online
108796 Solutions
New Discussion

How do you automate Start Mail command?

 
kwiebe
Occasional Collector

How do you automate Start Mail command?

I have TCPIP starting automatically when the system boots.  But to get mail flowing I have to manually enter:

$ TCPIP

TCPIP> START MAIL

How can I avoid having to enter these two commands?

1 REPLY 1
Steven Schweda
Honored Contributor

Re: How do you automate Start Mail command?

> I have TCPIP [...]

      tcpip show version

> $ TCPIP
> TCPIP> START MAIL
>
> How can I avoid having to enter these two commands?

   One command:

      tcpip start mail

   Is the SMTP service "enabled?:

      tcpip show service smtp

   If confused, I'd probably do:

      @ SYS$MANAGER:TCPIP$CONFIG.COM

and look for SMTP among the "Client components".