1828817 Members
2415 Online
109985 Solutions
New Discussion

remote mail box

 
Santhosh_5
Advisor

remote mail box

Dear All,

We are running,
DIGITAL TCP/IP Services for OpenVMS Alpha Version V4.2 - ECO 1 on a AlphaServer 4100 5/400 4MB running OpenVMS V7.1-2.

Our system collect the information from one server and automatically forward those information to remote mail box. note, here we donot have any information about the remote host name. I would like to know what is the remote mail box host name. The mail has been forwarded through FTP services. i have gone through the ftp log files and nothing has been registered. Here we are having problem for transferring files to remote mail box. I am looking for remote mail box host name. so that i can do some more work to modify my mail box name, if it renames in remote location.

Awaiting your valuable inputs.

Regards,

Chuck
2 REPLIES 2
Wim Van den Wyngaert
Honored Contributor

Re: remote mail box

Chuck,

If I understand correctly you transfer a file with ftp to a mail server.

On VMS you use the ftp client. The ftp client has a log in the output of the process executing the ftp.

You can do
$ search *.com ftp
or
$ sea *.log.* ftp
and hope to find the command procedure/log that did it. Try /since to limit the .log files.

Do this for the directories where your application resides.

Wim
Wim
Santhosh_5
Advisor

Re: remote mail box


reconfigured the inbox par file which was resides in the following directory MBXC$ROOT:[MBXC]. The pare file has been generated by 3rd party tool. we copied those information and it is found that the transfer is successfully working. thanks.