![]() |
|
|
|
|
|||||||
| 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 07:03 AM |
| Binary Get Hanged | Anand Prakash | Linux | 1 | 01-02-2008 09: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 |
|
|||
|
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 | ||
|
|
|
|||
|
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. |
|
||||
|
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 |