Sponsored Content
Operating Systems AIX How to send large file through E-mail IN Unix AIX Post 302554570 by Aravindhbabu on Monday 12th of September 2011 11:13:47 AM
Old 09-12-2011
MySQL How to send large file through E-mail IN Unix AIX

hI ALL,

I am newbie to Unix.There are 2 GB files in UNIX that should be sent to one of my friend who is working on Windows Environment.Is there any way to send these file to him? By Compressing like that?

Can anyone help on this?

With thanks,
Aravindh
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

can not send mail from unix server to company/yahoo mail

hi, Gurus, I need some help with sending mail out from my UNIX server: It is running Solaris 2.6 and the sendmail version is 8.8. Output of :/usr/lib/sendmail -d0.1 -bt < /dev/null Version 8.8.8+Sun Compiled with: LOG MATCHGECOS MIME7TO8 MIME8TO7 NAMED_BIND NDBM NETINET ... (5 Replies)
Discussion started by: b5fnpct
5 Replies

2. AIX

Configure AIX v5.1 for send mail

Hi, I wish to send a mail via ksh using this command: cat mailfile | mail -s "My Project." gio123bg@hel.com Is it necessary to configure some file? If yes, in which way? May you explain me all steps necessary to implement the above command? Many thanks in advance for your kind... (0 Replies)
Discussion started by: gio123bg
0 Replies

3. AIX

How to send a mail with an attachment from AIX 5.2 OS?

Has anyone written a script to attach a file when sending an email using the mailx command? (1 Reply)
Discussion started by: mintu41
1 Replies

4. UNIX for Dummies Questions & Answers

I am not able to send mail form unix to other mail accounts.

Using Mailx command i.e mailx -s "subject" chinni@hotmail.com < \tmp\chin this command executed sucessfully but not able to receive the mail in chinni@hotmail.com please help. (1 Reply)
Discussion started by: chinnigd
1 Replies

5. AIX

Why a core file is created whenever I send a mail in AIX

Whenever i send a mail like: mail <mail id>, a core file is created under /var/spool/mqueue/ path. This is increasing the space of the file system. Why is that core file get created. Does it happens normally. I am getting an errpt error as: LABEL: CORE_DUMP IDENTIFIER: B6048838 ... (0 Replies)
Discussion started by: sreereddy
0 Replies

6. Programming

send mail performance problem in AIX

Hi All, Our application is designed to send the emails. we use standard C lib to send the mails using send() function. This works fine on Solaris,HP UX and windows, but on AIX the performance is very slow. it takes around 32 sec to send a simple mail whereas in Solaris 2-3 sec. I would like to... (2 Replies)
Discussion started by: shrihari_s
2 Replies

7. AIX

Cannot send mail from AIX 5.2 to out side

Hi... help me please Previously, my server could send the email from deamon to out side but now it could not. I tried to use command "mailq -v", it show error as below that "alias database unavailable". Does anyone help me, what should I fix? ... (1 Reply)
Discussion started by: mis1864
1 Replies

8. Shell Programming and Scripting

send mail from AIX unix with multiple attachment

Hi, I have the below code for sending email from AIX unix. I need the body of the mail should content of errornotify.txt file. i tested with cat errornotify.txt, it is not working...Also i need multiple attachments. Can you please help me out on this. ( echo "From:cus@xxx.xx.com" echo... (3 Replies)
Discussion started by: rsivasan
3 Replies

9. UNIX for Advanced & Expert Users

How can I send a mail from my outlook or other mail accounts to UNIX server?

Hi all, I want to send a mail for my business needs from outlook account to an unix server (HP-UX) but I don't send any mail. While I can send from the unix server to my outlook account, I can't send from outlook to unix. How can I achieve this ? How can I send a mail from my outlook or other... (2 Replies)
Discussion started by: igelegin
2 Replies

10. Shell Programming and Scripting

Send mail from AIX 7.1

Hi, My OS version is AIX 7.1. I am trying to send an email with a file to my mail address. sendmail or uuencode does not work. Can someone give me the correct format ? I use: uuencode <file name> | mail -s "subject" emailaddress Thanks Use code tags, thanks. (3 Replies)
Discussion started by: Nagesh_1985
3 Replies
vacation(1)						      General Commands Manual						       vacation(1)

NAME
vacation - return "I am not here" indication SYNOPSIS
alias]... login DESCRIPTION
The program returns a message to the sender of a message telling them that you are currently not reading your mail. The intended use is in a file in For example, your file might contain: which would send messages to you (assuming your login name was and reply to any messages for or The preceding is required to force direct delivery to mailbox and prevent an infinite loop through the file. The double quotes are needed to tell sendmail(1M) to treat the enclosed as a unit, rather than separate recipients. It is also important to specify the full path for the vacation program, and there must be no white space between the character and the start of the path name. No message is sent unless login or an alias supplied using the option is a substring of either the or headers of the mail. No messages from or are replied to, nor is a notification sent if a or line is included in the mail headers. Only one message per week is sent to each unique sender (at each unique host system). The people who have sent you messages are recorded in a database in the files and in your home directory. The program expects a file in your home directory, containing a message to be sent back to each sender. It should be an entire message (including headers). For example, it might say: >From: eric@ucbmonet.Berkeley.EDU (Eric Allman) Subject: I am on vacation X-Delivered-By-The-Graces-Of: The vacation program Precedence: bulk I am on vacation until July 22. If you have something urgent, please contact Joe Kalash <kalash@ucbingres.Berkeley.EDU>. --eric Header lines in this file must be left-aligned and must not be preceded by any other lines, including blank lines (see sendmail(1M)). If there is no file, uses the following file (if it exists): Otherwise, it logs an error. reads the first line from the standard input (the incoming mail message in the example file above) for a UNIX style line to determine the sender. sendmail(1M) includes this line automatically, and its absence indicates non-mail input. Options The program supports the following options: Initializes the vacation database files. This option should be used before modifying a file. Identifies another name that can legitimately appear in the line of the mail header instead of your login name. More than one option can be specified. EXTERNAL INFLUENCES
Environment Variables determines the language in which error messages are printed. DIAGNOSTICS
On error, exits with a value from and causes to report an error back to the sender of the original message. Errors such as the absence of or calling with incorrect arguments, are logged using on the system where actually runs (see syslogd(1M)). The file by default; see and syslogd(1M) for customizations) should be inspected when generates mailer error messages. Remember that if the machine is configured for shared mail, inbound mail is handled at the mail server rather than on mail client nodes. This means that diagnostics appear in the mail server's not the client's WARNINGS
Errors in the file can lead to loss of mail and infinite mail loops. Always send test mail to yourself after configuring to be sure that it is working properly. This is akin to checking telephone forwarding before leaving for an extended period, and can prevent loss of messages. Some mail recipients look for an RFC 822 compliant header in their incoming mail messages. Such recipients have to set the option to in the configuration file, AUTHOR
was developed by Eric Allman and the University of California, Berkeley. FILES
Database file. Message to send. Database file. System-wide default header and message. Dictates where error messages are recorded. SEE ALSO
sendmail(1M), syslogd(1M), ndbm(3X). vacation(1)
All times are GMT -4. The time now is 11:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy