Operating System - OpenVMS
1753774 Members
7247 Online
108799 Solutions
New Discussion юеВ

Re: Can't send SMTP from node

 
SOLVED
Go to solution
Brian Schilling
New Member

Can't send SMTP from node

I have a system that wonтАЩt send SMTP mail off the node. What is not setup correctly?

Any help would be appreciated!

Cos001> typ SYS$SPECIFIC:[UCX_SMTP]UCX$SMTP_RECV_STARTUP.LOG

%SYSTEM-F-LINKDISCON, network partner disconnected logical link

UCX_SMTP job terminated at 29-AUG-2003 05:41:15.61



Accounting information:

Buffered I/O count: 104 Peak working set size: 3520

Direct I/O count: 9 Peak page file size: 47792

Page faults: 545 Mounted volumes: 0

Charged CPU time: 0 00:00:00.25 Elapsed time: 0 00:00:00.64

Cos001>







Cos001> ucx sho service smtp/full



Service: SMTP

State: Enabled

Port: 25 Protocol: TCP Address: 0.0.0.0

Inactivity: 5 User_name: UCX_SMTP Process: UCX$SMTP

Limit: 10 Active: 0 Peak: 0



File: SYS$SPECIFIC:[UCX_SMTP]UCX$SMTP_RECV_STARTUP.COM

Flags: Listen



Socket Opts: Rcheck Scheck

Receive: 0 Send: 0



Log Opts: Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr

File: SYS$SPECIFIC:[UCX_SMTP]UCX$SMTP_RECV_STARTUP.LOG



Security

Reject msg: not defined

Accept host: 0.0.0.0

Accept netw: 0.0.0.0

Cos001>







UCX> sho service

Service Port Proto Process Address State

BIND 53 TCP,UDP UCX$BIND 0.0.0.0 Disabled

BOOTP 67 UDP UCX$BOOTP 0.0.0.0 Disabled

ESNMP 242 UDP ESNMP 0.0.0.0 Disabled

FINGER 79 TCP UCX$FINGER 0.0.0.0 Disabled

FTP 21 TCP UCX$FTPD 0.0.0.0 Enabled

LPD 515 TCP UCX$LPD 0.0.0.0 Disabled

MOUNT 10 UDP UCX$NFS_M 0.0.0.0 Disabled

NFS 2049 UDP UCX$NFS 0.0.0.0 Disabled

PCNFS 5151 TCP,UDP UCX$PCNFSD 0.0.0.0 Disabled

POP 110 TCP UCX$POP 0.0.0.0 Disabled

PORTMAPPER 111 TCP,UDP UCX$PORTM 0.0.0.0 Disabled

REXEC 512 TCP UCX$REXECD 0.0.0.0 Disabled

RLOGIN 513 TCP not defined 0.0.0.0 Enabled

RSH 514 TCP UCX$RSHD 0.0.0.0 Disabled

SMTP 25 TCP UCX$SMTP 0.0.0.0 Enabled

SNMP 161 UDP UCX$SNMP 0.0.0.0 Disabled

TELNET 23 TCP not defined 0.0.0.0 Enabled

TFTP 69 UDP UCX$TFTP 0.0.0.0 Disabled

UCX>







Cos001> ucx

UCX> sho interf

Packets

Interface IP_Addr Network mask Receive Send MTU



WE0 10.97.14.90 255.255.254.0 2705966 6086 1500

WE1 172.19.63.21 255.255.254.0 250498 1053 1500

LO0 127.0.0.1 255.0.0.0 0 0 65535

UCX> sho interf/full

Interface: WE0

IP_Addr: 10.97.14.90 NETWRK: 255.255.254.0 BRDCST: 10.97.15.255

Ethernet_Addr: AA-00-04-00-0D-04 MTU: 1500

Flags: UP BRDCST NOTRL RUN

RECEIVE SEND

Packets 2705985 6094

IP packets 4611 4538

Broadcast IP packets 738209 0

Trailer 1 IP packets 0

Trailer 2 IP packets 0

ARP packets 416 65

Broadcast ARP packets 1962749 1491

Drops

IP packets 0 0

ARP packets 0 0

Errors

Hardware 0 0

Software 0 0

Restarting attempts 0

Successful restarts 0



Interface: WE1

IP_Addr: 172.19.63.21 NETWRK: 255.255.254.0 BRDCST: 172.19.63.255

Ethernet_Addr: 00-00-F8-01-98-5D MTU: 1500

Flags: UP BRDCST NOTRL RUN

RECEIVE SEND

