Bug#375325: support for catch_all '*' in /etc/aliases
Robert Millan
rmh at aybabtu.com
Sun Jun 25 09:41:02 UTC 2006
Package: exim4-config
Version: 4.62-1
Severity: wishlist
Tags: patch
I just found this blurb to add catch-all redirection in /etc/aliases, like:
$ cat /etc/aliases
[...]
*: honeypot
[...]
--- 400_exim4-config_system_aliases~ 2006-06-25 11:26:30.000000000 +0200
+++ 400_exim4-config_system_aliases 2006-06-25 11:27:33.591017616 +0200
@@ -45,3 +45,8 @@
.ifdef SYSTEM_ALIASES_DIRECTORY_TRANSPORT
directory_transport = SYSTEM_ALIASES_DIRECTORY_TRANSPORT
.endif
+
+catch_all:
+ debug_print = "R: catch_all for $local_part@$domain"
+ driver = redirect
+ data = ${lookup{*}lsearch{/etc/aliases}}
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-12-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Versions of packages exim4-config depends on:
ii adduser 3.87 Add and remove users and groups
ii debconf [debconf-2.0] 1.5.1 Debian configuration management sy
exim4-config recommends no packages.
-- debconf information excluded
More information about the Pkg-exim4-maintainers
mailing list