Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
mail /
Delete
Unzip
Name
Size
Permission
Date
Action
spamassassin
[ DIR ]
drwxr-xr-x
2025-02-25 05:54
Makefile
92
B
-rw-r--r--
2023-09-26 17:19
access
469
B
-rw-r--r--
2023-09-26 17:19
access.db
12
KB
-rw-r-----
2025-02-25 04:00
aliasesdb-stamp
0
B
-rw-r--r--
2025-02-25 04:00
domaintable
233
B
-rw-r--r--
2023-09-26 17:19
domaintable.db
12
KB
-rw-r-----
2025-02-25 04:00
helpfile
5.46
KB
-rw-r--r--
2023-09-26 17:37
local-host-names
64
B
-rw-r--r--
2023-09-26 17:19
mailertable
997
B
-rw-r--r--
2023-09-26 17:19
mailertable.db
12
KB
-rw-r-----
2025-02-25 04:00
make
2.64
KB
-rwxr-xr-x
2023-09-26 17:19
sendmail.cf
58.56
KB
-rw-r--r--
2023-09-26 17:37
sendmail.mc
7.21
KB
-rw-r--r--
2023-09-26 17:19
submit.cf
41.62
KB
-rw-r--r--
2023-09-26 17:37
submit.mc
1.04
KB
-rw-r--r--
2023-09-26 17:36
trusted-users
127
B
-rw-r--r--
2023-09-26 17:19
virtusertable
1.8
KB
-rw-r--r--
2023-09-26 17:19
virtusertable.db
12
KB
-rw-r-----
2025-02-25 04:00
Save
Rename
# A domain-specific form of aliasing, allowing multiple virtual domains to be # hosted on one machine. # # info@foo.com foo-info # info@bar.com bar-info # joe@bar.com error:nouser 550 No such user here # jax@bar.com error:5.7.0:550 Address invalid # @baz.org jane@example.net # # then mail addressed to info@foo.com will be sent to the address foo-info, # mail addressed to info@bar.com will be delivered to bar-info, and mail # addressed to anyone at baz.org will be sent to jane@example.net, mail to # joe@bar.com will be rejected with the specified error message, and mail to # jax@bar.com will also have a RFC 1893 compliant error code 5.7.0. # # The username from the original address is passed as %1 allowing: # # @foo.org %1@example.com # # Additionally, if the local part consists of "user+detail" then "detail" is # passed as %2 and "+detail" is passed as %3 when a match against user+* is # attempted, so entries like # # old+*@foo.org new+%2@example.com # gen+*@foo.org %2@example.com # +*@foo.org %1%3@example.com # X++@foo.org Z%3@example.com # @bar.org %1%3 # # Note: to preserve "+detail" for a default case (@domain) %1%3 must be used # as RHS. There are two wildcards after "+": "+" matches only a non-empty # detail, "*" matches also empty details, e.g., user+@foo.org matches# # +*@foo.org but not ++@foo.org. This can be used to ensure that the # parameters %2 and %3 are not empty. # # All the host names on the left hand side (foo.com, bar.com, and baz.org) # must be in class {w} or class {VirtHost}. The latter can be defined by the # macros VIRTUSER_DOMAIN or VIRTUSER_DOMAIN_FILE (analogously to # MASQUERADE_DOMAIN and MASQUERADE_DOMAIN_FILE). If VIRTUSER_DOMAIN or # VIRTUSER_DOMAIN_FILE is used, then the entries of class {VirtHost} are # added to class {R}, i.e., relaying is allowed to (and from) those domains.