Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
exim4 /
conf.d /
router /
Delete
Unzip
Name
Size
Permission
Date
Action
00_exim4-config_header
514
B
-rw-r--r--
2023-09-29 20:38
100_exim4-config_domain_literal
646
B
-rw-r--r--
2023-09-29 20:38
150_exim4-config_hubbed_hosts
556
B
-rw-r--r--
2023-09-29 20:38
200_exim4-config_primary
3.15
KB
-rw-r--r--
2024-06-17 07:31
300_exim4-config_real_local
607
B
-rw-r--r--
2023-09-29 20:38
400_exim4-config_system_aliases
1.56
KB
-rw-r--r--
2023-09-29 20:38
500_exim4-config_hubuser
878
B
-rw-r--r--
2023-09-29 20:38
600_exim4-config_userforward
2.06
KB
-rw-r--r--
2024-06-17 07:31
700_exim4-config_procmail
408
B
-rw-r--r--
2024-06-17 07:31
800_exim4-config_maildrop
328
B
-rw-r--r--
2024-06-17 07:31
850_exim4-config_lowuid
907
B
-rw-r--r--
2025-03-21 14:34
900_exim4-config_local_user
402
B
-rw-r--r--
2023-09-29 20:38
mmm_mail4root
472
B
-rw-r--r--
2023-09-29 20:38
Save
Rename
### router/400_exim4-config_system_aliases ################################# # This router handles aliasing using a traditional /etc/aliases file. # ##### NB You must ensure that /etc/aliases exists. It used to be the case ##### NB that every Unix had that file, because it was the Sendmail default. ##### NB These days, there are systems that don't have it. Your aliases ##### NB file should at least contain an alias for "postmaster". # # This router handles the local part in a case-insensitive way which # satisfies the RFCs requirement that postmaster be reachable regardless # of case. If you decide to handle /etc/aliases in a caseful way, you # need to make arrangements for a caseless postmaster. # # Delivery to arbitrary directories, files, and piping to programs in # /etc/aliases is disabled per default. # If that is a problem for you, see # /usr/share/doc/exim4-base/README.Debian.gz # for explanation and some workarounds. system_aliases: debug_print = "R: system_aliases for $local_part@$domain" driver = redirect domains = +local_domains allow_fail allow_defer data = ${lookup{$local_part}lsearch{/etc/aliases}} .ifdef SYSTEM_ALIASES_USER user = SYSTEM_ALIASES_USER .endif .ifdef SYSTEM_ALIASES_GROUP group = SYSTEM_ALIASES_GROUP .endif .ifdef SYSTEM_ALIASES_FILE_TRANSPORT file_transport = SYSTEM_ALIASES_FILE_TRANSPORT .endif .ifdef SYSTEM_ALIASES_PIPE_TRANSPORT pipe_transport = SYSTEM_ALIASES_PIPE_TRANSPORT .endif .ifdef SYSTEM_ALIASES_DIRECTORY_TRANSPORT directory_transport = SYSTEM_ALIASES_DIRECTORY_TRANSPORT .endif