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