- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail
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
05-31-2001 09:03 AM
05-31-2001 09:03 AM
When sending the user@hostname the user does not match the user name set up in Outlook on our NT mail server. Therefore, a reply is undeliverable.
1. Can I substitute the $LOGNAME prior to using mailX?
2. Can I change the max length login name?
Thanks for any insight.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 10:08 AM
05-31-2001 10:08 AM
Solutionwith your DM set, do this..
uncomment 0=UserDataBaseSpec=/etc/mail/userdb
in sendmail.cf
then create the maps in /etc/mail
create userdb like this
bobonhp:mailname outlookname
outlookname:maildrop bobonhp
then run makemap
makemap btree /etc/mail/userdb.db < /etc/mail/userdb
stop and restart sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 12:38 PM
05-31-2001 12:38 PM
Re: sendmail
My unix login is davlam, my outlook name is dave.lamar.
userdb file is:
davlam:davlam dave.lamar
dave.lamar:maildrop davlam
Obviously I am doing something wrong as any mail I send to outlook still says from davlam instead of dave.lamar.
Your thoughts.
Also, is there a graceful way to stop and start sendmail. I have been killing the process and then issuing a sendmail -bd. Nothing in man pages on stopping or starting.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 12:47 PM
05-31-2001 12:47 PM
Re: sendmail
your userdb needs to be
davlam: mailname dave.lamar
the second line is correct with maildrop
then run makemap again
/sbin/init.d/sendmail stop then start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2001 12:55 PM
05-31-2001 12:55 PM