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