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