- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UW-IMAP and sendmail for oracle
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
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
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
тАО10-06-2003 05:48 AM
тАО10-06-2003 05:48 AM
UW-IMAP and sendmail for oracle
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2003 06:08 AM
тАО12-01-2003 06:08 AM
Re: UW-IMAP and sendmail for oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 03:21 AM
тАО01-28-2004 03:21 AM
Re: UW-IMAP and sendmail for oracle
Any luck yet?
I have the same request and would like to see your answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 03:25 AM
тАО01-28-2004 03:25 AM
Re: UW-IMAP and sendmail for oracle
I found one on some HP-UX porting archive site, but I never installed it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 04:16 AM
тАО01-28-2004 04:16 AM
Re: UW-IMAP and sendmail for oracle
Download iexpress from software.hp.com
copied to /sysadmin/sw/hpuxiexpress1_A.02.00_HP-UX_B.11.11_32+64.depot
Registered as a sw depot
"swreg -l depot hpuxiexpress1_A.02.00_HP-UX_B.11.11_32+64.depot"
Ran swinstall and selected iexpress -> UW-IMAP
This copied the sw to /opt/iexpress/uw-imap
Support is supposed to be available via email from hpux.iexpress@hp.com.
for each file in /opt/iexpress/uw-imap/sbin did the following
ln -s /opt/iexpress/uw-imap/sbin/
Then edit inetd.conf and add the line :
imap stream tcp nowait root /usr/bin/imapd imapd
Check that imap is configured in etc/services :
imap 143/tcp # IMAP server protocol
then reload inetd (kill -HUP
Verified with "telnet
Now, I am trying to figure out how to add a new mailbox.
"man mailutil" says to use "mailutil create
That fails ...
# mailutil create newmailbox
Can't create mailbox newmailbox: indeterminate format
I'm not sure what that means. Does a mailbox have to have a matching user id?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 05:33 AM
тАО01-28-2004 05:33 AM
Re: UW-IMAP and sendmail for oracle
The NT/W2K Team put an IMAP server on a W2K box.