The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Binary Get Hanged Anand Prakash UNIX and Linux Applications 1 01-03-2008 08:03 AM
Binary Get Hanged Anand Prakash Linux 1 01-02-2008 10:55 PM
While killing the process, Script gets hanged. Please help me on this. Sheethal Shell Programming and Scripting 8 10-11-2007 06:50 AM
System hanged. help required. praveen_b744 UNIX for Advanced & Expert Users 8 09-20-2007 06:03 PM
AIX 4.3.3: Child proces always hanged techidada AIX 0 09-07-2005 06:33 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 10-25-2005
Registered User
 

Join Date: Aug 2005
Posts: 23
Outlook is getting hanged - sendmail

Hi,

Problem with Sendmail

When I receive the mail in my outlook, (sent using sendmail ) , Outlook is not working properly( its getting hanged).I am using the script which is available in this forum. The following are the headers that are getting generated . Sendmail is running on SunOS (version 5.8).

****** Content Headers ****
Mime-Version: 1.0
Content-Type: Multipart/Mixed; boundary=Message-Boundary-JPR2474
--Message-Boundary-JPR2474

Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Read Me First


Content-type: Application/Octet-Stream; name=/export/home/ss/outbox/004567_log.log; type=Text
Content-description: attachment; filename=/export/home/ss/outbox/004567_log.log

**********************



Can someone help me to fix this issue ..


thanks
Srini
Reply With Quote
Forum Sponsor
  #2  
Old 10-26-2005
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
The easiest fix is not to use Outlook. Since that probably isn't a suitable fix, please post the size of the file you are sending. This is usually the issue as Outlook can't handle large files very well (especially if you already have a bunch of stuff saved in your In box).

Also, to insure this isn't a Sendmail issue, check your log files (check /etc/syslog.conf for where mail logging is going to) to insure the mail is leaving that server. If you have successful messages stating the email was sent, then the issue is completely on the Outlook side.
Reply With Quote
  #3  
Old 10-26-2005
Registered User
 

Join Date: Aug 2005
Posts: 23
The size of the file is only 15 KB.
Reply With Quote
  #4  
Old 10-26-2005
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
So what script are you using (you state it is on this forum)? Post a link to it please.

And have you checked the logs on the SUN server for errors?
Reply With Quote
  #5  
Old 10-26-2005
Registered User
 

Join Date: Aug 2005
Posts: 23
I have taken the code from this link .

http://www.unix.com/faq-submission-queue/9417-multiple-attachments.html#post33233


I have verified the logs, there are no errors..

mail is getting delivered in the inbox.
Reply With Quote
  #6  
Old 10-30-2005
Just Ice's Avatar
Lights on, brain off.
 

Join Date: Mar 2005
Location: in front of my computer
Posts: 629
if you're just sending a text-formatted log file ... try
Code:
mailx -s "Your Subject" email.address@some.com < /dir/file.log
i don't think this is a sendmail issue --- the problem might be related to a non-printing character in the message that you sent ... try "hostname | mailx -v -s 'test' email.address@some.com" on the unix command line and see if it still hangs your outlook ... if no, check your log file entries for funky non-printing characters ... if yes, troubleshoot your sendmail install ...
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
sendmail

Thread Tools
Display Modes




All times are GMT -7. The time now is 05:52 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0