Hello,

> Please post evidence of this. It should not happen with the ACL you have 
> shown.

well, here is the complete ACL part:

acl_smtp_rcpt = acl_check_rcpt

acl_check_rcpt:

   accept  hosts = :

   deny    message       = Restricted characters in address
           domains       = +local_domains
           local_parts   = ^[.] : [EMAIL PROTECTED]/|]

   deny    message       = Restricted characters in address
           domains       = !+local_domains
           local_parts   = ^[./|] : [EMAIL PROTECTED] : ^.*/\\.\\./

   accept  local_parts   = postmaster
           domains       = +local_domains

   require verify        = sender

   accept  domains       = +local_domains
           endpass
           verify        = recipient

   accept  domains       = +relay_to_domains
           endpass
           verify        = recipient

   accept  hosts         = +relay_from_hosts

   accept  authenticated = *

   deny    message       = relay not permitted

The server is auth-smtp only, no local domains, no /etc/aliases file.

I was just sending a mail which worked out perfectly, although the 
address given in the return path doesn't exist:

Return-path: <[EMAIL PROTECTED]>
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Fri, 18 Aug 2006 17:09:43 +0200
Received: from relay1.mail.xxx ([81.28.232.18])
        by mail.xxx with esmtp (Exim 4.62)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1GE5yU-0002Pt-0i
        for [EMAIL PROTECTED]; Fri, 18 Aug 2006 17:09:30 +0200
Received: from [217.83.57.177] (helo=[192.168.33.66])
        by relay1.mail.xxx with esmtpsa (TLSv1:AES256-SHA:256)
        (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1GE5z4-0005mf-ET
        for [EMAIL PROTECTED]; Fri, 18 Aug 2006 17:10:06 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 18 Aug 2006 17:08:03 +0200
From: Marten Lehmann <[EMAIL PROTECTED]>
To:  [EMAIL PROTECTED]
Subject: test
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Relay-User: [EMAIL PROTECTED]

The x-relay-user header is set by the smtp-server so know which 
credentials have been used to send the mail.

Regards
Marten

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to