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