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