- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Problem setting up SMTP mail in UCX 4.2
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 07:46 PM
06-29-2004 07:46 PM
I have a problem . We use Open VMS 7.1 -2 and UCX 4.2 . We use smtp mail from a callcentreapplication. This worked fine until they changed external mailserver. They could send mail within there local organistation, but im not shore they could send out to internet.
Yesterday I spent all day trying to get it work again and during a short time it worked localy. The smtp server had stopped so I started it. After that I had to reboot the alpha, and afterwards it dont send mail again.
Normaly there is a application sending mail that use standard vms mail. I tested by using the standard vms mail service.
I printed this string as to adress: smtp%"anders.w@gvb.se"
After ctrl z the mail went away but after just 5 seconds i got a mail saying mail couldent be sent "no such user" and the following error code from smtp:
550 UCX-E-SMTP_COMMANDERR gvb.se
This came up both if i tried to send localy or to internet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 08:19 PM
06-29-2004 08:19 PM
Re: Problem setting up SMTP mail in UCX 4.2
telnet mailserver/port=25
%TELNET-I-TRYING, Trying ... 10.66.32.180
%TELNET-I-SESSION, Session 01, host 10.66.32.180, port 25
HELO220 sdev54.alpha.xxxxxxxx ESMTP Server (Microsoft Exchange Internet
Service 5.5.2653.13) ready
MAIL FROM:
500 Command not recognized.
MAIL FROM:
250 OK - mail from
rcpt to:
250 OK - Recipient
rcpt to:
250 OK - Recipient
to:
500 Command not recognized.
rcpt to:
250 OK - Recipient
RCPT TO:
250 OK - Recipient
quit
221 closing connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 08:59 PM
06-29-2004 08:59 PM
Solutionthen stop and start SMTP.
Additional information should appear in the log file (in SYS$SPECIFIC:[UCX_SMTP])
You can also use
$ DEFINE/SYSTEM UCX$SMTP_RECV_DEBUG 1
$ DEFINE/SYSTEM UCX$SMTP_RECV_TRACE 1
to get even more information
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 10:13 PM
06-29-2004 10:13 PM
Re: Problem setting up SMTP mail in UCX 4.2
$ UCX SHOW CONFIG SMTP
does it state a valid IPaddress or name as general gateway or alternate gateway?
If not, you can specify the general - or alternate, I always lose the right one - to the new email-server:
$UCX SET CONFIG SMTP/GATEWAY=(GENERAL=
(as said, it _might_ be /ALTERNATE=
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 10:17 PM
06-29-2004 10:17 PM
Re: Problem setting up SMTP mail in UCX 4.2
UCX SET CONFIG SMTP/GATEWAY=ALT=
UCX STOP MAIL
UCX START MAIL
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 10:18 PM
06-29-2004 10:18 PM
Re: Problem setting up SMTP mail in UCX 4.2
Not sure if you are experiencing the same thing.
Also, I had a posting here last year on setting up SMTP to allow external mail, it was on TCP/IP 5.3, but may still help you.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=215829