Following is my ACL Conf. Let me know where should I add the rbl check.

######################################################################
#                       ACL CONFIGURATION                            #
#         Specifies access control lists for incoming SMTP mail      #
######################################################################
begin acl

acl_check_conn:
  accept  hosts = * : 127.0.0.1


acl_check_rcpt:

  accept  hosts = :
  deny    domains       = +local_domains
          local_parts   = ^[.] : [EMAIL PROTECTED]/|]
  deny    domains       = !+local_domains
          local_parts   = ^[./|] : [EMAIL PROTECTED] : ^.*/\\.\\./
  deny    hosts  = HOSTBLACKLIST
          message       = blacklisted host: $sender_host_address
  deny    senders = SENDERBLACKLIST
          message = blacklisted sender: $sender_address
  require verify        = sender

  deny    domains       = +domains_to_callout
          !verify        = recipient/callout=10s,defer_ok
  defer
          message       = $sender_host_address is not yet authorized to
deliver \
                          mail from <$sender_address> to <
[EMAIL PROTECTED]>. \
                          Please try later.
          log_message   = greylisted.
          !spf          = pass
          !senders      = :
          !hosts        = : +relay_from_hosts : \
                            ${if exists
{/usr/mailserver/etc/greylistd/whitelist-hosts}\

{/usr/mailserver/etc/greylistd/whitelist-hosts}{}} : \
                            ${if exists
{/var/mailserver/spool/greylistd/whitelist-hosts}\

{/var/mailserver/spool/greylistd/whitelist-hosts}{}}
          domains       = +domains_to_greylist
          !sender_domains = +domains_to_avoid_greylist
          condition     =
${readsocket{/var/mailserver/run/greylistd/socket}\
                                 {--grey \
                                  $sender_host_address \
                                  $sender_address \

[EMAIL PROTECTED]<[EMAIL PROTECTED]>
                                 {5s}{}{false}}

  accept  domains       = +relay_to_domains
          endpass
      verify        = recipient
  accept  hosts         = +relay_from_hosts
  accept  authenticated = *
  deny    message       = relay not permitted


On 5/2/07, Marc Sherman <[EMAIL PROTECTED]> wrote:
>
> exim.list exim.list wrote:
> > I tried to add it but all mails started rejecting. Can some one pls help
> me
> > out with this.
>
> Not unless you give us more information. At the very least, we'll need
> the configs you're using, and logs showing the problems you're having --
> both unobfuscated.
>
> - Marc
>
> --
> ## 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/
>



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