- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SMTP Mail (SFF)
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
тАО02-01-2008 10:54 AM
тАО02-01-2008 10:54 AM
SMTP Mail (SFF)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2008 11:27 AM
тАО02-01-2008 11:27 AM
Re: SMTP Mail (SFF)
That would be a reasonable enhancement request.
Whatever tool calling TCPIP$SMTP_SFF.EXE would likely need to deal with this using f$getqui and such; to deal with this requirement more directly.
Scan the queue using f$getqui looking for these SMTP log-jams, and use (say) the associated username and/or some other distinctive attribute to determine which queue entries to drop priority. You could run this at, say, five minute intervals. Or (better) run this from the same sequence that calls TCPIP$SMTP_SFF.EXE.
There are examples of calling f$getqui around; it's a mildly hairy lexical function, and was a common question over in the old Ask The Wizard area. (To find this and various other DCL examples, download http://h71000.www7.hp.com/wizard/wizard.zip and search through the archives.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2008 02:08 PM
тАО02-01-2008 02:08 PM
Re: SMTP Mail (SFF)
http://dcl.openvms.org
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2008 12:17 AM
тАО02-02-2008 12:17 AM
Re: SMTP Mail (SFF)
Unfortunately TCPIP$SMTP_SFF doesn't set $ENTRY to tell you the entry number it just submitted. Oh well :-(
However, you can predict the entry name to some extent, which lets you use an "easy" F$GETQUI call.
A wildcard DISPLAY_ENTRY on the entry name doesn't need to set queue context. It will find all entries with matching names on all queues. The entry name will look something like:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-03-2008 10:32 AM
тАО02-03-2008 10:32 AM
Re: SMTP Mail (SFF)
There are ports of MajorDomo and ListServ around (see below), and there are other servers available.
http://h71000.www7.hp.com/openvms/products/ips/majordomo/
http://www.lsoft.com/
There are older packages around (older MX was on the Freeware, and more current bits will likely require a discussion with Matt Madison) and it PMDF (commercial, Process Software) is almost certainly an option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-01-2008 12:30 PM
тАО04-01-2008 12:30 PM
Re: SMTP Mail (SFF)
Is SYSGEN the only way to change any dynamic sysgen params on the fly? I did not spot any system service calls for this - or did I just miss it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2008 03:04 AM
тАО04-02-2008 03:04 AM
Re: SMTP Mail (SFF)
from your Forum Profile:
I have assigned points to 2 of 26 responses to my questions.
(dating back to 2006!)
Maybe you can find some time to do some assigning?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.
If you have closed some of those streams, you must "Reopen" them to "Submit points". (After which you can "Close" again)
Do not forget to explicitly activate "Submit points", or your effort gets lost again!!
Thanks on behalf of your Forum colleagues.
PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!
PPS. - Zero points for this.
Proost.
Have one on me.
jpe