- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sending emails using authentication
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
08-08-2005 10:05 AM
08-08-2005 10:05 AM
sending emails using authentication
I used to use mailx command to send emails when i get alerts in HPOV applications using a mail server that doesnot require authentication, now this mail server is changed and it seems to require authentication, and this way when i try to send mail using mailx i find the mail server log full of authentication alarms, can someone tell me how to reconfigure my HPUX machine as a mail client for a mail server working with authentication ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 04:24 PM
08-08-2005 04:24 PM
Re: sending emails using authentication
O DefaultAuthInfo=/etc/mail/default-auth-info in ur sendmail.cf file and in this file u should enter the username , passwd etc used for authentication to the server . Then u can send mails using sendmail to an authenticated server .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 09:24 PM
08-08-2005 09:24 PM
Re: sending emails using authentication
Thanks for your reply, i am not sure if i got you correctly or not.
the case here is that i am using mailx to send emails when a certain alert occur in HPOV, so i am not sure how can i use sendmail instead.
while this is what happens when i try to send emails
# telnet qmail 25
Trying...
Connected to qmail.
Escape character is '^]'.
220 mail.citystars-com.com
HELO
250 Hello. Pleased to meet you
MAIL FROM: root@ovsv2noc2rk1
550 The address is not valid...
while it used to work before
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 10:21 PM
08-08-2005 10:21 PM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 10:28 PM
08-08-2005 10:28 PM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 11:58 PM
08-08-2005 11:58 PM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 12:13 AM
08-09-2005 12:13 AM
Re: sending emails using authentication
The error message was:
MAIL FROM: root@ovsv2noc2rk1
550 The address is not valid...
This error message suggests that the receiving server is now more picky in checking that the sender address is valid. (You can probably thank the email spammers for that, but I digress...)
Looks like you're using "ovsv2noc2rk1" as your server name. In email context, it really should be a fully-qualified domain name (FQDN), as in "ovsv2noc2rk1.yourcompany.com" or whatever domain you have. If these mails are for internal use only, you can get away with "ovsv2noc2rk1.internal" or some other fake domain, as long as your mail server knows about the fake domain too.
The important thing is, if you send email from a certain IP address with a sender hostname "ovsv2noc2rk1.whatever", the mail server host will check if the claimed name exists in the DNS. If not, you get "The address is not valid" or a similar error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 01:34 AM
08-17-2005 01:34 AM
Re: sending emails using authentication
thanks, my main problem now is, how to make my machine name turn to be a fully qualified named with domain name without changing the machine name, specially that i am using hosts file.
IE: i wanna change my machine from x to x.y.z ?? how can i do this and from where, ? specially that i have NNM running on the machine and i dont want to change the name, i just only need to change the name that appears when i send an email.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 01:56 AM
08-17-2005 01:56 AM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 02:02 AM
08-17-2005 02:02 AM
Re: sending emails using authentication
so, when i append this in the resolv.conf file, will this change the machine name ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 02:17 AM
08-17-2005 02:17 AM
Re: sending emails using authentication
?? in need yur input plz
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:26 PM
08-17-2005 08:26 PM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 08:39 PM
08-17-2005 08:39 PM
Re: sending emails using authentication
is there any workaround that i can do in order to use the FDQN in the emails without changing the machine name ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 09:09 PM
08-17-2005 09:09 PM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 09:18 PM
08-17-2005 09:18 PM
Re: sending emails using authentication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 05:54 PM
08-18-2005 05:54 PM
Re: sending emails using authentication
eg.
Djmymachine.mydomain.com