![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
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. |
|
#3
|
|||
|
|||
|
The size of the file is only 15 KB.
|
|
#4
|
||||
|
||||
|
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? |
|
#5
|
|||
|
|||
|
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. |
|
#6
|
||||
|
||||
|
if you're just sending a text-formatted log file ... try
Code:
mailx -s "Your Subject" email.address@some.com < /dir/file.log |
||||
| Google The UNIX and Linux Forums |