- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Cannot login private in soyMail
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
04-13-2006 06:22 AM
04-13-2006 06:22 AM
Cannot login private in soyMail
For some reason I cannot login private. Public works fine but not private.
I get this
Fatal soyMAIL Error: Insufficient privilege or object protection violation.
Is there a way to specify the username that you are trying to login as?
This is what I have in the soymail.conf
[private-access]
*/*/*
[if-private]
[page-title] Welcome to CHAOS8
[page-title2] CHAOS8 IT SERVICES
[message-list-footer]
[search-control] full
[end]
[if-end]
and BTW the web server is Apache 1.3
Thanks in advance,
Dumitru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2006 05:25 PM
04-13-2006 05:25 PM
Re: Cannot login private in soyMail
similar-sounding discussion in comp.os.vms
recently.
http://groups.google.com/group/comp.os.vms/browse_thread/thread/35877475331c82d5/ae3f4eeb8207a1bb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2006 08:07 AM
04-16-2006 08:07 AM
Re: Cannot login private in soyMail
I've been beta-testing it using Apache 1.3 when it came out in it's first open beta, and found similar issues. I got around is some way, I _think_ it was moving */*/* to the same line as [private]:
[private] */*/*
but ran into several other issues, that were gone after I switched to Apache 2.1.
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 04:16 AM
04-18-2006 04:16 AM
Re: Cannot login private in soyMail
Well I am loading the module.
LoadModule auth_openvms_module modules/mod_auth_openvms.exe
Is there anything else required ?
Dumitru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 05:23 AM
04-18-2006 05:23 AM
Re: Cannot login private in soyMail
If it works fine, please notify Mark daniel and tell him it works on 1.3-1 as well. :)
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 08:48 AM
04-18-2006 08:48 AM
Re: Cannot login private in soyMail
then that is a binary file for me.
Don't see how I could edit that.
I am in touch with Mark Daniel, yes. Well actually waiting for his reply.
I'll let you all know how this turns out.
Regards,
Dumitru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:31 AM
04-19-2006 08:31 AM
Re: Cannot login private in soyMail
attached the one I intended.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2006 08:39 AM
04-19-2006 08:39 AM
Re: Cannot login private in soyMail
It's time to RTFM.
The problem was that in httpd.conf you need to have
# Mapping authorization for soyMail
Alias /soymail/-/ "/apache$common/soymail/"
AuthType Basic
AuthName "OpenVMS authentication"
AuthUserOpenVMS On
require valid-user
I decided to replace Location with Directory and that was causing the problem.
I need to read up on Apache.
Thanks gents,
Dumitru