- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hp-Ux email connection to Lotus notes
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
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
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-27-2000 11:29 PM
тАО06-27-2000 11:29 PM
Hp-Ux email connection to Lotus notes
How can I ensure the proper connections are made between the hp-ux email process and the notes server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2000 03:20 AM
тАО06-28-2000 03:20 AM
Re: Hp-Ux email connection to Lotus notes
/sbin/init.d/sendmail start
To verify that incoming mail is working OK, telnet to the HP-UX machine using port 25 and issue the commands EXPN ROOT and then type the command QUIT to end the session. sendmail recognizes both UPPERCASE and lowercase commands. You can even telnet to yourself on the same system:
telnet barney.com 25
assuming barney.com is your machine's name.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2000 05:47 AM
тАО06-28-2000 05:47 AM
Re: Hp-Ux email connection to Lotus notes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2000 05:56 AM
тАО06-28-2000 05:56 AM
Re: Hp-Ux email connection to Lotus notes
Can you both please elaborate a bit more.
Apologies for being a pain there . (acting a real dud here I am ).
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2000 06:02 AM
тАО06-28-2000 06:02 AM
Re: Hp-Ux email connection to Lotus notes
DS
This will route mail to the lotus mail server.
Caution! The sendmail.cf is cryptic and you can spend many nights learning about it. A suggestion would be to learn the m4 preprocessor as well. This will enable you to compile new sendmail.cf files and not have to modify directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2000 06:03 AM
тАО06-28-2000 06:03 AM
Re: Hp-Ux email connection to Lotus notes
to add a smart relay host do the following:
edit /etc/mail/sendmail.cf
search within this file for a line that begins with:
DS
Now determine the hostname of your lotus box (e.g. lotus_srv)
Append this hostname to the DS statement:
DSlotus_srv
Save the file, stop and restart the sendmail:
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Now test the mail delivery
You can look at /var/adm/syslog/mail.log
to see what sendmail does.
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2000 12:17 AM
тАО06-29-2000 12:17 AM
Re: Hp-Ux email connection to Lotus notes
The Lotus server should be enable the receive smtp mail. This can been check by the telnet test. ( telnet notesvr 25 )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2000 11:15 AM
тАО06-29-2000 11:15 AM
Re: Hp-Ux email connection to Lotus notes
sendmail user@abc.com << END
`cat mail.txt`
`uuencode
END
Where mail.txt holds the subject line and body of the message I wish to send with the file attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2000 12:13 AM
тАО06-30-2000 12:13 AM
Re: Hp-Ux email connection to Lotus notes
Please continue the contributions.