- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Predictive using 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
03-15-2002 09:44 AM
03-15-2002 09:44 AM
Predictive using sendmail
WARNING - 11:40 AM, 03/15/02 - Transfer(200)
Failure on connection; program error 50 errno 0
EML(4) Cannot reach rcp_usa@predictive.americas.hp.com. Return value: -4
INFORMATIONAL - 11:40 AM, 03/15/02 -
EML(4) Cannot reach rcp_usa@predictive.americas.hp.com. Return value: -4
I tried directing the predictive email for this server to our mail server but is there something special that I need to do to allow the predictive updates....and how might I get that accomplished. Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 10:06 AM
03-15-2002 10:06 AM
Re: Predictive using sendmail
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:40 PM
03-15-2002 12:40 PM
Re: Predictive using sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:54 PM
03-15-2002 12:54 PM
Re: Predictive using sendmail
DSyourmailgw.foo.com
Now the second half of the equation is can you receive email to your system from the outside? If it doesn't work both ways you will get the failure message you mentioned.
When you think you have it all working you can test it by sending an email to an outside account and have that outside account reply.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 06:17 PM
03-15-2002 06:17 PM
Re: Predictive using sendmail
If you can send emails from this server to the internet, even your predictive emails should go thru. If you cannot send emails from this server to the internet and if you have a mail server in the network which can send internet emails. All you have to do is to redirect all mails from this server to the mail server and the mail server will take care of the rest.
You can use the DS macro to configure your server to submit all your mails to the mail relay and the mail relay will forward the emails to the internet. Edit your /etc/mail/sendmail.cf file and change the DS macro,
Change
DS
to
DSyour_relay_server.domain.com
Say your relay is mailrelay.somedomain.com, your DS macro should look like,
DSmailrelay.somedomain.com
Restart sendmail,
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Try sending some email to the internet and check if it works. If it works, try sending your predictive emails.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2002 09:54 PM
03-16-2002 09:54 PM
Re: Predictive using sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 08:31 AM
04-22-2002 08:31 AM
Re: Predictive using sendmail
If you can send mail to the internet from your server you should be able to send Predictive email through.
Which version of sendmail do you have running? If you have 8.9.3 or better there are anti-spamming rules which will prevent your Predictive email from getting through. This is due to Predictive addressing it's mail to root without a valid domain name.
There are 2 possible ways to fix this:
Answer:
1) First is the server behind a firewall? Yes?
Then you can do the following - steps from HP
Run the command /usr/newconfig/etc/mail/cf/
cf/gen_cf. This will generate a new sendmail.cf.gen file.
Copy this file to /etc/mail and rename to sendmail.cf. Owership is bin:bin with 444 rights. Restart sendmail.
2) Is the server behind a firewall? NO?
Try adding the line TCPEM_MAILFROM=root@my.fullyqualified.hostname to /opt/pred/bin/tcpemail.cf.
You'll know if this problem applies to you if you see the following in your /var/adm/syslog/mail.log:
The message "ruleset=check_mail, arg1=
Hope this is of value to you,
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 08:43 AM
04-22-2002 08:43 AM
Re: Predictive using sendmail
I neglected to mention when you run
/usr/newconfig/etc/mail/cf/cf/gen_cf you should select menu option
"10: generate sendmail.cf with Accept_unqualified senders"
to generate the new sendmail.cf.gen file.
Not recommended unless you're behind a good firewall.
Also, the new file is created in the above directory.
Sometimes adding a timeout to the /opt/pred/bin/tcpemail.cf file helps. The format is TCPEM_SMTMOUT=90.
Kevin