Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
jed-common /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
contents_motif.svg
185
B
-rw-r--r--
index.html
3.4
KB
-rw-r--r--
jed.css
3.25
KB
-rw-r--r--
jed001.html
4.67
KB
-rw-r--r--
jed002.html
1.23
KB
-rw-r--r--
jed003.html
3.16
KB
-rw-r--r--
jed004.html
1.88
KB
-rw-r--r--
jed005.html
3.74
KB
-rw-r--r--
jed006.html
5.35
KB
-rw-r--r--
jed007.html
1.25
KB
-rw-r--r--
jed008.html
2.87
KB
-rw-r--r--
jed009.html
1.93
KB
-rw-r--r--
jed010.html
8.77
KB
-rw-r--r--
jed011.html
18.59
KB
-rw-r--r--
jed012.html
7.65
KB
-rw-r--r--
jed013.html
3.21
KB
-rw-r--r--
jed014.html
2.18
KB
-rw-r--r--
jed015.html
2.06
KB
-rw-r--r--
jed016.html
1.45
KB
-rw-r--r--
jed017.html
3.45
KB
-rw-r--r--
jed018.html
3.7
KB
-rw-r--r--
jed019.html
19.12
KB
-rw-r--r--
jed020.html
6.86
KB
-rw-r--r--
jed021.html
4.35
KB
-rw-r--r--
next_motif.svg
190
B
-rw-r--r--
previous_motif.svg
185
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jed018.html
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <meta name="generator" content="hevea 2.35"> <link rel="stylesheet" type="text/css" href="jed.css"> <title>Mail</title> </head> <body > <a href="jed017.html"><img src="previous_motif.svg" alt="Previous"></a> <a href="index.html"><img src="contents_motif.svg" alt="Up"></a> <a href="jed019.html"><img src="next_motif.svg" alt="Next"></a> <hr> <h2 id="sec35" class="section">17 Mail</h2> <p>This section applies to Unix and VMS systems only. On these systems, it is possible to compose and send mail directly using <span style="font-weight:bold">jed</span>. This assumes that the Unix system has <code class="verb">/usr/ucb/mail</code>. It is trivial to modify <code class="verb">mail.sl</code> to support another Unix mailer. For VMS, <span style="font-weight:bold">jed</span> uses the callable mail interface present on VMS versions 5.0 and later.</p><p>The default binding for the mail is <span style="font-variant:small-caps">Ctrl-X m</span>. Alternatively, one may press <span style="font-variant:small-caps">Esc X</span> and enter <code class="verb">mail</code> at the <span style="font-family:monospace">M-x</span> prompt. The mail function will cause a window to open with a buffer called <code class="verb">*mail*</code> which contains the three lines: </p><pre class="verbatim"> To: Subject: ---text follows this line--- </pre><p> Simply enter the email address of the person that you want to send the mail to on the line containing <span style="font-family:monospace">To:</span> and put the subject of the message on the next line labeled <span style="font-family:monospace">Subject:</span>. The text that you wish to mail follows the line labeled <span style="font-family:monospace">---text follows this line---</span> which is used by <span style="font-weight:bold">jed</span> as a marker. After you have composed the mail message, press <span style="font-variant:small-caps">Esc X</span> and enter <code class="verb">send</code> at the <code class="verb">M-x</code> prompt. For example, the following is an email requesting to be put on the <span style="font-weight:bold">jed</span> mailing list:</p><pre class="verbatim"> To: jed@jedsoft.org Subject: jed mailing list ---text follows this line--- Hi, Please add me to the JED mailing list so that I may be notified of upcoming releases of JED. --Maria </pre><p>For VMS systems, the above example will probably fail because an internet address has been used for the example. For systems using a TCP/IP package, it may be necessary to change <span style="font-family:monospace">jed@jedsoft.org</span> to something like <span style="font-family:monospace">smtp%"jed@jedsoft.org"</span>.</p><p>The mail function looks for a user defined hook called <code class="verb">mail_hook</code> and execute it if it exists. This hook may be used to bind certain keys in the keymap associated with the <code class="verb">*mail*</code> buffer. For example,</p><pre class="verbatim"> define mail_hook () { local_unsetkey ("^C"); local_setkey ("send", "^C^C"); } </pre><p>defines the key <span style="font-variant:small-caps">Ctrl-C Ctrl-C</span> in the mail keymap to perform the <code class="verb">send</code> function. Other possibilities include binding a key sequence, say <span style="font-variant:small-caps">Ctrl-C Ctrl-W</span>, to a function that inserts the contents of a signature file.</p> <hr> <a href="jed017.html"><img src="previous_motif.svg" alt="Previous"></a> <a href="index.html"><img src="contents_motif.svg" alt="Up"></a> <a href="jed019.html"><img src="next_motif.svg" alt="Next"></a> </body> </html>
Close