summaryrefslogtreecommitdiff
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/010_main.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf.d/010_main.conf b/conf.d/010_main.conf
index f13b30c..04ddd47 100644
--- a/conf.d/010_main.conf
+++ b/conf.d/010_main.conf
@@ -221,6 +221,29 @@ prdr_enable = true
221# and/or qualify_recipient (see above). 221# and/or qualify_recipient (see above).
222 222
223 223
224# When an untrusted user submits a message to Exim using the standard input,
225# Exim normally creates an envelope sender address from the user’s login and
226# the default qualification domain.
227# The untrusted_set_sender option allows you to permit untrusted users to set
228# other envelope sender addresses in a controlled way. When it is set, untrusted
229# users are allowed to set envelope sender addresses that match any of the
230# patterns in the list. Like all address lists, the string is expanded.
231#
232# The envelope sender address will be checked against a list of valid aliases
233# for the current authenticated user in a dedicated ACL.
234
235untrusted_set_sender = *
236
237
238# When a local message is received from an untrusted user and local_from_check is
239# true (the default), and the suppress_local_fixups control has not been set, a
240# check is made to see if the address given in the From: header line is the
241# correct (local) sender of the message. The address that is expected has the
242# login name as the local part and the value of qualify_domain as the domain.
243
244local_from_check = false
245
246
224# Unless you run a high-volume site you probably want more logging 247# Unless you run a high-volume site you probably want more logging
225# detail than the default. Adjust to suit. 248# detail than the default. Adjust to suit.
226 249