Your message dated Sat, 17 Sep 2011 17:02:16 +0200
with message-id <[email protected]>
and subject line Re: sa-exim: Teergrubing improvement - obey exim setup and 
exclude according to list
has caused the Debian Bug report #274061,
regarding sa-exim: Teergrubing improvement - obey exim setup and exclude 
according to list
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
274061: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=274061
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sa-exim
Version: 4.1-1
Severity: wishlist


In sa-exim.conf there is line:

  #SAteergrubecond: ${if and { {!eq {$sender_host_address}{127.0.0.1}} {!eq 
{$sender_host_address}{127.0.0.2}} } {1}{0}}

However, this is not very flexible and doesn't seem to take into
account other active relay lists set for exim at install time. E.g
debconf sets /etc/exim4/update-exim4.conf.conf values:

        dc_relay_nets='192.168.1.0/24 : 127.0.0.1'

My request is twofolded:

1. Make sa-exim obey default installation parameters (the above dc_relay_nets)
2. Add feature where additional hosts can be excluded from teergrube. The
   $sender_host_address should be compared against standard exim host 
   list stored in file:

        # /etc/ecim4/sa-exim-teergrube-exclude-list

        *.dyndns.org

        # End of file

My situation is as follows:

        myhost <= DynDNS provider <= Mail
                  DNS registrar

So, I want to accept mail from DynDNS, but teergrube all other direct
connections that connect to my defined SMTP ports.

If this can already be done with the current sa-exim.conf, I'd be
happy to try a solution you might have.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-386
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to en_US)

Versions of packages sa-exim depends on:
ii  debconf [debconf-2.0]       1.4.30.2     Debian configuration management sy
ii  exim4-daemon-heavy          4.34-4       Exim (v4) with extended features, 
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  spamc                       2.64-1       Client for perl-based spam filteri

-- debconf information:
  sa-exim/purge_spool: false


--- End Message ---
--- Begin Message ---
tags 274061 + wontfix
thanks

On onsdagen den 29 september 2004, you stated the following:
> In sa-exim.conf there is line:
> 
>   #SAteergrubecond: ${if and { {!eq {$sender_host_address}{127.0.0.1}} {!eq
> {$sender_host_address}{127.0.0.2}} } {1}{0}}
> 
> However, this is not very flexible and doesn't seem to take into
> account other active relay lists set for exim at install time. E.g
> debconf sets /etc/exim4/update-exim4.conf.conf values:
> 
>         dc_relay_nets='192.168.1.0/24 : 127.0.0.1'

Since Exim's full string expansion capabilities are available, what's 
requested can be accomplished already, if it's at all possible for sa-exim to 
do it.
 
> My request is twofolded:
> 
> 1. Make sa-exim obey default installation parameters (the above
> dc_relay_nets) 

Use match_ip, e.g: ${if !match_ip {$sender_host_address}{+dc_relay_nets}}

> 2. Add feature where additional hosts can be excluded from
> teergrube. The $sender_host_address should be compared against standard
> exim host list stored in file:
> 
>         # /etc/ecim4/sa-exim-teergrube-exclude-list
> 
>         *.dyndns.org
> 
>         # End of file

An IP adress cannot be directly matched against a domain wildcard, so you'll 
have to match $sender_host_name using the wildlsearch or partial-lsearch 
lookups.

-- 
Magnus Holmgren        [email protected]
Debian Developer 

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply via email to