~ubuntu-branches/ubuntu/hardy/exim4/hardy-proposed

« back to all changes in this revision

Viewing changes to debian/debconf/conf.d/rewrite/31_exim4-config_rewriting

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2005-07-02 06:08:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050702060834-qk17pd52kb9nt3bj
Tags: 4.52-1
* new upstream version 4.51. (mh)
  * adapt 70_remove_exim-users_references
  * remove 37_gnutlsparams
  * adapt 36_pcre
  * adapt 31_eximmanpage
* fix package priorities to have them in sync with override again. (mh)
* Fix error in nb (Norwegian) translation.
  Thanks to Helge Hafting. (mh). Closes: #315775
* Standards-Version: 3.6.2, no changes needed. (mh)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# It looks up the real address of all local users in a file
8
8
*@+local_domains ${lookup{${local_part}}lsearch{/etc/email-addresses}\
9
9
                   {$value}fail} Ffrs
10
 
 
11
 
# The same as above, using outdated /etc/exim4/email-addresses, please
12
 
# move its contents to /etc/email-addresses and delete
13
 
# /etc/exim4/email-addresses
14
 
*@+local_domains "${if exists {CONFDIR/email-addresses}\
15
 
                    {${lookup{${local_part}}lsearch{CONFDIR/email-addresses}\
16
 
                    {$value}fail}}fail}" Ffrs
 
10
# identical rewriting rule for /etc/mailname
 
11
DEBCONFrewriteemailaddresses_mailnameDEBCONF
17
12
 
18
13