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