Merge branch 'master' of git+ssh://zobel@puppet.debian.org/srv/puppet.debian.org...
[mirror/dsa-puppet.git] / modules / exim / templates / eximconf.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 # This is the main exim4 configuration file based on the 28.08.05 version by
7 # ametzler
8
9 # The configuration file uses a set of rules to generate an
10 # acceptable mail environment for debian.org machines. It deviates
11 # considerably from what could be considered a standard exim configuration.
12
13 # This configuration file brings in the necessary information from
14 # other databases stored in /etc/exim/ and the files distributed by ud-ldap
15
16 # This file is independent of the local host, it should not be changed
17 # per machine. primary_hostname is used in all places that require per-host 
18 # settings.
19
20 # The configuration files in /etc/exim are as follows:
21 #  locals - This is a list of domains that are considered local. A local
22 #           domain is essential one that deliveries to /var/mail
23 #           will be attempted. The users available for local delivery
24 #           comes from /etc/passwd and /etc/aliases. Wildcards are not
25 #           permitted.
26 #  virtualdomains - This is a list of all virtual domains. A virtual domain
27 #           is much like a local domain, execpt that the delivery location
28 #           and allowed set of users is controlled by a virtual domain
29 #           alias file and not /etc/passwd. Wildcards are permitted
30 #  rcpthosts - recipient hosts or relay domains. This is a list of
31 #           all hosts that we mail exchange for. All domains that list
32 #           this host in their MX records should be listed here. Wildcards
33 #           are permitted.
34 #  relayhosts - Hostnames that can send any arbitarily addressed mail to
35 #           us. This is primarily only usefull for emergancy 'queue
36 #           flushing' operations, but should be populated with a list
37 #           of trusted machines. Wildcards are not permitted
38 <%=
39 out = ""
40 if nodeinfo['mailrelay']
41   out = '
42 #  mailhubdomains - Domains for which we are the MX, but the mail is relayed
43 #           elsewhere.  This is designed for use with small volume or
44 #           restricted machines that need to use a smarthost for mail
45 #           traffic.  We will relay for them based on ssl cert validation
46 #           but we need to teach exim how to route the mail to them.  This is
47 #           that list.
48 '
49 end
50 out
51 %>
52 # Exim's wildcard mechanism is a bit odd in that to say "any address in
53 # debian.org including debian.org" you must use two patterns,
54 #   *.debian.org
55 #   debian.org
56 # Also you can only place a * before a . and as the first char in a string.
57 # Wildcards always match last so they may be used as a catchall.
58
59 # Further details can be found in each of the files.
60
61 # Usefull exim commands:
62 #  exim4 -qf  - Try sending all messages right now, including frozen ones
63 #  exim4 -bt foo@blah - Write what exim would do if it saw the address
64 #                      Great for testing virtual domains and forward files
65
66 # Special Features for users:
67 # .forward-foo - is understood as an extension address for bar-foo@cow.com
68 # .forward-default - is understood to be a catch all for bar-*@cow.com
69 # .procmailrc - with no .forward file invokes procmail for delivery
70 #               automatically.
71
72 # For virtual domains the first lookup is done against a linear text
73 # database called 'aliases', then .forward files are consulted. Exim
74 # filtering is available for these .forward files only. .forward-default
75 # is the universal catch all for everything not handled.
76
77 # Heuristic check (none bad enough to cause a hard reject, but in aggregate
78 # will trigger things like rcpt to rate limiting or possibly a reject if
79 # enough hits are triggered.
80 #
81 # value is stored in acl_c1
82
83 ######################################################################
84 #                    MAIN CONFIGURATION SETTINGS                     #
85 ######################################################################
86
87 <%=
88 out=''
89 if nodeinfo.has_key?('heavy_exim') and not nodeinfo['heavy_exim'].empty?
90   out = "
91 perl_startup = do '/etc/exim4/exim_surbl.pl'
92 "
93 end
94 out
95 %>
96
97 # These options specify the Access Control Lists (ACLs) that
98 # are used for incoming SMTP messages - after the RCPT and DATA
99 # commands, respectively.
100
101 acl_smtp_helo = check_helo
102 acl_smtp_rcpt = ${if ={$interface_port}{587} {check_submission}{check_recipient}}
103 acl_smtp_data = check_message
104 <%=
105 out=''
106 if nodeinfo.has_key?('heavy_exim') and not nodeinfo['heavy_exim'].empty?
107   out = "acl_smtp_mime = acl_check_mime"
108 end
109 out
110 %>
111 acl_smtp_predata = acl_check_predata
112
113 # accept domain literal syntax in e-mail addresses. To actually make use of
114 # this a router is also required
115 allow_domain_literals = true
116
117 # This setting defines a named domain list called
118 # local_domains. It will be referenced
119 # later on by the syntax "+local_domains".
120 # Other domain and host lists may follow.
121 # @ is the local FQDN, @[] matches the IP adress of any local interface.
122
123 .include_if_exists /etc/exim4/local-settings.conf
124
125 domainlist local_domains = @ : \
126     @[] : \
127     localhost : \
128     ${if exists {/etc/exim4/locals}{lsearch;/etc/exim4/locals}}
129
130 domainlist virtual_domains = partial-lsearch;/etc/exim4/virtualdomains
131
132 domainlist submission_domains = ${if exists {/etc/exim4/submission-domains}{/etc/exim4/submission-domains}{}}
133
134 domainlist handled_domains = +local_domains : +virtual_domains
135
136 localpartlist local_only_users = lsearch;/etc/exim4/localusers
137
138 # Domains we relay for; that is domains that aren't considered local but we 
139 # accept mail for them.
140 domainlist rcpthosts = partial-lsearch;/etc/exim4/rcpthosts
141 hostlist debianhosts = 127.0.0.1 : net-lsearch;/var/lib/misc/thishost/debianhosts
142 <%=
143 out = ""
144 if nodeinfo['mailrelay']
145   out = '
146 domainlist mailhubdomains = lsearch;/etc/exim4/manualroute
147 '
148 end
149 out
150 %>
151
152 hostlist reservedaddrs = <%= nodeinfo['reservedaddrs'] %>
153
154 <%= out = ""
155 if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
156 out = "tls_certificate = /etc/exim4/ssl/thishost.crt
157 tls_privatekey = /etc/exim4/ssl/thishost.key
158 tls_try_verify_hosts = *
159 tls_verify_certificates = /etc/exim4/ssl/ca.crt
160 tls_crl = /etc/exim4/ssl/ca.crl"
161 end
162 out
163 %>
164
165 # The setting below causes Exim to do a reverse DNS lookup on all incoming
166 # IP calls, in order to get the true host name. If you feel this is too
167 # expensive, you can specify the networks for which a lookup is done, or
168 # remove the setting entirely.
169 host_lookup = *
170 dns_ipv4_lookup = !localhost
171
172 # If this option is set, then any process that is running as one of the
173 # listed users may pass a message to Exim and specify the sender's
174 # address using the "-f" command line option, without Exim's adding a
175 # "Sender" header.
176
177 untrusted_set_sender = *
178
179 # Some operating systems use the "gecos" field in the system password file
180 # to hold other information in addition to users' real names. Exim looks up
181 # this field when it is creating "sender" and "from" headers. If these options
182 # are set, exim uses "gecos_pattern" to parse the gecos field, and then
183 # expands "gecos_name" as the user's name. $1 etc refer to sub-fields matched
184 # by the pattern.
185
186 gecos_pattern = ^([^,:]*)
187 gecos_name = $1
188
189 # This tells exim to immediately discard error messages (ie double bounces).
190 ignore_bounce_errors_after = 0s
191 auto_thaw = 1d
192 timeout_frozen_after=14d
193
194 message_size_limit = 100M
195 message_logs = false
196 smtp_accept_max = 300
197 smtp_accept_max_per_host = ${if match_ip {$sender_host_address}{+debianhosts}{0}{7}}
198 smtp_accept_queue = 200
199 smtp_accept_queue_per_connection = 50
200 smtp_accept_reserve = 25
201 smtp_reserve_hosts = +debianhosts
202
203 split_spool_directory = true
204 check_spool_inodes = 200
205 check_spool_space  = 20M
206
207 delay_warning =
208
209 queue_run_max = 50
210 deliver_queue_load_max = 50
211 queue_only_load = 15
212 queue_list_requires_admin = false
213
214 <%= out  = ""
215 if has_variable?("clamd") && clamd == "true"
216   out = "av_scanner = clamd:/var/run/clamav/clamd.ctl"
217 end
218 out
219 %>
220
221 <%= 
222 ports = []
223 out = "daemon_smtp_ports = "
224 ports << 25
225
226 if nodeinfo['bugsmaster']
227   ports << 587
228 end
229
230 if not nodeinfo['mail_port'].to_s.empty?
231   ports << nodeinfo['mail_port']
232 end
233
234 if nodeinfo['mailrelay']
235   ports << nodeinfo['smarthost_port']
236 end
237
238 out += ports.uniq.sort.join(" : ")
239 out
240 %>
241
242 admin_groups = adm
243 remote_sort_domains = *.debian.org:*.debian.net
244
245 pipelining_advertise_hosts = !*
246 <%= out = ""
247 if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
248 out = 'tls_advertise_hosts = *'
249 end
250 out
251 %>
252 smtp_enforce_sync = true
253
254 log_selector = +tls_cipher +tls_peerdn +queue_time +deliver_time +smtp_connection +smtp_incomplete_transaction +smtp_confirmation
255
256 received_header_text = Received: ${if def:sender_rcvhost {from $sender_rcvhost\n\t}\
257                                  {${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)\n\t}}}}\
258                                  ${if and {{eq {$tls_certificate_verified}{1}}{def:tls_peerdn}}{from $tls_peerdn (verified)\n\t}}\
259                                  by $primary_hostname ${if def:received_protocol {with $received_protocol}} ${if def:tls_cipher {($tls_cipher)\n\t}}\
260                                  (Exim $version_number)\n\t\
261                                  ${if def:sender_address {(envelope-from <$sender_address>)\n\t}}\
262                                  id $message_exim_id${if def:received_for {\n\tfor $received_for}}
263
264 # macro definitions.
265 # Do not wrap!
266 VDOMAINDATA = ${lookup{$domain}partial-lsearch{/etc/exim4/virtualdomains}{$value}}
267 WHITELIST = ${if match_domain{$domain}{+virtual_domains}{\
268                ${if exists {/srv/$domain/mail/whitelist}{\
269                 ${lookup{$local_part}lsearch{/srv/$domain/mail/whitelist}{$value}{}}\
270                 }{}}\
271                }{${lookup{$local_part}lsearch{/etc/exim4/whitelist}{$value}{}} : ${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-whitelist}{$value}{}}}}
272 GREYLIST_LOCAL_PARTS = ${if match_domain{$domain}{+virtual_domains}\
273                        {${if exists {${extract{directory}{VDOMAINDATA}{${value}/grey_users}}}\
274                        {${lookup{$local_part}lsearch*{${extract{directory}{VDOMAINDATA}{${value}/grey_users}}}{$local_part}{}}}{}}}\
275                        {${lookup{$local_part}lsearch{/etc/exim4/grey_users}{$local_part}{}} : \
276                        ${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-greylist}{$local_part}{}}}}
277 RT_QUEUE_MAP = /srv/rt.debian.org/mail/rt_queue_map
278
279 ######################################################################
280 #                        ACL CONFIGURATION                           #
281 ######################################################################
282 begin acl
283
284 acl_localonly:
285   accept  local_parts   = +local_only_users
286           domains       = +local_domains
287           hosts         = !+debianhosts
288
289   deny
290
291 check_helo:
292
293   warn    set acl_c1    = 0
294
295 <%= 
296 out = ""
297 if nodeinfo['mailrelay']
298   out = "  accept  verify   = certificate"
299 end
300 out
301 %>
302
303   # These are in HELO acl so that they are only run once.  They increment a counter,
304   # so we don't want it to increment per rcpt to.
305
306   warn    dnslists       = list.dnswl.org&0.0.0.3
307           log_message    = Hit on list.dnswl.org for $sender_host_address
308           set acl_c1     = ${eval:$acl_c1-30}
309
310   warn    dnslists       = list.dnswl.org&0.0.0.2
311           log_message    = Hit on list.dnswl.org for $sender_host_address
312           set acl_c1     = ${eval:$acl_c1-20}
313
314   warn    dnslists       = list.dnswl.org
315           log_message    = Hit on list.dnswl.org for $sender_host_address
316           set acl_c1     = ${eval:$acl_c1-10}
317
318   warn    condition      = ${if isip {$sender_helo_name}{true}{false}}
319           log_message    = remote host used IP address in HELO/EHLO greeting
320           set acl_c1     = ${eval:$acl_c1+20}
321
322   warn    !hosts         = +debianhosts
323           condition      = ${if eq{$host_lookup_failed}{1}}
324           set acl_c1     = ${eval:$acl_c1+20}
325
326   warn    !hosts         = +debianhosts
327           condition      = ${if eq{$host_lookup_failed}{0}}
328           condition      = ${if match{$sender_host_name}{\N(^[^\.]*[0-9]\-+[0-9]|^[^\.]*[0-9]{5,}[^\.]|^([^\.]+\.)?[0-9][^ \.]*\.[^\.]+\..+\.[a-z]|^[^\.]*[0-9]\.[^\.]*[0-9]-[0-9]|^(dyn|cable|dhcp|dialup|ppp|adsl)[^\.]*[0-9])\N}}
329           set acl_c1     = ${eval:$acl_c1+20}
330
331   warn    !hosts         = +debianhosts
332           condition      = ${if match{$sender_helo_name}{\N(^[^\.]*[0-9]\-+[0-9]|^[^\.]*[0-9]{5,}[^\.]|^([^\.]+\.)?[0-9][^ \.]*\.[^\.]+\..+\.[a-z]|^[^\.]*[0-9]\.[^\.]*[0-9]-[0-9]|^(dyn|cable|dhcp|dialup|ppp|adsl)[^\.]*[0-9])\N}}
333           set acl_c1     = ${eval:$acl_c1+20}
334
335   warn    !hosts         = +debianhosts
336           dnslists       = dul.dnsbl.sorbs.net
337           set acl_c1     = ${eval:$acl_c1+15}
338
339   # If the sender's helo name is empty, the message will be rejected later
340   # because the helo is empty.  If the rDNS lookup failed, we are already
341   # going to greylist them, so no sense worrying about it here.  Finally,
342   # if rDNS does not match helo name (both lower cased first), greylist.
343
344   warn    !hosts         = +debianhosts
345           condition      = ${if eq {$host_lookup_failed}{1}{no}{yes}}
346           condition      = ${if def:sender_helo_name {yes}{no}}
347           condition      = ${if eq {${lc:$sender_helo_name}}{${lc:$sender_host_name}}{no}{yes}}
348           log_message    = HELO doesn't match rDNS
349           set acl_c1     = ${eval:$acl_c1+8}
350
351   # Regexes of doom
352   # matches 098325879 - looks fishy
353
354   warn condition        = ${if and { \
355                                      { !match{$sender_helo_name}{\N^\[.+\]$\N} } \
356                                      { !match{$sender_helo_name}{\N^(?i)((?=[^-])[a-z0-9-]*[a-z0-9]\.)+[a-z]{2,6}$\N} } \
357                                     } \
358                             }
359        log_message      = non-FQDN HELO
360        set acl_c1       = ${eval:$acl_c1+12}
361
362   # Matches DOMAIN99.com - looks bad
363
364   warn condition       = ${if match {$sender_helo_name}{\N^[A-Z]+[A-Z0-9\-]+\.[A-Za-z0-9]+$\N}}
365        log_message     = SHOUTING HELO
366        set acl_c1      = ${eval:$acl_c1+7}
367
368   # Random HELO (run of 7 consonants) (constructed by viruses).  We purposefully
369   # skip matching on machines named .*smtp.*, since that's 4 already.  This is a fairly
370   # naive test, so it's not worth much
371
372   warn condition       = ${if match {${lc:$sender_helo_name}}{smtp}{no}{yes}}
373        condition       = ${if match {${lc:$sender_helo_name}}{\N^[a-z0-9]+\.[a-z]+$\N}}
374        condition       = ${if match {${lc:$sender_helo_name}}{\N.*[bcdfghjklmnpqrstvwxz]{7,}.*\.[a-z]+$\N}}
375        log_message     = random HELO
376        set acl_c1      = ${eval:$acl_c1+5}
377
378   # Implicit, but simpler to just say it
379   accept
380
381 #!!# ACL that is used after the RCPT command on the submission port
382 check_submission:
383
384   # Accept if the source is local SMTP (i.e. not over TCP/IP).
385   # We do this by testing for an empty sending host field.
386   accept  hosts = : 127.0.0.1
387
388 <%= 
389 out = ""
390 if nodeinfo['mailrelay']
391   out = "  accept  verify   = certificate"
392 end
393 out
394 %>
395
396   # Defer after too many bad RCPT TO's.  Legit MTAs will retry later.
397   # This is a rough pass at preventing addres harvesting or other mail blasts.
398
399   defer  log_message   = Too many bad recipients ${eval:$rcpt_fail_count} out of $rcpt_count
400          message       = Too many bad recipients, try again later
401          condition     = ${if > {${eval:$rcpt_fail_count}}{3}{yes}{no}}
402
403   defer
404           ratelimit      = 5 / 60m / per_rcpt / $sender_host_address
405           !hosts         = +debianhosts
406           message        = sorry, only 5 reports per hour for submission
407
408   accept  domains  = +local_domains
409           hosts    = +debianhosts
410           endpass
411           message  = unknown user
412           verify   = recipient
413
414 <%=
415 out = ""
416 if nodeinfo['mailrelay']
417   out = '
418   accept  domains  = +mailhubdomains
419           endpass
420           message  = unknown user
421           verify   = recipient/callout=30s,defer_ok,use_sender,no_cache
422 '
423 end
424 out
425 %>
426
427   accept  domains  = +submission_domains
428           endpass
429           message  = unknown user
430           verify   = recipient
431
432   deny    message = relay not permitted
433
434 #!!# ACL that is used after the RCPT command
435 check_recipient:
436
437 <%=
438 out = ""
439 if nodeinfo['mailrelay']
440   out = "  accept  verify   = certificate"
441 end
442 out
443 %>
444
445   # Defer after too many bad RCPT TO's.  Legit MTAs will retry later.
446   # This is a rough pass at preventing addres harvesting or other mail blasts.
447
448   defer  log_message   = Too many bad recipients ${eval:$rcpt_fail_count} out of $rcpt_count
449          message       = Too many bad recipients, try again later
450          !hosts        = +debianhosts
451          condition     = ${if > {${eval:$rcpt_fail_count}}{3}{yes}{no}}
452
453   # Dump spambots that are so stupid they say helo as our IP address
454
455   drop !hosts          = +debianhosts
456        condition       = ${if eq {$sender_helo_name}{$interface_address}{yes}{no}}
457        message         = HELO mismatch Forged HELO for ($sender_helo_name)
458
459   # Also for spambots that say helo as us or one of our domains
460
461   drop !hosts          = +debianhosts
462        condition       = ${if match_domain{$sender_helo_name}{$primary_hostname:+handled_domains}}
463        condition       = ${if !match{$sender_host_name}{${rxquote:$sender_helo_name}\N$\N}}
464        message         = HELO mismatch Forged HELO for ($sender_helo_name)
465
466   # This logic gives you a list of commonly forged domains in helo to reject against
467
468   warn set acl_m2      = ${lookup{$sender_helo_name} \
469                            nwildlsearch{/etc/exim4/helo-check} \
470                           {${if eq{$value}{}{$sender_helo_name}{$value}}}{}}
471
472   # This is a failsafe in case DNS fails - we defer instead of hard reject if they 
473   # say helo as a name in the list but we can't look them up
474
475   defer !hosts         = +debianhosts
476         condition      = ${if eq{$acl_m2}{}{no}{yes}}
477         condition      = ${if eq{$sender_host_name}{}{yes}{no}}
478         condition      = ${if eq{$host_lookup_failed}{1}{no}{yes}}
479         message        = Access temporarily denied. Resolve failed PTR for $sender_host_address
480
481   # If DNS works, go ahead and reject them
482
483   drop !hosts          = +debianhosts
484        condition       = ${if and { {!eq{$acl_m2}{}}{!match{$sender_host_name}{${rxquote:$acl_m2}\N$\N}}}{yes}{no}}
485         message        = HELO mismatch Forged HELO for ($sender_helo_name)
486
487   # disabled accounts don't even get local mail.
488   deny    local_parts   = lsearch;/var/lib/misc/$primary_hostname/mail-disable
489           domains       = +local_domains
490           message       = ${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-disable}{$value}}
491
492   deny    domains       = +virtual_domains
493           local_parts   = ${if exists {${extract{directory}{VDOMAINDATA}{${value}/localonly}}}\
494                                       {${extract{directory}{VDOMAINDATA}{${value}/localonly}}}\
495                                       {}}
496           hosts         = !+debianhosts
497           message       = mail for <$local_part@$domain> only accepted from debian.org machines
498   # Accept if the source is local SMTP (i.e. not over TCP/IP).
499   # We do this by testing for an empty sending host field.
500   accept  hosts = :
501   
502   deny    domains       = +handled_domains
503           local_parts   = ^[.] : ^.*[@%!/|]
504   
505   deny    domains       = !+handled_domains
506           local_parts   = ^[./|] : ^.*[@%!] : ^.*/\\.\\./
507
508 # forwards mail to @d.o address, even if it's a bounce from master, no reply
509 # from source address; rejecting all mail now.
510   deny    recipients    = mendoza@debian.org
511           hosts         = 65.110.39.147 : 64.39.31.15
512           message       = <mendoza@kenny.linuxsis.net> cannot forward here while mailer-daemon mail is not caught
513
514   deny    condition     = ${lookup{$sender_address_local_part}lsearch{/etc/exim4/localusers}{true}}
515           sender_domains= +local_domains : debian.org : debian.net : debian.com
516           hosts         = !+debianhosts
517           message       = mail from <$sender_address> not allowed externally
518
519   deny    condition     = ${if match_domain{$sender_address_domain}{+virtual_domains}{1}{0}}
520           condition     = ${if exists {${extract{directory}{VDOMAINDATA}{${value}/neversenders}}}{1}{0}}
521           condition     = ${if match_local_part {$sender_address_local_part}{${extract{directory}{VDOMAINDATA}{${value}/neversenders}}}{1}{0}}
522           message       = no mail should ever come from <$sender_address>
523
524   warn    condition     = ${if eq{$acl_m6}{}}
525           acl           = acl_localonly
526           set acl_m6    = localonly
527           set acl_m7    = ${if eq{$acl_m7}{}{$local_part@$domain}{$acl_m7, $local_part@$domain}}
528
529   warn    condition     = ${if eq{$acl_m6}{}}
530           !acl          = acl_localonly
531           set acl_m6    = normal
532
533   defer   condition     = ${if eq{$acl_m6}{localonly}}
534           !acl          = acl_localonly
535           log_message   = Only one profile at a time, please
536
537   defer   condition     = ${if eq{$acl_m6}{normal}}
538           acl           = acl_localonly
539           log_message   = Only one profile at a time, please
540
541 <%=
542 out=''
543 if 0 == 1:
544 out='
545   deny    message  = address $sender_host_address is listed in $dnslist_domain; $dnslist_text
546           hosts    = !+debianhosts
547           dnslists = rbl.debian.net : rbl.debian.net/$sender_address_domain
548 '
549 end
550 out
551 %>
552
553   deny    !recipients = survey@popcon.debian.org
554           !verify = sender
555
556   defer   !hosts         = +debianhosts
557           condition      = ${if >{${eval:$acl_c1}}{0}}
558           ratelimit      = 10 / 60m / per_rcpt / $sender_host_address
559           message        = slow down (no reverse dns, mismatched ehlo, dialup, or in blacklists)
560 <%=
561 out = ""
562 if has_variable?("policydweight") && policydweight == "true"
563 out = '
564   # Check with policyd-weight - this only works with a version after etch\'s,
565   # sadly.  etch\'s version attempts to hold the socket open, since that\'s what
566   # postfix expects.  Exim, on the other hand, expects the remote side to close
567   # the socket when it\'s finished sending data, so it see each transaction as
568   # an incomplete read.  I\'m sure there\'s a way we could force exim to do
569   # something sick and clever to force either the interpretation or the socket
570   # closure, but I\'m fairly sure it\'s now worth it, since the backport of
571   # policyd-weight is trivial.
572   warn  !hosts         = +debianhosts
573         set acl_m9     = ${readsocket{inet:127.0.0.1:12525}\
574                           {request=smtpd_access_policy\n\
575                            protocol_state=RCPT\n\
576                            protocol_name=${uc:$received_protocol}\n\
577                            helo_name=$sender_helo_name\n\
578                            queue_id=$message_exim_id\n\
579                            sender=$sender_address\n\
580                            recipient=$local_part@$domain\n\
581                            recipient_count=$rcpt_count\n\
582                            client_address=$sender_host_address\n\
583                            client_name=$sender_host_name\n\
584                            reverse_client_name=$sender_host_name\n\
585                            instance=$sender_host_address.$sender_address.$sender_helo_name\n\n}\
586                           {20s}{\n}{socket failure}}
587
588   # Defer on socket error
589   defer !hosts         = +debianhosts
590         condition      = ${if eq{$acl_m9}{socket failure}{yes}{no}}
591         message        = Cannot connect to policyd-weight. Please try again later.
592
593   # Set proposed action to $acl_m8 and message to $acl_m7
594   warn  !hosts         = +debianhosts
595         set acl_m8     = ${extract{action}{$acl_m9}}
596         set acl_m7     = ${sg{$acl_m9}{\Naction=[^ ]+ (.*)\n\n\N}{\$1}}
597
598   # Add X-policyd-weight header line to message
599   warn  !hosts         = +debianhosts
600         message        = $acl_m7
601         condition      = ${if eq{$acl_m8}{PREPEND}{yes}{no}}
602
603   # Write log message, if policyd-weight can\'t run checks
604   warn  !hosts         = +debianhosts
605         log_message    = policyd-weight message: $acl_m7
606         condition      = ${if eq{$acl_m8}{DUNNO}{yes}{no}}
607
608   # Deny mails which policyd-weight thinks are spam
609   deny  !hosts         = +debianhosts
610         message        = policyd-weight said: $acl_m7
611         condition      = ${if eq{$acl_m8}{550}{yes}{no}}
612
613   # Defer messages when policyd-weight suggests so.
614   defer  !hosts         = +debianhosts
615          message        = policyd-weight said: $acl_m7
616          condition      = ${if eq{$acl_m8}{450}{yes}{no}}
617 '
618 end
619 out
620 %>
621   warn    recipients = survey@popcon.debian.org
622           set acl_m1 = PopconMail
623
624 <%=
625 out=''
626 if nodeinfo['rtmaster']
627   out='
628   warn    domains  = rt.debian.org
629           set acl_m1 = RTMail
630           set acl_m12 = ${if def:acl_m12 {$acl_m12} {${if or{{match{$local_part}{\N[^+]+\+\d+\N}}{match{$local_part}{\N[^+]+\+new\N}}} {RTMailRecipientHasSubaddress}}}}
631 '
632 end
633 out
634 %>
635 <%=
636 out=''
637 if nodeinfo['packagesqamaster']
638   out='
639   warn    domains  = packages.qa.debian.org
640           set acl_m1 = PTSMail
641
642   warn    recipients = owner@packages.qa.debian.org : postmaster@packages.qa.debian.org
643           set acl_m1 = PTSOwner
644
645   warn    senders  = :
646           domains  = packages.qa.debian.org
647           condition = ${if match{$local_part}{\N^bounces+\N}}
648           set acl_m1 = PTSListBounce
649 '
650 end
651 out
652 %>
653   warn    recipients = change@db.debian.org : changes@db.debian.org : chpasswd@db.debian.org : ping@db.debian.org : recommend@nm.debian.org
654           set acl_m1 = DBSignedMail
655
656 <%=
657 out = ""
658 if has_variable?("greylistd") && greylistd == "true"
659   out = '
660   defer
661     message  = $sender_host_address is not yet authorized to deliver mail from <$sender_address> to <$local_part@$domain>.
662     log_message = greylisted.
663     local_parts    = ${if match_domain{$domain}{+virtual_domains}\
664                      {${if exists {${extract{directory}{VDOMAINDATA}{${value}/grey_users}}}\
665                      {${lookup{$local_part}lsearch*{${extract{directory}{VDOMAINDATA}{${value}/grey_users}}}{$local_part}{}}}{}}}\
666                      {${lookup{$local_part}lsearch{/etc/exim4/grey_users}{$local_part}{}} : \
667                      ${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-greylist}{$local_part}{}}}}
668     !senders       = :
669     !hosts         = : +debianhosts : WHITELIST : \
670                      ${if exists {/etc/greylistd/whitelist-hosts}\
671                                  {/etc/greylistd/whitelist-hosts}{}} : \
672                      ${if exists {/var/lib/greylistd/whitelist-hosts}\
673                                  {/var/lib/greylistd/whitelist-hosts}{}} 
674     !authenticated = *
675     domains        = +handled_domains : +rcpthosts
676     condition      = ${readsocket{/var/run/greylistd/socket}\
677                                  {--grey \
678                                   $sender_host_address \
679                                   $sender_address \
680                                   $local_part@$domain}\
681                                  {5s}{}{false}}
682 '
683 elsif has_variable?("postgrey") && postgrey == "true"
684   out = '
685   # next three are greylisting, inspired by http://www.bebt.de/blog/debian/archives/2006/07/30/T06_12_27/index.html
686   # this adds acl_m4 if there isn\'t one (so unique per message)
687   warn
688     !senders       = :
689     !hosts         = : +debianhosts : WHITELIST
690     condition      = ${if def:acl_m4 {no}{yes}}
691     set acl_m4     = $pid.$tod_epoch.$sender_host_port
692
693   # and defers the message if postgrey thinks it should be defered ...
694   defer
695     !senders       = :
696     !hosts         = : +debianhosts : WHITELIST
697     !authenticated = *
698     domains        = +handled_domains : +rcpthosts
699     local_parts    = GREYLIST_LOCAL_PARTS
700     set acl_m3     = request=smtpd_access_policy\n\
701                      protocol_state=RCPT\n\
702                      protocol_name=${uc:$received_protocol}\n\
703                      instance=${acl_m4}\n\
704                      helo_name=${sender_helo_name}\n\
705                      client_address=${substr_-3:${mask:$sender_host_address/24}}\n\
706                      client_name=${sender_host_name}\n\
707                      sender=${sender_address}\n\
708                      recipient=$local_part@$domain\n\n
709     set acl_m3     = ${sg{\
710                          ${readsocket{/var/run/postgrey/socket}{$acl_m3}\
711                                {5s}{}{action=DUNNO}}\
712                      }{action=}{}}
713     message        = ${sg{$acl_m3}{^\\\\w+\\\\s*}{}}
714     log_message    = greylisted.
715     condition      = ${if eq{${uc:${substr{0}{5}{$acl_m3}}}}{DEFER}}
716
717  # ... or adds a header with information about how long the delay was
718  warn
719     !senders       = :
720     !hosts         = : +debianhosts : WHITELIST
721     !authenticated = *
722     domains        = +handled_domains : +rcpthosts
723     local_parts    = GREYLIST_LOCAL_PARTS
724     condition      = ${if eq{${uc:${substr_0_7:$acl_m3}}}{PREPEND}}
725     message        = ${sg{$acl_m3}{^\\\\w+\\\\s*}{}}
726 '
727 end
728 out
729 %>
730
731   accept  local_parts   = postmaster
732           domains       = +handled_domains : +rcpthosts
733
734   deny   log_message   = <$sender_address> is blacklisted
735          senders       = ${if exists{/etc/exim4/blacklist}{/etc/exim4/blacklist}{}}
736          message       = We have blacklisted <$sender_address>.  Please stop mailing us
737
738   deny    message  = host $sender_host_address is listed in $dnslist_domain; see $dnslist_text
739           dnslists = ${if match_domain{$domain}{+virtual_domains}\
740                      {${if exists {${extract{directory}{VDOMAINDATA}{${value}/rbllist}}}\
741                      {${lookup{$local_part}lsearch*{${extract{directory}{VDOMAINDATA}{${value}/rbllist}}}{$value}{}}}{}}}\
742                      {${lookup{$local_part}lsearch{/etc/exim4/rbllist}{$value}{}} : \
743                      ${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-rbl}{$value}{}}}}
744           domains       = +handled_domains : +rcpthosts
745           !hosts        = +debianhosts : WHITELIST
746
747   deny    message  = domain $sender_address_domain is listed in $dnslist_domain; see $dnslist_text
748           dnslists = ${if match_domain{$domain}{+virtual_domains}\
749                      {${if exists {${extract{directory}{VDOMAINDATA}{${value}/rhsbllist}}}\
750                      {${expand:${lookup{$local_part}lsearch*{${extract{directory}{VDOMAINDATA}{${value}/rhsbllist}}}{$value}{}}}}{}}}\
751                      {${expand:${lookup{$local_part}lsearch{/etc/exim4/rhsbllist}{$value}{}}} : \
752                      ${expand:${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-rhsbl}{$value}{}}}}}
753           domains       = +handled_domains : +rcpthosts
754           !hosts        = +debianhosts : WHITELIST
755
756   deny    domains  = +handled_domains : +rcpthosts
757           local_parts   = ${if match_domain{$domain}{+virtual_domains}\
758                            {${if exists {${extract{directory}{VDOMAINDATA}{${value}/callout_users}}}\
759                            {${lookup{$local_part}lsearch*{${extract{directory}{VDOMAINDATA}{${value}/callout_users}}}{$local_part}{}}}{}}}\
760                            {${lookup{$local_part}lsearch{/etc/exim4/callout_users}{$local_part}{}} : \
761                            ${lookup{$local_part}lsearch{/var/lib/misc/$primary_hostname/mail-callout}{$local_part}{}}}}
762           !hosts   = +debianhosts : WHITELIST
763           !verify  = sender/callout
764
765 <%=
766 out = ""
767 if nodeinfo['mailrelay']
768   out = '
769   accept  domains  = +mailhubdomains
770           endpass
771           message  = unknown user
772           verify   = recipient/callout=30s,defer_ok,use_sender,no_cache
773 '
774 end
775 out
776 %>
777   accept  domains  = +handled_domains
778           endpass
779           message  = unknown user
780           verify   = recipient/defer_ok
781
782   accept  domains  = +rcpthosts
783           endpass
784           message  = unrouteable address
785           verify   = recipient
786
787   accept  hosts         = +debianhosts
788
789   accept  authenticated = *
790
791   deny    message = relay not permitted
792
793 <%=
794 out=''
795 if nodeinfo.has_key?('heavy_exim') and not nodeinfo['heavy_exim'].empty?
796 out='
797 acl_check_mime:
798
799   deny   condition     = ${if <{$message_size}{256000}}
800          set acl_m5    = ${perl{surblspamcheck}}
801          condition     = ${if eq{$acl_m5}{false}{no}{yes}}
802          log_message   = $acl_m5
803          message       = $acl_m5
804
805   accept
806 '
807 end
808 out
809 %>
810
811 acl_check_predata:
812   deny   condition     = ${if eq{$acl_m6}{localonly}}
813          message       = mail for $acl_m7 is only accepted internally
814
815   accept
816
817
818 #!!# ACL that is used after the DATA command
819 check_message:
820   require verify = header_syntax
821           message = Invalid syntax in the header
822
823 <%=
824 out=''
825 if nodeinfo['rtmaster']
826   out='
827   deny    condition = ${if eq {$acl_m1}{RTMail}}
828           condition = ${if and{{!match {${lc:$rh_Subject:}} {debian rt}} \
829                                {!match {${lc:$rh_Subject:]}} {\N\[rt.debian.org \N}} \
830                                {!match {$acl_m12}{RTMailRecipientHasSubaddress}}}}
831           message  = messages to the Request Tracker system require a subject tag or a subaddress
832 '
833 end
834 out
835 %>
836 <%=
837 out=''
838 if nodeinfo['packagesqamaster']
839   out='
840   deny    !hosts  = +debianhosts : 217.196.43.134
841           condition = ${if eq {$acl_m1}{PTSMail}}
842           condition = ${if def:h_X-PTS-Approved:{false}{true}}
843           message   = messages to the PTS require an X-PTS-Approved header
844 '
845 end
846 out
847 %>
848   deny    condition      = ${if match {$message_body}{\Nhttp:\/\/[a-z\.-]+\/video1?.exe\N}}
849           message        = Blackisted URI found in body
850
851   deny    condition      = ${if eq {$acl_m1}{DBSignedMail}}
852           condition      = ${if and {{!match {$message_body}{PGP MESSAGE}}              \
853                                      {!match {$message_body}{PGP SIGNED MESSAGE}}       \
854                                      {!match {$message_body}{PGP SIGNATURE}}            \
855                                      {!match {$header_content-type:}{multipart/signed}} \
856                                      {!match {$header_content-type:}{pgp}}              \
857                                     }                                                   \
858                             }
859           message        = Mail to this address needs to be PGP-signed
860
861 # RFC 822 and 2822 say that headers must be ASCII.  This kinda emulates
862 # postfix's strict_7bit_headers option, but only checks a few common problem
863 # headers, as there doesn't appear to be an easy way to check them all.
864   deny
865           condition       = ${if or {{match {$rh_Subject:}{[\200-\377]}}\
866                                  {match {$rh_To:}{[\200-\377]}}\
867                                  {match {$rh_From:}{[\200-\377]}}\
868                                  {match {$rh_Cc:}{[\200-\377]}}}{true}{false}}
869           message         = improper use of 8-bit data in message header: message rejected
870
871   deny
872           condition       = ${if match {$rh_Subject:}{[^[:print:]]\{8\}}{true}{false}}
873           message         = Your mailer is not RFC 2047 compliant: message rejected
874
875 <%=
876 out = ""
877 if has_variable?("clamd") && clamd == "true"
878 out = '
879   deny    
880           demime          = *
881           malware         = */defer_ok
882           message         = malware detected: $malware_name: message rejected
883 '
884 end
885 out
886 %>
887 <%=
888 out=''
889 if nodeinfo.has_key?('heavy_exim') and not nodeinfo['heavy_exim'].empty?
890 out='
891   deny   condition     = ${if <{$message_size}{256000}}
892          set acl_m5    = ${perl{surblspamcheck}}
893          condition     = ${if eq{$acl_m5}{false}{no}{yes}}
894          log_message   = $acl_m5
895 '
896 end
897 out
898 %>
899   # Check header_sender except for survey@popcon.d.o
900   deny    condition = ${if eq{$acl_m1}{PopconMail}{false}{true}}
901           !verify = header_sender
902           message = No valid sender found in the From:, Sender: and Reply-to: headers
903
904   accept
905
906
907
908 ######################################################################
909 #                      REWRITE CONFIGURATION                         #
910 ######################################################################
911
912
913
914 begin rewrite
915
916 \N^buildd_(.*)@ries\.debian\.org$\N buildd_$1@buildd.debian.org T
917 \N^buildd_(.*)@klecker\.debian\.org$\N buildd_$1@buildd.debian.org T
918 *@debian.org ${lookup{$1}cdb{/var/lib/misc/${primary_hostname}/mail-forward.cdb}{$value}fail} T
919 *@people.debian.org ${lookup{$1}cdb{/var/lib/misc/${primary_hostname}/mail-forward.cdb}{$value}fail} T
920 #*@${primary_hostname} "${if exists{/etc/exim4/email-addresses}{${lookup{$1}lsearch{/etc/exim4/email-addresses}{$value}fail}}fail}" fFs
921 m68k@buildd.debian.org m68k-build@nocrew.org Ttrbc
922
923
924 #!!#######################################################!!#
925 #!!# Here follow routers created from the old routers,   #!!#
926 #!!# for handling non-local domains.                     #!!#
927 #!!#######################################################!!#
928
929 begin routers
930
931
932
933 ######################################################################
934 #                      ROUTERS CONFIGURATION                         #
935 #                Specifies how addresses are handled                 #
936 ######################################################################
937 #                          ORDER DOES MATTER                         #
938 #     An address is passed to each in turn until it is accepted.     #
939 ######################################################################
940
941 <%=
942 out = ""
943 if nodeinfo['mailrelay']
944   out = '
945 relay_manualroute:
946   driver = manualroute
947   domains = +mailhubdomains
948   transport = remote_smtp
949   route_data = ${lookup{$domain}lsearch{/etc/exim4/manualroute}}
950   require_files = /etc/exim4/manualroute
951 '
952 end
953 out
954 %>
955
956 bsmtp:
957   debug_print = "R: bsmtp for $local_part@$domain"
958   driver = manualroute
959   domains = !+local_domains
960   require_files = /etc/exim4/bsmtp
961   route_list = * ${extract{file}{\
962                    ${lookup{$domain}partial-lsearch{/etc/exim4/bsmtp}\
963                      {$value}fail}}}
964   transport = bsmtp
965
966 # This router routes to remote hosts over SMTP by explicit IP address,
967 # given as a "domain literal" in the form [nnn.nnn.nnn.nnn]. The RFCs
968 # require this facility, which is why it is enabled by default in Exim.
969 ipliteral:
970   debug_print = "R: ipliteral for $local_part@$domain"
971   driver = ipliteral
972   domains = !+handled_domains
973   transport = remote_smtp
974   ignore_target_hosts = +reservedaddrs
975
976 <%=
977 out = ""
978 if not nodeinfo['smarthost'].empty?
979 out = '
980 smarthost:
981   debug_print = "R: smarthost for $local_part@$domain"
982   driver = manualroute
983   domains = !+handled_domains
984   transport = remote_smtp_smarthost
985   route_list = * ' + nodeinfo['smarthost'] + '
986   host_find_failed = defer
987   same_domain_copy_routing = yes
988   no_more
989 '
990 end
991 out
992 %>
993
994 # This router routes to remote hosts over SMTP using a DNS lookup.
995 # Ignore reserved network responses, including localhost.
996 dnslookup:
997   debug_print = "R: dnslookup for $local_part@$domain"
998   driver = dnslookup
999   domains = !+handled_domains
1000   transport = remote_smtp
1001   ignore_target_hosts = +reservedaddrs
1002   no_more
1003
1004 # This router handles aliasing using a traditional /etc/aliases file.
1005 # If any of your aliases expand to pipes or files, you will need to set
1006 # up a user and a group for these deliveries to run under. You can do
1007 # this by uncommenting the "user" option below (changing the user name
1008 # as appropriate) and adding a "group" option if necessary.
1009
1010 system_aliases:
1011   debug_print = "R: system_aliases for $local_part@$domain"
1012   driver = redirect
1013   allow_defer
1014   allow_fail
1015   data = ${lookup{$local_part}lsearch*{/etc/aliases}}
1016   domains = +local_domains
1017   file_transport = address_file
1018   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1019   pipe_transport = address_pipe
1020   retry_use_local_part
1021
1022 # This router handles forwarding using traditional .forward files.
1023 # It also allows mail filtering when a forward file starts with the 
1024 # string "# Exim filter": to disable filtering, uncomment the "filter" 
1025 # option. The check_ancestor option means that if the forward file 
1026 # generates an address that is an ancestor of the current one, the 
1027 # current one gets passed on instead. This covers the case where A is 
1028 # aliased to B and B has a .forward file pointing to A.
1029
1030 # For standard debian setup of one group per user, it is acceptable---normal
1031 # even---for .forward to be group writable. If you have everyone in one
1032 # group, you should comment out the "modemask" line. Without it, the exim
1033 # default of 022 will apply, which is probably what you want.
1034
1035 userforward_verify:
1036   debug_print = "R: userforward for $local_part${local_part_suffix}@$domain"
1037   driver = redirect
1038   check_ancestor
1039   user = Debian-exim
1040   no_check_local_user
1041   directory_transport = address_directory
1042   domains = +local_domains
1043   # filter - I have disabled filtering to force users to use .forward-foo files
1044   # or procmail. This will make it easier to move mailers in the future
1045   #
1046   # This bit does the qmailesque extension names, foo-bar@ is .forward-foo it
1047   # also checks if the .forward-bar exists, if not then it uses
1048   # .forward-default instead.
1049   file = $home/.forward\
1050          ${if eq{}{$local_part_suffix}{}{\
1051            ${if exists {${home}/.forward${local_part_suffix}} \
1052              {${local_part_suffix}}{-default}}\
1053            }\
1054           }
1055   file_transport = address_file
1056   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1057   local_part_suffix = -*
1058   local_part_suffix_optional
1059   modemask = 002
1060   pipe_transport = address_pipe
1061   reply_transport = address_reply
1062   require_files = $home
1063   router_home_directory = ${lookup passwd{$local_part}{${extract{5}{:}{$value}}}fail}
1064   verify_only
1065
1066 userforward:
1067   debug_print = "R: userforward for $local_part${local_part_suffix}@$domain"
1068   driver = redirect
1069   check_ancestor
1070   check_local_user
1071   directory_transport = address_directory
1072   domains = +local_domains
1073   # filter - I have disabled filtering to force users to use .forward-foo files
1074   # or procmail. This will make it easier to move mailers in the future
1075   #
1076   # This bit does the qmailesque extension names, foo-bar@ is .forward-foo it
1077   # also checks if the .forward-bar exists, if not then it uses
1078   # .forward-default instead.
1079   file = $home/.forward\
1080          ${if eq{}{$local_part_suffix}{}{\
1081            ${if exists {${home}/.forward${local_part_suffix}} \
1082              {${local_part_suffix}}{-default}}\
1083            }\
1084           }
1085   file_transport = address_file
1086   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1087   local_part_suffix = -*
1088   local_part_suffix_optional
1089   modemask = 002
1090   pipe_transport = address_pipe
1091   reply_transport = address_reply
1092   require_files = $home
1093   no_verify
1094
1095 # This delivers to procmail
1096 procmail:
1097   debug_print = "R: procmail for $local_part@$domain"
1098   driver = accept
1099   check_local_user
1100   domains = +local_domains
1101   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1102   no_verify
1103   no_expn
1104   require_files = $local_part:$home/.procmailrc
1105   transport = procmail_pipe
1106   transport_current_directory = $home
1107   
1108 # This driver delivers to the LDAP generated alias file.
1109 ldap_aliases:
1110   debug_print = "R: ldap_aliases for $local_part@$domain"
1111   driver = redirect
1112   allow_defer
1113   allow_fail
1114   data = ${if exists{/var/lib/misc/$primary_hostname/mail-forward.cdb}\
1115              {${lookup{$local_part}cdb\
1116                {/var/lib/misc/$primary_hostname/mail-forward.cdb}}}}
1117   domains = +local_domains
1118   file_transport = address_file
1119   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1120   pipe_transport = address_pipe
1121   retry_use_local_part
1122   
1123 # This director matches local user mailboxes.
1124 localuser:
1125   debug_print = "R: localuser for $local_part@$domain"
1126   driver = accept
1127   check_local_user
1128   domains = +local_domains
1129   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1130   # Disable if the user has never logged in
1131   require_files = $home
1132   transport = local_delivery
1133   no_more
1134
1135 # Now we begin the Virtual Domain configuration
1136 # Everything before here should apply only to the local domains with a 
1137 # domains= rule
1138
1139 # exim4 fails the router if it can't change to the user/group for delivery
1140 # during verification.  So we have to seperate the cases of verifying
1141 # the virts, and delivering to them.  blah.
1142 <%=
1143 out = ""
1144 if nodeinfo['packagesmaster']
1145   out = '
1146 # This router delivers for packages.d.o
1147 packages:
1148   debug_print = "R: packages for $local_part@$domain"
1149   driver = redirect
1150   file_transport = address_file
1151   pipe_transport = address_pipe
1152   domains = packages.debian.org
1153   require_files = /org/packages.debian.org/conf/maintainer
1154   data = ${lookup{$local_part}cdb{/org/packages.debian.org/conf/maintainer.cdb}}
1155   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1156   transport_home_directory = /org/packages.debian.org/mail
1157   transport_current_directory = /org/packages.debian.org/mail
1158   check_ancestor
1159   retry_use_local_part
1160   no_more
1161 '
1162 end
1163 out
1164 %>
1165
1166 <%=
1167 out = ""
1168 if nodeinfo['bugsmaster']
1169   out = '
1170 # This router delivers for bugs.d.o
1171 bugs:
1172   debug_print = "R: bugs for $local_part@$domain"
1173   driver = accept
1174   transport = bugs_pipe
1175   domains = bugs.debian.org
1176   cannot_route_message = Unknown or archived bug
1177   require_files = /org/bugs.debian.org/mail/run-procmail
1178   no_more
1179   local_parts = ${if match\
1180                   {$local_part}\
1181                   {\N^(\d+)(\d{2})(?:-(?:(?:submit|maintonly|quiet|forwarded|done|close|request|submitter)|(?:unsubscribe|ignore|(?:sub(?:scribe|help|yes|approve|reject))|unsubyes|bounce|probe|approve|reject|setlistyes|setlistsilentyes).*))?$\N}\
1182                {${if exists{/org/bugs.debian.org/spool/db-h/$2/$1$2.summary}\
1183                {$local_part}fail}}fail}
1184 '
1185 end
1186 out
1187 %>
1188
1189 <%=
1190 out = ""
1191 if nodeinfo['rtmaster']
1192   out = '
1193 # This router delivers for rt.d.o
1194 rt_force_new_verbose:
1195   debug_print = "R: rt for $local_part+new@$domain"
1196   driver = redirect
1197   domains = rt.debian.org
1198   require_files = /usr/bin/rt-mailgate : RT_QUEUE_MAP
1199   local_parts = ${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}{$local_part}{}}
1200   local_part_suffix = +new
1201   pipe_transport = rt_pipe
1202   data = "|/usr/bin/rt-mailgate --queue \'${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}}\' --url https://rt.debian.org/ --action ${if match{$local_part}{.*-comment.*}{comment}{correspond}}"
1203   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1204
1205 # FIXME: figure out how to generalize this approach so that all of the following would work
1206 # - rt+NNNN@rt.debian.org          : attach correspondence to ticket (verbose)
1207 # - rt+NNNN-quiesce@rt.debian.org  : attach correspondence to ticket (quiesce)
1208 # - rt+NNNN-<action>@rt.debian.org : attach correspondence to ticket (some action)
1209 # requires modification to custom condition in \'scrips\'
1210 rt_force_new_quiesce:
1211   debug_print = "R: rt for $local_part+new-quiesce@$domain"
1212   driver = redirect
1213   domains = rt.debian.org
1214   require_files = /usr/bin/rt-mailgate : RT_QUEUE_MAP
1215   local_parts = ${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}{$local_part}{}}
1216   local_part_suffix = +new-quiesce
1217   pipe_transport = rt_pipe
1218   data = "|/usr/bin/rt-mailgate --queue \'${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}}\' --url https://rt.debian.org/ --action ${if match{$local_part}{.*-comment.*}{comment}{correspond}}"
1219   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}\nX-RT-Mode: quiesce"
1220
1221 rt_otherwise:
1222   debug_print = "R: rt for $local_part@$domain"
1223   driver = redirect
1224   domains = rt.debian.org
1225   require_files = /usr/bin/rt-mailgate : RT_QUEUE_MAP
1226   local_parts = ${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}{$local_part}{}}
1227   local_part_suffix = +*
1228   local_part_suffix_optional
1229   pipe_transport = rt_pipe
1230   data = "|/usr/bin/rt-mailgate --queue \'${lookup{${sg{$local_part}{-comment}{}}}lsearch{RT_QUEUE_MAP}}\' --url https://rt.debian.org/ --extension ticket --action ${if match{$local_part}{.*-comment.*}{comment}{correspond}}"
1231   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1232 '
1233 end
1234 out
1235 %>
1236
1237 virt_alias_verify:
1238   debug_print = "R: virt_aliases for $local_part@$domain"
1239   driver = redirect
1240   data = ${if exists{\
1241            ${extract{directory}{VDOMAINDATA}{${value}/aliases}}}\
1242            {${lookup{$local_part}lsearch*{\
1243               ${extract{directory}{VDOMAINDATA}{$value/aliases}}\
1244            }}}}
1245   directory_transport = address_directory
1246   cannot_route_message = Unknown user
1247   domains = +virtual_domains
1248   file_transport = address_file
1249   pipe_transport = address_pipe
1250   qualify_preserve_domain
1251   retry_use_local_part
1252   transport_current_directory = ${extract{directory}{VDOMAINDATA}}
1253   transport_home_directory = ${extract{directory}{VDOMAINDATA}}
1254   verify_only
1255
1256 virt_direct_verify:
1257   debug_print = "R: virt_direct for $local_part@$domain"
1258   driver = redirect
1259   no_check_local_user
1260   user = Debian-exim
1261   allow_filter
1262   modemask = 002
1263   directory_transport = address_directory
1264   domains = +virtual_domains
1265   file = $home/.forward-\
1266               ${if exists {${home}/.forward-${local_part}}{${local_part}}\
1267                    {default}}
1268   file_transport = address_file
1269   pipe_transport = address_pipe
1270   reply_transport = address_reply
1271   retry_use_local_part
1272   router_home_directory = ${extract{directory}{VDOMAINDATA}}
1273   transport_current_directory = ${extract{directory}{VDOMAINDATA}}
1274   verify_only
1275
1276 # This is a senmailesque alias file lookup
1277 virt_aliases:
1278   debug_print = "R: virt_aliases for $local_part@$domain"
1279   driver = redirect
1280   allow_defer
1281   allow_fail
1282   data = ${if exists{\
1283            ${extract{directory}{VDOMAINDATA}{${value}/aliases}}}\
1284            {${lookup{$local_part}lsearch*{\
1285               ${extract{directory}{VDOMAINDATA}{$value/aliases}}\
1286            }}}}
1287   directory_transport = address_directory
1288   domains = +virtual_domains
1289   file_transport = ${if eq {${extract{group_writable}{VDOMAINDATA}}}{true}{address_file_group}{address_file}}
1290   cannot_route_message = Unknown user
1291   group = ${extract{group}{VDOMAINDATA}}
1292   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1293   pipe_transport = address_pipe
1294   qualify_preserve_domain
1295   retry_use_local_part
1296   transport_current_directory = ${extract{directory}{VDOMAINDATA}}
1297   transport_home_directory = ${extract{directory}{VDOMAINDATA}}
1298   no_verify
1299   user = ${extract{user}{VDOMAINDATA}}
1300   
1301 # This is a qmailesque deliver into a directory of .forward files
1302 virt_direct:
1303   debug_print = "R: virt_direct for $local_part@$domain"
1304   driver = redirect
1305   allow_filter
1306   allow_fail
1307   allow_defer
1308   no_check_local_user
1309   directory_transport = address_directory
1310   domains = +virtual_domains
1311   file = $home/.forward-\
1312               ${if exists {${home}/.forward-${local_part}}{${local_part}}\
1313                    {default}}
1314   file_transport = ${if eq {${extract{group_writable}{VDOMAINDATA}}}{true}{address_file_group}{address_file}}
1315   group = ${extract{group}{VDOMAINDATA}}
1316   headers_add = "Delivered-To: ${local_part}${local_part_suffix}@${domain}"
1317   modemask = 002
1318   pipe_transport = address_pipe
1319   reply_transport = address_reply
1320   retry_use_local_part
1321   router_home_directory = ${extract{directory}{VDOMAINDATA}}
1322   transport_current_directory = ${extract{directory}{VDOMAINDATA}}
1323   no_verify
1324   user = ${extract{user}{VDOMAINDATA}}
1325   #debug_print = .forward-${if exists {${home}/.forward-${local_part}} {${local_part}} {default}}
1326
1327 ######################################################################
1328 #                      TRANSPORTS CONFIGURATION                      #
1329 ######################################################################
1330 #                       ORDER DOES NOT MATTER                        #
1331 #     Only one appropriate transport is called for each delivery.    #
1332 ######################################################################
1333
1334
1335 begin transports
1336
1337 # This transport is used for local delivery to user mailboxes. On debian
1338 # systems group mail is used so we can write to the /var/mail
1339 # directory. (The alternative, which most other unixes use, is to deliver
1340 # as the user's own group, into a sticky-bitted directory)
1341 local_delivery:
1342   driver = appendfile
1343   file = /var/mail/${local_part}
1344   group = mail
1345   mode = 0660
1346   no_mode_fail_narrower
1347   return_path_add
1348   
1349 # This transport is used for handling pipe addresses generated by alias
1350 # or .forward files. It has a conventional name, since it is not actually
1351 # mentioned elsewhere in this configuration file. (A different name *can*
1352 # be specified via the "address_pipe_transport" option if you really want
1353 # to.) If the pipe generates any standard output, it is returned to the sender
1354 # of the message as a delivery error. Set return_fail_output instead if you
1355 # want this to happen only when the pipe fails to complete normally.
1356
1357 address_pipe:
1358   driver = pipe
1359   current_directory = ${home}
1360   environment = "EXTENSION=${substr_1:${local_part_suffix}}:\
1361                  EXT=${substr_1:${local_part_suffix}}:\
1362                  LOCAL=${local_part}${local_part_suffix}:\
1363                  RECIPIENT=${local_part}${local_part_suffix}@${domain}"
1364   return_output
1365   return_path_add
1366
1367 # This transport is used for handling file addresses generated by alias
1368 # or .forward files. It has a conventional name, since it is not actually
1369 # mentioned elsewhere in this configuration file.
1370
1371 address_file:
1372   driver = appendfile
1373   return_path_add
1374
1375 address_file_group:
1376   driver = appendfile
1377   return_path_add
1378   mode = 0660
1379   directory_mode = 0770
1380   mode_fail_narrower = false
1381
1382 # This transport is used for handling file addresses generated by alias
1383 # or .forward files if the path ends in "/", which causes it to be treated
1384 # as a directory name rather than a file name. Each message is then delivered
1385 # to a unique file in the directory. If instead you want all such deliveries to
1386 # be in the "maildir" format that is used by some other mail software,
1387 # uncomment the final option below. If this is done, the directory specified
1388 # in the .forward or alias file is the base maildir directory.
1389 #
1390 # Should you want to be able to specify either maildir or non-maildir
1391 # directory-style deliveries, then you must set up yet another transport,
1392 # called address_directory2. This is used if the path ends in "//" so should
1393 # be the one used for maildir, as the double slash suggests another level
1394 # of directory. In the absence of address_directory2, paths ending in //
1395 # are passed to address_directory.
1396
1397 address_directory:
1398   driver = appendfile
1399   check_string = 
1400   maildir_format
1401   message_prefix = ""
1402   message_suffix = ""
1403   return_path_add
1404
1405 # This transport is used for handling autoreplies generated by the filtering
1406 # option of the forwardfile director. It has a conventional name, since it
1407 # is not actually mentioned elsewhere in this configuration file.
1408 address_reply:
1409   driver = autoreply
1410
1411 # This transport is used for delivering messages over SMTP connections.
1412
1413 remote_smtp:
1414   driver = smtp
1415   connect_timeout = 1m
1416   delay_after_cutoff = false
1417 <%=
1418 out = ""
1419 if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
1420   out = "  tls_certificate = /etc/exim4/ssl/thishost.crt
1421   tls_privatekey = /etc/exim4/ssl/thishost.key"
1422 end
1423 out
1424 %>
1425
1426 <%=
1427 out = ""
1428 if not nodeinfo['smarthost'].empty?
1429 out = '
1430 remote_smtp_smarthost:
1431   debug_print = "T: remote_smtp_smarthost for $local_part@$domain"
1432   driver = smtp
1433   delay_after_cutoff = false
1434   port = '
1435   out += nodeinfo['smarthost_port'].to_s + "\n"
1436   if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true"
1437     out += '  tls_tempfail_tryclear = false
1438   hosts_require_tls = ' + nodeinfo['smarthost'] + '
1439   tls_certificate = /etc/exim4/ssl/thishost.crt
1440   tls_privatekey = /etc/exim4/ssl/thishost.key
1441 '
1442   end
1443 end
1444 out
1445 %>
1446
1447 # Send the message to procmail
1448 procmail_pipe:
1449   driver = pipe
1450   command = /usr/bin/procmail -a ${substr_1:${local_part_suffix}}}
1451   return_path_add
1452   user = ${local_part}
1453
1454 bsmtp:
1455   driver = appendfile
1456   batch_max = 100
1457   file = ${host}
1458   message_prefix = 
1459   message_suffix = 
1460   use_bsmtp
1461   user = ${extract{user}{\
1462                    ${lookup{$domain}partial-lsearch{/etc/exim4/bsmtp}\
1463                      {$value}fail}\
1464                    }}
1465
1466 <%=
1467 out = ""
1468 if nodeinfo['bugsmaster']
1469   out = '
1470 bugs_pipe:
1471   driver = pipe
1472   command = /org/bugs.debian.org/mail/run-procmail
1473   environment = "EXTENSION=${substr_1:${local_part_suffix}}:\
1474                  EXT=${substr_1:${local_part_suffix}}:\
1475                  LOCAL=${local_part}${local_part_suffix}:\
1476                  RECIPIENT=${local_part}${local_part_suffix}@${domain}"
1477   return_path_add
1478   return_output
1479   user = debbugs
1480 '
1481 end
1482 out
1483 %>
1484
1485 <%=
1486 out = ""
1487 if nodeinfo['rtmaster']
1488   out = '
1489 rt_pipe:
1490   debug_print = "T: rt_pipe for $local_part${local_part_suffix}@$domain"
1491   driver = pipe
1492   return_fail_output
1493   environment = EXTENSION=${substr_1:${local_part_suffix}}
1494   allow_commands = /usr/bin/rt-mailgate
1495 '
1496 end
1497 out
1498 %>
1499
1500 ######################################################################
1501 #                      RETRY CONFIGURATION                           #
1502 ######################################################################
1503
1504 # This single retry rule applies to all domains and all errors. It specifies
1505 # retries every 15 minutes for 2 hours, then increasing retry intervals,
1506 # starting at 2 hours and increasing each time by a factor of 1.5, up to 16
1507 # hours, then retries every 8 hours until 4 days have passed since the first
1508 # failed delivery.
1509
1510 # Domain               Error       Retries
1511 # ------               -----       -------
1512
1513
1514 begin retry
1515
1516 debian.org             *           F,2h,10m; G,16h,2h,1.5; F,14d,8h
1517 *                      * senders=: F,2h,10m
1518 *                      rcpt_4xx    F,2h,5m;  F,4h,10m; F,4d,15m
1519 *                      *           F,2h,15m; G,16h,2h,1.5; F,4d,8h
1520
1521 # End of Exim 4 configuration