[EXIM] sender_verify_except_hosts question

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Matthew Adams
日付:  
To: Exim Email List
題目: [EXIM] sender_verify_except_hosts question
I suspect this is a simple error on my part, but I don't seem to be
able to get sender_verify_except_hosts working correctly, so I'm
hoping someone can point out my mistake.

My exim configure file contains the following:-

sender_verify = true
sender_verify_fixup = true
headers_check_syntax = true
headers_sender_verify = true
headers_sender_verify_errmsg = true

# Following are hosts not verified, iee does not use a valid sender
sender_verify_except_hosts = "*iee.org.uk"

I have also tried "iee.org.uk" without the "*" in front too, but in
both cases I get a rejectlog entry:-

1998-09-08 08:02:36 0zGHnP-0000Dg-00 rejected from punt-11.mail.demon.net [194.217.242.34]: no valid sender in message headers: return path is <nobody@???>
Recipients: matt@???
P Received: from punt-11.mail.demon.net ([194.217.242.34])
    by maajca.demon.co.uk with smtp (Exim 2.02 #1)
    id 0zGHnP-0000Dg-00
    for matt@???; Tue, 8 Sep 1998 08:02:36 +0100
P Received: from punt-1.mail.demon.net by mailstore for matt@???
          id 905217243:10:09711:19; Tue, 08 Sep 98 01:14:03 GMT
P Received: from relay.mail.pipex.net ([158.43.128.39]) by punt-1.mail.demon.net
           id aa1009773; 8 Sep 98 1:14 GMT
P Received: (qmail 16424 invoked from network); 8 Sep 1998 01:13:56 -0000
P Received: from ampere.iee.org.uk (193.130.181.10)
  by relay.mail.pipex.net with SMTP; 8 Sep 1998 01:13:56 -0000
P Received:  from babbage.iee.org.uk by ampere.iee.org.uk (1.38.193.4/MDTG-V Revision: 1.3 ampere.iee.org.uk)
    id AA05759; Tue, 8 Sep 1998 02:05:41 +0100
P Received: by babbage.iee.org.uk (1.39.111.2/MDTG-V Revision: 1.3 babbage.iee.org.uk)
    id AA145417129; Tue, 8 Sep 1998 02:12:09 +0100
* Return-Path: <nobody@???>
F From: forum@???  <nobody@???>
  Date: Tue, 8 Sep 1998 02:12:09 +0100
I Message-Id: <199809080112.AA145417129@???>
  Subject: Engineering the information age: live Internet broadcast
  Apparently-To: matt@???
  Mime-Version: 1.0
  Content-Transfer-Encoding: quoted-printable
B Bcc:
------------------------------------------------------------------------------


So the question is how do I get exim to accept messages from
iee.org.uk, without turning off sender verification?

Thanks for any help,
Matt

--
Matthew Adams
email: matt@???

--
*** Exim information can be found at http://www.exim.org/ ***