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