chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
534d411
)
base.m4: Check that the ident daemon actually gave us an answer.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 4 Apr 2014 18:32:14 +0000
(19:32 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 4 Apr 2014 18:32:14 +0000
(19:32 +0100)
base.m4
patch
|
blob
|
blame
|
history
diff --git
a/base.m4
b/base.m4
index 204be0aeec02aadfd62cbe8250de33bd5a8e65be..d312eb51e91751aea84b0b80b4cfe381db541e3c 100644
(file)
--- a/
base.m4
+++ b/
base.m4
@@
-260,12
+260,12
@@
mail_check_auth:
warn set acl_c_user = $authenticated_id
hosts = +thishost
!authenticated = *
+ condition = ${if def:sender_ident}
set acl_c_user = $sender_ident
- ## User must be authenticated.
+ ## User must be authenticated
by now
.
deny message = Sender not authenticated
- !hosts = +thishost
- !authenticated = *
+ condition = ${if !def:acl_c_user}
## Make sure that the local part is one that the authenticated sender
## is allowed to claim.