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/600_exim4-config_userforward ################################# # This router handles forwarding using traditional .forward files in users' # home directories. It also allows mail filtering with a forward file # starting with the string "# Exim filter" or "# Sieve filter". # # The no_verify setting means that this router is skipped when Exim is # verifying addresses. Similarly, no_expn means that this router is skipped if # Exim is processing an EXPN command. # # The check_ancestor option means that if the forward file generates an # address that is an ancestor of the current one, the current one gets # passed on instead. This covers the case where A is aliased to B and B # has a .forward file pointing to A. # # The four transports specified at the end are those that are used when # forwarding generates a direct delivery to a directory, or a file, or to a # pipe, or sets up an auto-reply, respectively. # userforward: debug_print = "R: userforward for $local_part@$domain" driver = redirect domains = +local_domains check_local_user file = $home/.forward require_files = $local_part_data:$home/.forward no_verify no_expn check_ancestor allow_filter forbid_smtp_code = true directory_transport = address_directory file_transport = address_file pipe_transport = address_pipe reply_transport = address_reply skip_syntax_errors syntax_errors_to = real-$local_part@$domain syntax_errors_text = \ This is an automatically generated message. An error has\n\ been found in your .forward file. Details of the error are\n\ reported below. While this error persists, you will receive\n\ a copy of this message for every message that is addressed\n\ to you. If your .forward file is a filter file, or if it is\n\ a non-filter file containing no valid forwarding addresses,\n\ a copy of each incoming message will be put in your normal\n\ mailbox. If a non-filter file contains at least one valid\n\ forwarding address, forwarding to the valid addresses will\n\ happen, and those will be the only deliveries that occur.