Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
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 /
README_FILES /
[ HOME SHELL ]
Name
Size
Permission
Action
AAAREADME
2.99
KB
-rw-r--r--
ADDRESS_CLASS_README
9.33
KB
-rw-r--r--
ADDRESS_REWRITING_README
42.72
KB
-rw-r--r--
ADDRESS_VERIFICATION_README
23.28
KB
-rw-r--r--
BACKSCATTER_README
12.5
KB
-rw-r--r--
BASIC_CONFIGURATION_README
21.06
KB
-rw-r--r--
BUILTIN_FILTER_README
16.36
KB
-rw-r--r--
COMPATIBILITY_README
12.05
KB
-rw-r--r--
CONNECTION_CACHE_README
9.23
KB
-rw-r--r--
CONTENT_INSPECTION_README
3.29
KB
-rw-r--r--
DATABASE_README
17.04
KB
-rw-r--r--
DB_README
7.58
KB
-rw-r--r--
DEBUG_README
18.09
KB
-rw-r--r--
DSN_README
4.33
KB
-rw-r--r--
ETRN_README
11.4
KB
-rw-r--r--
FILTER_README
28.61
KB
-rw-r--r--
FORWARD_SECRECY_README
28.84
KB
-rw-r--r--
INSTALL
63.8
KB
-rw-r--r--
IPV6_README
11.79
KB
-rw-r--r--
LINUX_README
2.32
KB
-rw-r--r--
LOCAL_RECIPIENT_README
5.65
KB
-rw-r--r--
MAILDROP_README
5.23
KB
-rw-r--r--
MEMCACHE_README
2.27
KB
-rw-r--r--
MILTER_README
41.04
KB
-rw-r--r--
MULTI_INSTANCE_README
42.58
KB
-rw-r--r--
NFS_README
4.73
KB
-rw-r--r--
OVERVIEW
20.31
KB
-rw-r--r--
PACKAGE_README
5.79
KB
-rw-r--r--
POSTSCREEN_README
39.46
KB
-rw-r--r--
QSHAPE_README
36.63
KB
-rw-r--r--
RELEASE_NOTES
6.13
KB
-rw-r--r--
RESTRICTION_CLASS_README
7
KB
-rw-r--r--
SASL_README
64.71
KB
-rw-r--r--
SCHEDULER_README
65.39
KB
-rw-r--r--
SMTPD_ACCESS_README
20.66
KB
-rw-r--r--
SMTPD_POLICY_README
27.23
KB
-rw-r--r--
SMTPD_PROXY_README
11.9
KB
-rw-r--r--
SOHO_README
13
KB
-rw-r--r--
STANDARD_CONFIGURATION_README
26.56
KB
-rw-r--r--
STRESS_README
20.67
KB
-rw-r--r--
TLS_LEGACY_README
51.47
KB
-rw-r--r--
TLS_README
125.7
KB
-rw-r--r--
TUNING_README
24.3
KB
-rw-r--r--
ULTRIX_README
1.96
KB
-rw-r--r--
UUCP_README
5.14
KB
-rw-r--r--
VERP_README
7.35
KB
-rw-r--r--
VIRTUAL_README
23.52
KB
-rw-r--r--
XCLIENT_README
10.03
KB
-rw-r--r--
XFORWARD_README
8.57
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LINUX_README
PPoossttffiixx aanndd LLiinnuuxx ------------------------------------------------------------------------------- HHoosstt llooookkuupp iissssuueess By default Linux /etc/hosts lookups do not support multiple IP address per hostname. This causes warnings from the Postfix SMTP server that "hostname XXX does not resolve to address YYY", and is especially a problem with hosts that have both IPv4 and IPv6 addresses. To fix, turn on support for multiple IP addresses: /etc/host.conf: ... # We have machines with multiple IP addresses. multi on ... Alternatively, specify the RESOLV_MULTI environment variable in main.cf: /etc/postfix/main.cf: import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C RESOLV_MULTI=on BBeerrkkeelleeyy DDBB iissssuueess If you can't compile Postfix because the file "db.h" isn't found, then you MUST install the Berkeley DB development package (name: db???-devel-???) that matches your system library. You can find out what is installed with the rpm command. For example: $ rrppmm --qqff //uussrr//lliibb//lliibbddbb..ssoo db4-4.3.29-2 This means that you need to install db4-devel-4.3.29-2 (on some systems, specify "rrppmm --qqff //lliibb//lliibbddbb..ssoo" instead). DO NOT download some Berkeley DB version from the network. Every Postfix program will dump core when it is built with a different Berkeley DB version than the version that is used by the system library routines. See the DB_README file for further information. PPrrooccmmaaiill iissssuueess On RedHat Linux 7.1 and later pprrooccmmaaiill no longer has permission to write the mail spool directory. Workaround: # chmod 1777 /var/spool/mail SSyyssllooggdd ppeerrffoorrmmaannccee LINUX ssyyssllooggdd uses synchronous writes by default. Because of this, ssyyssllooggdd can actually use more system resources than Postfix. To avoid such badness, disable synchronous mail logfile writes by editing /etc/syslog.conf and by prepending a - to the logfile name: /etc/syslog.conf: mail.* -/var/log/mail.log Send a "kkiillll --HHUUPP" to the ssyyssllooggdd to make the change effective.
Close