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