Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
23.1 /
lisp /
mail /
[ HOME SHELL ]
Name
Size
Permission
Action
binhex.elc
9.01
KB
-rw-r--r--
blessmail.el
2.51
KB
-rw-r--r--
emacsbug.elc
7.55
KB
-rw-r--r--
feedmail.elc
79.59
KB
-rw-r--r--
footnote.elc
21.09
KB
-rw-r--r--
hashcash.elc
10.81
KB
-rw-r--r--
mail-extr.elc
33.9
KB
-rw-r--r--
mail-hist.elc
13.74
KB
-rw-r--r--
mail-utils.elc
9.55
KB
-rw-r--r--
mailabbrev.elc
13.96
KB
-rw-r--r--
mailalias.elc
13.52
KB
-rw-r--r--
mailclient.elc
3.56
KB
-rw-r--r--
mailheader.elc
5.92
KB
-rw-r--r--
mailpost.elc
2.3
KB
-rw-r--r--
metamail.elc
4.44
KB
-rw-r--r--
mspools.elc
7.25
KB
-rw-r--r--
reporter.elc
9.65
KB
-rw-r--r--
rfc2368.elc
2.46
KB
-rw-r--r--
rfc822.elc
5.71
KB
-rw-r--r--
rmail-spam-filter.elc
13.24
KB
-rw-r--r--
rmail.elc
113.93
KB
-rw-r--r--
rmailedit.elc
8.83
KB
-rw-r--r--
rmailkwd.elc
5.12
KB
-rw-r--r--
rmailmm.elc
11.05
KB
-rw-r--r--
rmailmsc.elc
1.56
KB
-rw-r--r--
rmailout.elc
15.73
KB
-rw-r--r--
rmailsort.elc
6.33
KB
-rw-r--r--
rmailsum.elc
52.51
KB
-rw-r--r--
sendmail.elc
51.72
KB
-rw-r--r--
smtpmail.elc
21.58
KB
-rw-r--r--
supercite.elc
58.99
KB
-rw-r--r--
uce.elc
7.66
KB
-rw-r--r--
undigest.elc
7.88
KB
-rw-r--r--
unrmail.elc
4.69
KB
-rw-r--r--
uudecode.elc
6.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : smtpmail.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:04:23 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/mail/smtpmail.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`smtpmail.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\"\210\302\305\304\"\210\302\306\304\"\210\302\307\310\"\210\302\311\312\"\210\302\313\312\"\210\302\314\315\"\210\302\316\317\"\210\302\320\317\"\210\302\321\317\"\210\302\322\323\"\210\302\324\325\"\210\326\327\330\331\332\333%\207" [require sendmail autoload starttls-any-program-available "starttls" starttls-open-stream starttls-negotiate mail-strip-quoted-names "mail-utils" message-make-date "message" message-make-message-id rfc2104-hash "rfc2104" netrc-parse "netrc" netrc-machine netrc-get password-read "password-cache" auth-source-user-or-password "auth-source" custom-declare-group smtpmail nil "SMTP protocol for sending mail." :group mail] 6) #@106 Specify default SMTP server. This only has effect if you specify it before loading the smtpmail library. (custom-declare-variable 'smtpmail-default-smtp-server 'nil '(#$ . 1308) :type '(choice (const nil) string) :group 'smtpmail) #@43 The name of the host running SMTP server. (custom-declare-variable 'smtpmail-smtp-server '(or (getenv "SMTPSERVER") smtpmail-default-smtp-server) '(#$ . 1545) :type '(choice (const nil) string) :group 'smtpmail) #@68 SMTP service port number. The default value would be "smtp" or 25. (custom-declare-variable 'smtpmail-smtp-service '25 '(#$ . 1763) :type '(choice (integer :tag "Port") (string :tag "Service")) :group 'smtpmail) #@130 Local domain name without a host name. If the function `system-name' returns the full internet address, don't define this value. (custom-declare-variable 'smtpmail-local-domain 'nil '(#$ . 1982) :type '(choice (const nil) string) :group 'smtpmail) #@506 Local domain name without a host name. This is appended (with an @-sign) to any specified recipients which do not include an @-sign, so that each RCPT TO address is fully qualified. (Some configurations of sendmail require this.) Don't bother to set this unless you have get an error like: Sending failed; SMTP protocol error when sending mail, and the *trace of SMTP session to <somewhere>* buffer includes an exchange like: RCPT TO: <someone> 501 <someone>: recipient address must contain a domain. (custom-declare-variable 'smtpmail-sendto-domain 'nil '(#$ . 2237) :type '(choice (const nil) string) :group 'smtpmail) #@169 Whether to print info in buffer *trace of SMTP session to <somewhere>*. See also `smtpmail-debug-verb' which determines if the SMTP protocol should be verbose as well. (custom-declare-variable 'smtpmail-debug-info 'nil '(#$ . 2869) :type 'boolean :group 'smtpmail) #@121 Whether this library sends the SMTP VERB command or not. The commands enables verbose information from the SMTP server. (custom-declare-variable 'smtpmail-debug-verb 'nil '(#$ . 3141) :type 'boolean :group 'smtpmail) #@138 Coding system for encoding outgoing mail. Used for the value of `sendmail-coding-system' when `select-message-coding-system' is called. (custom-declare-variable 'smtpmail-code-conv-from 'nil '(#$ . 3365) :type 'coding-system :group 'smtpmail) #@170 Non-nil means mail is queued; otherwise it is sent immediately. If queued, it is stored in the directory `smtpmail-queue-dir' and sent with `smtpmail-send-queued-mail'. (custom-declare-variable 'smtpmail-queue-mail 'nil '(#$ . 3616) :type 'boolean :group 'smtpmail) #@51 Directory where `smtpmail.el' stores queued mail. (custom-declare-variable 'smtpmail-queue-dir '"~/Mail/queued-mail/" '(#$ . 3888) :type 'directory :group 'smtpmail) #@434 Specify username and password for servers, directly or via .netrc file. This variable can either be a filename pointing to a file in netrc(5) format, or list of four-element lists that contain, in order, `servername' (a string), `port' (an integer), `user' (a string) and `password' (a string, or nil to query the user when needed). If you need to enter a `realm' too, add it to the user string, so that it looks like `user@realm'. (custom-declare-variable 'smtpmail-auth-credentials '"~/.authinfo" '(#$ . 4061) :type '(choice file (repeat (list (string :tag "Server") (integer :tag "Port") (string :tag "Username") (choice (const :tag "Query when needed" nil) (string :tag "Password"))))) :version "22.1" :group 'smtpmail) #@383 Specify STARTTLS keys and certificates for servers. This is a list of four-element list with `servername' (a string), `port' (an integer), `key' (a filename) and `certificate' (a filename). If you do not have a certificate/key pair, leave the `key' and `certificate' fields as `nil'. A key/certificate pair is only needed if you want to use X.509 client authenticated connections. (custom-declare-variable 'smtpmail-starttls-credentials ''((#1="" 25 #1# #1#)) '(#$ . 4793) :type '(repeat (list (string :tag "Server") (integer :tag "Port") (file :tag "Key") (file :tag "Certificate"))) :version "21.1" :group 'smtpmail) #@171 If set, print warnings about unknown SMTP extensions. This is mainly useful for development purposes, to learn about new SMTP extensions that might be useful to support. (custom-declare-variable 'smtpmail-warn-about-unknown-extensions 'nil '(#$ . 5420) :type 'boolean :version "21.1" :group 'smtpmail) #@75 File name of queued mail index. This is relative to `smtpmail-queue-dir'. (custom-declare-variable 'smtpmail-queue-index-file '"index" '(#$ . 5728) :type 'string :group 'smtpmail) (byte-code "\301B\302\301!\204 \303\301\304\"\210\301\207" [current-load-list smtpmail-queue-counter default-boundp set-default 0] 3) #@74 List of supported SMTP AUTH mechanisms. The list is in preference order. (defconst smtpmail-auth-supported '(cram-md5 plain login) (#$ . 6051)) #@70 Value to use for envelope-from address for mail from ambient buffer. (defvar smtpmail-mail-address nil (#$ . 6201)) (defalias 'smtpmail-send-it #[nil "\203\n \306\307!\202 \310\306\311!\312\211p \203 \313 \206 \n\205$ \f\314 )@ABCDE\315\216\212Dq\210\316 \210\317\f\312\320#\210\321A!\210db\210h\322U\204R \322c\210\323 \210\324 BF\203d \325eB\"\210eb\210\326\327B\320#\203~ `BW\203~ \330\331!\210\202g \320Ceb\210\326\332B\320#\203\224 \330\333!\210\202\251 \326\334B\320#\203\251 \310\225BU\203\251 \330\333!\210eb\210\326\335B\320#\204`@G\336 HI\337=\203\340H\261\210e\341\\\324 J\211Kb\210\326\342J\343#\203\372 Kb\210\344c\210\326\345J\343#\203\367 \330\346\320\"\210\202\346 \344c\210*\347G\350\261\210\202_I\351=\203S\340G\352\261\210`KHc\210\324 JKb\210\326\353J\343#\2033\330\346\320\"\210\202\"Kb\210\326\354J\343#\203L\330\355\320\"\210Kb\210\2027*\356c\210\202_I\204_\340G\331\261\210*eb\210\326\357B\320#\204s\360\361 \331\261\210eb\210\326\362B\320#\204\206\363\364 \331\261\210\312Leb\210M\365=\203\304\326\366B\320#\204\304\367\312w\210`dU\204\304\f\203\304\370\f\371\"\211L\203\304Bb\203\304\372\373\374L!\375\261\210)BTb\210\376N!\203\324\377 \210eb\210\326\201[ B\320#\203\355\fO\201\\ B!\210)\203\372rEq\210\316 \210))\306\201] !P\201^ DeB#Q\201_ P!\210\201` B!\210R\204EQ\203;\201a QD\"?\205\375\201b \201c !\202\375\201b \201d !\202\375\201e \201f \201g \201h \201i !ST\211S#T\"U\201j U!\211U\201k PV\201l U!W\201l V!X\201m Y\201n T!\204\226\201o T\320\"\210rWq\210\316 \210\317\f\312\320#\210\321D!\210\201p U!\210Xq\210\316 \210\201q \201r Q!\356Qc\210\201p V!\210\306Y!q\210U\331Pc\210\201s ed\201e ZT\"#\210)\201_ Y!\210\201_ W!\210\201_ X!.. \207" [mail-interactive mail-specify-envelope-from user-mail-address enable-multibyte-characters smtpmail-code-conv-from sendmail-coding-system generate-new-buffer " smtpmail errors" 0 " smtpmail temp" nil mail-envelope-from select-message-coding-system ((byte-code "\302!\210\303 !\203 \302 !\210\302\207" [tembuf errbuf kill-buffer bufferp] 2)) erase-buffer set-buffer-file-coding-system t insert-buffer-substring 10 mail-sendmail-undelimit-header point-marker expand-mail-aliases re-search-forward "\n\n\n*" replace-match "\n" "^Subject:\\([ ]*\n\\)+\\b" "" "^Subject:\\([ ]*\n\\)+" "^From:" user-full-name angles "From: " 6 "[^- !#-'*+/-9=?A-Z^-~]" 1 "\"" "[\"\\]" "\\\\\\&" " <" ">\n" parens " (" "[()\\]" "\\(\\=\\|[^\\]\\(\\\\\\\\\\)*\\)\\\\(\\(\\([^\\]\\|\\\\\\\\\\)*\\)\\\\)" "\\1(\\3)" ")\n" "^Message-Id:" "Message-Id: " message-make-message-id "^Date:" "Date: " message-make-date mime "^MIME-version:" "