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