- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: SMTP configuration
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
10-24-2007 08:38 PM
10-24-2007 08:38 PM
SMTP configuration
My configuration: OpenVMS 7.3 + Last patch Kit
My configuration does'nt work. I send a mail like this:
MAIL> send
to: P.lan@scc.com
subject: test
ctrl/z
I have no error message but the mail stay in queue.
My default gateway is:192.168.0.244
My mail server is: smtp.scc.com
See information in atachement
Cordialy,
Dominique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 08:58 PM
10-24-2007 08:58 PM
Re: SMTP configuration
Does TCPIP SHO MX scc.com reveal anything?
regards kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 09:14 PM
10-24-2007 09:14 PM
Re: SMTP configuration
BIND database
Server: 192.168.0.6 ARCOS
Host address Host name
192.168.0.6 SCC.COM
169.254.126.210 SCC.COM
For information: I have also send mail like this
MAIL> send
to : smtp%"p.lan@scc.com"
...
and I have the same result !
Cordialy,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 09:31 PM
10-24-2007 09:31 PM
Re: SMTP configuration
TCPIP$SMTP_Log_Line_Numbers
TCPIP$SMTP_Log_Level
See the manuals for details.
The SMTP% syntax explictly activates the SMTP transport, newer VMS version detect this automatically by the @-sign.
regards kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 09:38 PM
10-24-2007 09:38 PM
Re: SMTP configuration
Cordialy,
dominique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 12:16 AM
10-25-2007 12:16 AM
Re: SMTP configuration
On a hunch, why don't you check your alternate gateway and you may have to define a systemwide logical name TCPIP$SMTP_ALTGATE_ALWAYS to "TRUE".
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 07:59 AM
10-25-2007 07:59 AM
Re: SMTP configuration
Ok, I am dumb. I didn't see you had already included an attachment. It looks like you have to define the systemwide logical TCPIP$SMTP_ALTGATE_ALWAYS to "TRUE" then restart SMTP. Good luck.