- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Mailforward 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
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
07-19-2005 01:10 AM
07-19-2005 01:10 AM
I work normally with Lotus Notes and so I want to forward my OpenVMS-Mails to Lotus. But there is a little problem with this forward.
E.g.: Let's call my OpenVMS-user VMSUSER, my LotusNotes mail adress LOTUSUSER@EXTERN.COM
The VMS-machine where I send the mails is the one who can send mails to external adresses
at VMS-Mail I've made a set forward to LOTUSUSER@EXTERN.COM
When I send now a mail to VMSUSER it will be forwarded to my Lotus Notes. When I send a mail to VMSMACHINE::USER I will receive a returned mail:
550 %TCPIP-E-SMTP_NOSUCHUSER, no such user, USER@EXTERN
Is there a trick? I must send mails from other machines to the machine with the SMTP-Mail and I don't want to configure all my machines that they can mail to external adresses
Regards,
Kirsten
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:19 AM
07-19-2005 01:19 AM
Re: Mailforward to Lotus Notes
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:32 AM
07-19-2005 01:32 AM
Re: Mailforward to Lotus Notes
Regards,
Kirsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:42 AM
07-19-2005 01:42 AM
Re: Mailforward to Lotus Notes
MAIL> set forward smtp%"LOTUSUSER@EXTERN.COM"
Also what version of VMS as the syntax is different on older VMS versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:46 AM
07-19-2005 01:46 AM
Re: Mailforward to Lotus Notes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 01:24 PM
07-19-2005 01:24 PM
Re: Mailforward to Lotus Notes
Please post the exact text of
MAIL> SHOW FORWARD
Also the exact text of the error message (I realise you're trying to obscure actual mail addresses... what I'm looking for is comparing the exact cases of the reported address)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 04:00 PM
07-19-2005 04:00 PM
Solutionyou can trace the SMTP messages exchanged between your OpenVMS Alpha SMTP client and your SMTP server in the following way:
$ DEF/SYS/EXEC TCPIP$SMTP_SYMB_TRACE 1
$ @SYS$MANAGER:TCPIP$CONFIG
2 - Client components
6 - SMTP
Stop service
Start service
Then send the failing mail and check the SMTP trace in the file:
sys$sysroot:
The trace will show you the SMTP command exchange between your SMTP client and the SMTP server.
To disable tracing, DEASS/SYS/EXEC the logical and restart SMTP.
Volker.
PS: For TCPIP SMTP documentation, see chapter 18 in TCP/IP Services for OpenVMS Management Guide:
http://h71000.www7.hp.com/doc/732final/6526/6526pro_contents_004.html#toc_chapter_18
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 08:35 PM
07-19-2005 08:35 PM
Re: Mailforward to Lotus Notes
MAIL> set forw smtp%"""LOTUSUSER@EXTERN.COM"""
- Don Braffitt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 11:31 PM
07-19-2005 11:31 PM
Re: Mailforward to Lotus Notes
And the fact (as a previous answer suggests) that the forward is not specified as SMTP%"..." doesn't matter with VMS 7.*, except if the following logicals are defined to point to something other than SMTP:
logical MAIL$INTERNET_MODE should be SMTP
logical MAIL$INTERNET_TRANSPORT should be SMTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 12:08 AM
07-20-2005 12:08 AM
Re: Mailforward to Lotus Notes
Thank you for your help and sorry for the late reply. Here the answers:
John:
MAIL> show forward/user=knuettel
KNUETTEL has mail forwarded to SMTP%"knuettel
in the returned mail stands:
550 %TCPIP-E-SMTP_NOSUCHUSER, no such user, knuettel
Volker:
I will try the tracing tomorrow, thank you for the idea
Don:
with this SET FORWARD all mails will return
Joseph:
I've looked, but these logicals are not set on the machine. I can try it with the logicals, perhaps this can help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 07:24 AM
07-20-2005 07:24 AM
Re: Mailforward to Lotus Notes
Dumb questions...
What happens if you send a message to the target address?
Does forwarding to any external address fail, or just lotus notes addresses?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 02:13 PM
07-20-2005 02:13 PM
Re: Mailforward to Lotus Notes
q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 05:23 PM
07-20-2005 05:23 PM
Re: Mailforward to Lotus Notes
from looking at some pages found in google when searching for '%TCPIP-E-SMTP_NOSUCHUSER', this error message may be quite generic and may indicate that the receiving SMTP server has rejected the message due to anti-spam mechanisms.
The from address resulting from a forwarded mail addressed using vmsmachine::user may at least look 'unusual' for a non-VMS SMTP server (othernode::otheruser@vmsmachine.domain)
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 10:55 PM
07-20-2005 10:55 PM
Re: Mailforward to Lotus Notes
John, your mail has arrived.
Thanks for the test.
Regards,
Kirsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 12:00 AM
07-21-2005 12:00 AM
Re: Mailforward to Lotus Notes
Volker:
I've now traced the SMTP and I've attached the output.
The main message is: Relaying is prohibited
I've looked in the configuration and I've tried mailing with the option RELAY and with NORELAY and the effect is both time the same (I've restarted SMTP after changing the configuration). The mails are returning.
Regards,
Kirsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 01:43 AM
07-21-2005 01:43 AM
Re: Mailforward to Lotus Notes
I'm not an anti-spam expert, but I believe your SMTP server fiespexi0002 (not your VMS system) is configured to NOT relay SMTP messages.
The RCPT address is different from your local host name - this seems to be the problem.
Does the trace look any different, if you send mail to VMSUSER locally (from the same VMS node) - which is what you claim is working.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:19 AM
07-21-2005 07:19 AM
Re: Mailforward to Lotus Notes
>John, your mail has arrived.
>Thanks for the test.
Send from VMSMAIL on a system running OpenVMS V7.3-2. I SET FORWARD to your email address and sent the message to myself.
If it arrived, that proves it's not a VMSMAIL issue.
Check your logical name TCPIP$SMTP_FROM if it's set to an address other than your "real" address, some systems may think you're spoofing and will reject the mail.
Try changing your forwarding address to send to me. (john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 07:03 PM
07-21-2005 07:03 PM
Re: Mailforward to Lotus Notes
And there are some other funny things: there are days, like today, both ways don't function. The mails from the night arrived, and at the moment, nothing happens. When I can send mails (I hope next monday) I will trace again the way that is O.K..
Perhaps there is a problem between the Exchange Server and the Lotus Notes, nobody knows.
regards,
Kirsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 01:32 AM
08-08-2005 01:32 AM
Re: Mailforward to Lotus Notes
Thanks for your help. The mail forwarding is still very strange. I've heard today, that some weeks ago somebody has installed a Spam mail guard on the 1st mailserver. So I think there is my problem.
But I've learned much about mail and I've found a solution: the node SELLA2 is a POP-Server and now I configured my lotus that it fetches the mail from the pop server. And this helps.
Regards,
Kirsten