Package: greylistd
Version: 0.8.8.3
Severity: normal

In /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt the following lines are 
inserted:

  defer
    message        = $sender_host_address is not yet authorized to deliver \
                     mail from <$sender_address> to <$local_part@$domain>. \
                     Please try later.
    log_message    = greylisted.
    !senders       = :
    !hosts         = : +relay_from_hosts : \
                     ${if exists {/etc/greylistd/whitelist-hosts}\
                                 {/etc/greylistd/whitelist-hosts}{}} : \
                     ${if exists {/var/lib/greylistd/whitelist-hosts}\
                                 {/var/lib/greylistd/whitelist-hosts}{}} {:}
    !authenticated = *
    !acl           = acl_local_deny_exceptions
    !dnslists      = ${if exists {/etc/greylistd/dnswl-known-good-sender}\
                                 {/etc/greylistd/dnswl-known-good-sender}{}}
    domains        = +local_domains : +relay_to_domains
    verify         = recipient
    condition      = ${readsocket{/var/run/greylistd/socket}\
                                 {--grey \
                                  $sender_host_address \
                                  $sender_address \
                                  $local_part@$domain}\
                                 {5s}{}{false}}


The dnslists line causes the complaint to be issued by exim. The problem is 
caused by {:} at the end of the line.
I dont believe that the {:} is necessary.

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages greylistd depends on:
ii  adduser                3.113+nmu3
ii  debconf [debconf-2.0]  1.5.53
pn  python:any             <none>

Versions of packages greylistd recommends:
ii  exim4  4.84-3

greylistd suggests no packages.

-- Configuration Files:
/etc/greylistd/config changed:
[timeouts]
retryMin     = 60
retryMax     = 28800
expire       = 5184000
[socket]
path         = /var/run/greylistd/socket
mode         = 0660
[data]
update       = 600
statefile    = /var/lib/greylistd/states
tripletfile  = /var/lib/greylistd/triplets
savetriplets = true
singlecheck = false
singleupdate = false


-- debconf information:
  greylistd/restartexim: true
* greylistd/autoconfig_notdone_exim4:
  greylistd/autoconfig_notdone:


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to