- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Configure SMTP server in TCP/IP
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
03-20-2005 10:14 PM
03-20-2005 10:14 PM
Configure SMTP server in TCP/IP
How can i see and change the name of the default SMTP server for my local domain ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2005 10:44 PM
03-20-2005 10:44 PM
Re: Configure SMTP server in TCP/IP
$ TCPIP SHOW CONFIG SMTP
should show you the name e.g
Alternate gateway: relay.xxx.com
You can change it with
TCPIP SET CONFIG SMTP/GATE=ALT="relay2.xxx.com"
then stop and start SMTP
@SYS$STARTUP:TCPIP$SMTP_SHUTDOWN
@SYS$STARTUP:TCPIP$SMTP_STARTUP
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2005 10:50 PM
03-20-2005 10:50 PM
Re: Configure SMTP server in TCP/IP
Ian's posting notes the exact commands for TCP/IP services for OpenVMS.
However, your post did not state which of several TCP/IP implementations you are actually using, or whether you were using the standard SMTP component, or an add-on, such as MX.
The first step is determining which IP stack you are using, and then whether or not you are making use of the SMTP implementation that came with the IP stack, or whether you are using a separate SMTP component.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 12:35 AM
03-21-2005 12:35 AM
Re: Configure SMTP server in TCP/IP
i have theses parameters when i type the commande "SHO MX_RECORD xxx.com" :
BIND MX Database
Server :
Gate adress Preference Gate Name
I suppose i need to change the gatename1 and gatename2 too... If i'm right, how can i do that ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 01:08 AM
03-21-2005 01:08 AM
Re: Configure SMTP server in TCP/IP
Was there an alternate gateway already defined?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 08:34 PM
03-22-2005 08:34 PM
Re: Configure SMTP server in TCP/IP
Yes, there was an alternate gateway already define.