Tony Finch wrote:
> On Mon, 8 May 2006, Klaus Boehm wrote:
> 
> 
>>the reason for this is that my server accept no emails
>>with empty "mail from:<>".
>>What can i do that my server accept bounce emails?
> 
> 
> Exim accepts bounce messages by default. You'll have to tell us more about
> your configuration so we can help you. Is it based on the default
> configuration or something else?
> 
> Tony.


The configuration based on the default but with some
changes. This is the acl section:

begin acl

check_sender:
     accept

check_recipient:

     accept hosts = :

     deny local_parts = [EMAIL PROTECTED]/|]  : ^\\.

     require  verify  = sender

     require  !senders  = /etc/exim4/dropdomains

     accept local_parts = postmaster
            domains = +local_domains

     accept domains = +local_domains

     accept hosts  = +relay_hosts

     deny     dnslists        = 
relays.ordb.org:relays.bl.kundenserver.de:sbl.spamhaus.org
              message         = host is listed in $dnslist_domain
              log_message     = $sender_host_address is listed at 
$dnslist_domain ($dnslist_value: $dnslist_text)


check_message:
     accept     hosts           = +relay_hosts

     warn       message         = X-Spam-Score: $spam_score
                spam            = nobody:true

     warn       message         = X-Spam-Report: $spam_report
                spam            = nobody:true

     deny       message         = This message scored $spam_score spam points.
                spam            = nobody:true
                condition       = ${if > {$spam_score_int}{100}{1}{0}}

     deny       message         = This message contains a virus or other 
harmful content 
($malware_name)
                demime          = *
                malware         = *
                        
     accept

check_attach:
     accept     hosts           = +relay_hosts

     deny       message         = Blacklisted file extension detected
                condition       = ${if match {${lc:{$mime_filename}}\
                                  
{\N(\.bat|\.com|\.exe|\.pif|\.scr|\.vbs)$\N}{1}{0}}

        

     accept




-- 
---------------------------------------------
Klaus Boehm
Systemadministrator
ewt multimedia GmbH & Co. KG
D-86152 Augsburg, Volkhartstr. 4-6
Phone:  +49.(0)821.3106-319
Fax: +49.(0)821.310660-319
mailto:[EMAIL PROTECTED]
http://www.ewt.de
http://www.surf-club.de
---------------------------------------------




-- 
## 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