From 781a82dec20fc4ec9d76164a0e8ac7edf072cfd4 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Sun, 22 Sep 2019 18:32:44 +0100 Subject: [PATCH] eximconf.erb: fix some typoes Signed-off-by: Adam D. Barratt --- modules/exim/templates/eximconf.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 37bd41673..bf5b4aaf4 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -19,16 +19,16 @@ # The configuration files in /etc/exim4 are as follows: # locals - This is a list of domains that are considered local. A local -# domain is essential one that deliveries to /var/mail +# domain is essentially one for which deliveries to /var/mail # will be attempted. The users available for local delivery -# comes from /etc/passwd and /etc/aliases. Wildcards are not +# come from /etc/passwd and /etc/aliases. Wildcards are not # permitted. # virtualdomains - This is a list of all virtual domains. A virtual domain # is much like a local domain, execpt that the delivery location # and allowed set of users is controlled by a virtual domain # alias file and not /etc/passwd. Wildcards are permitted # relayhosts - Hostnames that can send any arbitarily addressed mail to -# us. This is primarily only usefull for emergancy 'queue +# us. This is primarily only useful for emergency 'queue # flushing' operations, but should be populated with a list # of trusted machines. Wildcards are not permitted # bsmtp_domains - Domains that we deliver locally via bsmtp @@ -68,7 +68,7 @@ # Heuristic check (none bad enough to cause a hard reject, but in aggregate # will trigger things like rcpt to rate limiting or possibly a reject if -# enough hits are triggered. +# enough hits are triggered). # # value is stored in acl_c_scr @@ -505,7 +505,7 @@ check_submission: <%- end -%> # Defer after too many bad RCPT TO's. Legit MTAs will retry later. - # This is a rough pass at preventing addres harvesting or other mail blasts. + # This is a rough pass at preventing address harvesting or other mail blasts. defer log_message = Too many bad recipients ${eval:$rcpt_fail_count} out of $rcpt_count message = Too many bad recipients, try again later @@ -1177,7 +1177,7 @@ userforward_verify: router_home_directory = ${lookup passwd{$local_part}{${extract{5}{:}{$value}}}fail} verify_only -# This is a senmailesque alias file lookup +# This is a sendmailesque alias file lookup virt_aliases: debug_print = "R: virt_aliases for $local_part@$domain" driver = redirect -- 2.20.1