Packets 250498 1053

IP packets 24 44

Broadcast IP packets 138171 0

Trailer 1 IP packets 0

Trailer 2 IP packets 0

ARP packets 1 1004

Broadcast ARP packets 112302 5

Drops

IP packets 0 0

ARP packets 0 0

Errors

Hardware 0 0

Software 0 0

Restarting attempts 0

Successful restarts 0



Interface: LO0

IP_Addr: 127.0.0.1 NETWRK: 255.0.0.0 BRDCST:

Ethernet_Addr: MTU: 65535

Flags: UP LOOP

RECEIVE SEND

Packets 0 0

IP packets 0 0

Broadcast IP packets 0 0

Trailer 1 IP packets 0

Trailer 2 IP packets 0

ARP packets 0 0

Broadcast ARP packets 0 0

Drops

IP packets 0 0

ARP packets 0 0

Errors

Hardware 0 0

Software 0 0

Restarting attempts 0

Successful restarts 0

UCX>

9 REPLIES 9
Craig A Berry
Honored Contributor

Re: Can't send SMTP from node

Look for more specific errors or warnings in the log files located at SYS$SPECIFIC:[TCPIP$SMTP]. Also, the output of TCPIP SHOW SERVICE SMTP/FULL would be more informative than what you've posted. And of course see the documentation at:

http://h71000.www7.hp.com/DOC/73final/6526/6526pro_030.html
MarkOfAus
Valued Contributor
Solution

Re: Can't send SMTP from node

Brian,

Do a ucx sho config smtp, and look for an alternate gateway. If there is none, add it in.
The gateway, an IP number or host entry, will be where your mail should go to be delivered further up the stream.
MarkOfAus
Valued Contributor

Re: Can't send SMTP from node

Brian,

I should have added, for completion, perform a
ucx set config smtp/gateway=xxx.xxx.xxx.xxx to set the gateway.
Art Wiens
Respected Contributor

Re: Can't send SMTP from node

Is this a setup that was working and stopped? Or something new that hasn't worked yet? Your configuration looks reasonable so see if the other end will accept you. Have a read here:

http://support.microsoft.com/kb/153119

It's not really Exchange specific, other SMTP relays/servers should respond to the command sequences described.

Cheers,
Art
Brian Schilling
New Member

Re: Can't send SMTP from node

MarkOfAus,

thank you for your input! but.....

It appears as though you might have found the problem . Thanks for the information below ├в the command in #2 is what I needed. However, when I compare to one on my systems that is working, it has a DNS name and not an IP address. When using your command, it complains;



UCX$SMTP_COS001_00 1 COS001

Cos001> ucx set config smtp/gateway="MAILFL1.CSOPS.VNUMIS.COM"

%CLI-W-IVKEYW, unrecognized keyword - check validity and spelling

\MAILFL1.CSOPS.VNUMIS.COM\

Cos001> ucx set config smtp/gateway=MAILFL1.CSOPS.VNUMIS.COM

%CLI-W-IVKEYW, unrecognized keyword - check validity and spelling

\MAILFL1.CSOPS.VNUMIS.COM\

Cos001>



What am I doing wrong?

Brian Schilling
New Member

Re: Can't send SMTP from node

MarkOfAus,

thank you for your input! but.....

It appears as though you might have found the problem; however, when I compare to one on my systems that is working, it has a DNS name and not an IP address. When using your command, it complains;



UCX$SMTP_COS001_00 1 COS001

Cos001> ucx set config smtp/gateway="MAILFL1.CSOPS.VNUMIS.COM"

%CLI-W-IVKEYW, unrecognized keyword - check validity and spelling

\MAILFL1.CSOPS.VNUMIS.COM\

Cos001> ucx set config smtp/gateway=MAILFL1.CSOPS.VNUMIS.COM

%CLI-W-IVKEYW, unrecognized keyword - check validity and spelling

\MAILFL1.CSOPS.VNUMIS.COM\

Cos001>



What am I doing wrong?

EdgarZamora
Trusted Contributor

Re: Can't send SMTP from node


Instead of

ucx set config smtp/gateway="MAILFL1.CSOPS.VNUMIS.COM"

do a:

ucx set config smtp/gateway=alt="MAILFL1.CSOPS.VNUMIS.COM"
Brian Schilling
New Member

Re: Can't send SMTP from node

Edgar,

That was it. Everything works great now.

Thank you to everyone who replied!

Closing the thread now!

B
Brian Schilling
New Member

Re: Can't send SMTP from node

Closing thread...