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