- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using elm for sending mail with attachment for yah...
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
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
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
тАО02-24-2006 06:18 PM
тАО02-24-2006 06:18 PM
I am sending Auto Mail using cron job's
step 1>ux2dos /home/sapshoper/pt1/
step 2>gzip /home/sapshoper/pt1/zipfile/
step 3>[include
step 4> elm -s "test" prashanth@arvindbrands.com < input-file # save it as email.sh
step 5> Chmod 775 email.sh zipfile.sh uxtodos.sh input-file
now When i am sending to Yahoo , iam not getting the mail in yahoo .
i get mails for gmail and hotmail.
is yahoo treating as spam ?
i have set /.elm/elmheaders also where i have mentioned from:
with regards
prashanth
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 10:15 PM
тАО02-26-2006 10:15 PM
SolutionSummary:
You are using elm to send a compressed zip file to your arvinbrands.com email address.
Questions:
How do you retrieve this message into your gmail,hotmail and yahoo accounts?
What do you mean by "I get mails for gmail and hotmail"?
I would have expected to see something like:
elm -s "test" prashanth@hotmail.com < infile
elm -s "test" prashanth@yahoo.com < infile
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 10:38 PM
тАО02-26-2006 10:38 PM
Re: using elm for sending mail with attachment for yahoo Domain
If you see my 4th step where is use
step 4> elm -s "test" prashanth@arvindbrands.com < input-file # save it as email.sh
I execute the shell scripts.
note : i am able receive the mails on i.e 6 browser for gmail and hotmail
But not for yahoo ?
Is this treated as spam
with regards
prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2006 11:45 PM
тАО02-26-2006 11:45 PM
Re: using elm for sending mail with attachment for yahoo Domain
Check your yahoo's junk mail folder for the message. It shouldn't go to junk mail..
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 03:48 PM
тАО02-27-2006 03:48 PM
Re: using elm for sending mail with attachment for yahoo Domain
I have checked the Junks mail .
In Hotmail this was treated as junk . i changed the status.
Only Yahoo has the problem.
with regards
prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 04:00 PM
тАО02-27-2006 04:00 PM
Re: using elm for sending mail with attachment for yahoo Domain
Check in your server that you got any mailer-daemon notices of failure. Also, Could you able to send/receive mails to yahoo without attachments ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 09:12 PM
тАО02-27-2006 09:12 PM
Re: using elm for sending mail with attachment for yahoo Domain
1. I observed one thing in smtp server (Relay server )
when i use
a) sendmail -f prashanth@arvindbrands.com prashbr@yahoo.com < /etc/hosts
i see From id as prashanth@arvindbrands.com
b) elm -s "test" prashbr@yahoo.com < input-file
Then i see from id as root@r3qas
I have set the .elm/elmheaders as ptfiles@arvindbrands.com
Is yahoo.com treating as spam mail root@r3qas
Note :with sendmail /mailx i am not able send .gz files (gzip files)
with regards
prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 09:25 PM
тАО02-27-2006 09:25 PM
Re: using elm for sending mail with attachment for yahoo Domain
>>Is yahoo.com treating as spam mail root@r3qas
Yes, it could be a reason too. Since we dont know Yahoo's spam list, not sure of it.
>>Note :with sendmail /mailx i am not able send .gz files (gzip files)
mails are not being delivered ? or some other problem ? Check mail.log for more information.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2006 11:58 PM
тАО02-27-2006 11:58 PM
Re: using elm for sending mail with attachment for yahoo Domain
I think you've answered your own question.
Yes, even when you change the FROM information so it does not show root@somehost, this information is still buried in sendmail's header record. It seems that Yahoo is obviously aware of it and is rejecting the mail as spam.
If Yahoo returns your mail, then you could have set up so the returned mail comes to the legitimate mail address, provided it is on a different platform like MS or GroupWise or something....then you could resend it from there. A pain, but might work.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2006 12:31 AM
тАО02-28-2006 12:31 AM
Re: using elm for sending mail with attachment for yahoo Domain
But i am able send using sendmail (without attachment), but not through elm..
Then there should a way out.
with regards
prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2006 01:11 AM
тАО02-28-2006 01:11 AM
Re: using elm for sending mail with attachment for yahoo Domain
Well...if you find it then please post the answer here !
What we found was that no matter how far we dug..there was still one area on the header record that we could not change the from info from "root@hostname"
....and so some mail got returned.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2006 06:46 PM
тАО03-16-2006 06:46 PM
Re: using elm for sending mail with attachment for yahoo Domain
Thanks for the Reply.
The Problem is Solved .
I did Masquerade option in sendmail.cf
where i gave
DMarvindbrands.com
#CEroot
Now i am able to send mail yahoo & Sify Domains with and without attachment
Any Help Regarding Sendmail
Contact me at prashbr@yahoo.com
with regards
prashanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-16-2006 06:52 PM
тАО03-16-2006 06:52 PM