1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
|
*** ./html/faq.html.orig Mon May 8 10:11:21 2000
--- ./html/faq.html Thu Jun 1 22:28:20 2000
***************
*** 273,275 ****
<pre>
! /etc/postfix/main.cf:
myorigin = $mydomain
--- 273,275 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
myorigin = $mydomain
***************
*** 281,283 ****
<pre>
! /etc/postfix/main.cf:
myorigin = $mydomain
--- 281,283 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
myorigin = $mydomain
***************
*** 326,328 ****
<pre>
! /etc/postfix/main.cf:
myorigin = $mydomain
--- 326,328 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
myorigin = $mydomain
***************
*** 330,332 ****
! /etc/postfix/master.cf:
Comment out the SMTP server entry
--- 330,332 ----
! !!PREFIX!!/etc/postfix/master.cf:
Comment out the SMTP server entry
***************
*** 357,359 ****
<pre>
! /etc/postfix/main.cf:
myorigin = $mydomain
--- 357,359 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
myorigin = $mydomain
***************
*** 369,371 ****
<pre>
! /etc/postfix/main.cf:
relayhost = $mydomain
--- 369,371 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
relayhost = $mydomain
***************
*** 386,388 ****
<pre>
! /etc/postfix/main.cf:
relayhost = host.my.domain
--- 386,388 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
relayhost = host.my.domain
***************
*** 398,400 ****
<pre>
! /etc/postfix/main.cf:
disable_dns_lookups = yes
--- 398,400 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
disable_dns_lookups = yes
***************
*** 417,419 ****
<pre>
! /etc/postfix/transport:
my.domain smtp:
--- 417,419 ----
<pre>
! !!PREFIX!!/etc/postfix/transport:
my.domain smtp:
***************
*** 423,426 ****
! /etc/postfix/main.cf:
! transport_maps = hash:/etc/postfix/transport
</pre>
--- 423,426 ----
! !!PREFIX!!/etc/postfix/main.cf:
! transport_maps = hash:!!PREFIX!!/etc/postfix/transport
</pre>
***************
*** 434,436 ****
! Specify <b>dbm:/etc/postfix/transport</b> if your system uses
<b>dbm</b> files instead of <b>db</b>. To find out what map types
--- 434,436 ----
! Specify <b>dbm:!!PREFIX!!/etc/postfix/transport</b> if your system uses
<b>dbm</b> files instead of <b>db</b>. To find out what map types
***************
*** 440,442 ****
! Execute the command <b>postmap /etc/postfix/transport</b> whenever
you edit the transport table.
--- 440,442 ----
! Execute the command <b>postmap !!PREFIX!!/etc/postfix/transport</b> whenever
you edit the transport table.
***************
*** 478,485 ****
<pre>
! /etc/postfix/main.cf:
mydestination = $myhostname, my.domain, localhost.my.domain
relay_domains =
! transport_maps = hash:/etc/postfix/transport
! /etc/postfix/transport:
my.domain smtp:inside-gateway.my.domain (forwards user@domain)
--- 478,485 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
mydestination = $myhostname, my.domain, localhost.my.domain
relay_domains =
! transport_maps = hash:!!PREFIX!!/etc/postfix/transport
! !!PREFIX!!/etc/postfix/transport:
my.domain smtp:inside-gateway.my.domain (forwards user@domain)
***************
*** 487,489 ****
! /etc/postfix/master.cf:
Comment out the local delivery agent
--- 487,489 ----
! !!PREFIX!!/etc/postfix/master.cf:
Comment out the local delivery agent
***************
*** 493,495 ****
! Specify <b>dbm:/etc/postfix/transport</b> if your system uses
<b>dbm</b> files instead of <b>db</b>. To find out what map types
--- 493,495 ----
! Specify <b>dbm:!!PREFIX!!/etc/postfix/transport</b> if your system uses
<b>dbm</b> files instead of <b>db</b>. To find out what map types
***************
*** 499,501 ****
! <li>Execute the command <b>postmap /etc/postfix/transport</b>
whenever you change the transport table.
--- 499,501 ----
! <li>Execute the command <b>postmap !!PREFIX!!/etc/postfix/transport</b>
whenever you change the transport table.
***************
*** 539,541 ****
<pre>
! /etc/postfix/main.cf:
relayhost = smtprelay.someprovider.com
--- 539,541 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
relayhost = smtprelay.someprovider.com
***************
*** 559,561 ****
<pre>
! /etc/postfix/main.cf:
defer_transports = smtp (Only for systems that use on-demand dialup IP)
--- 559,561 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
defer_transports = smtp (Only for systems that use on-demand dialup IP)
***************
*** 578,580 ****
<pre>
! /etc/postfix/main.cf:
disable_dns_lookups = yes (Only for delivery across LANs that are disconnected most of the time)
--- 578,580 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
disable_dns_lookups = yes (Only for delivery across LANs that are disconnected most of the time)
***************
*** 685,687 ****
<pre>
! /etc/postfix/main.cf:
delay_warning_time = 4
--- 685,687 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
delay_warning_time = 4
***************
*** 959,966 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
! regexp:/etc/postfix/regexp_access
...other restrictions...
! /etc/postfix/regexp_access:
/[%!@].*[%!@]/ 550 Sender specified routing is not supported here.
--- 959,966 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
! regexp:!!PREFIX!!/etc/postfix/regexp_access
...other restrictions...
! !!PREFIX!!/etc/postfix/regexp_access:
/[%!@].*[%!@]/ 550 Sender specified routing is not supported here.
***************
*** 1002,1010 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
permit_mynetworks
! check_client_access hash:/etc/postfix/client_access
check_relay_domains
! /etc/postfix/client_access:
4.3.2.1 OK
--- 1002,1010 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
permit_mynetworks
! check_client_access hash:!!PREFIX!!/etc/postfix/client_access
check_relay_domains
! !!PREFIX!!/etc/postfix/client_access:
4.3.2.1 OK
***************
*** 1046,1055 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
permit_mynetworks
! check_client_access hash:/etc/postfix/client_access
! check_sender_access hash:/etc/postfix/sender_access
check_relay_domains
! /etc/postfix/client_access:
11.22.33 OK
--- 1046,1055 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
permit_mynetworks
! check_client_access hash:!!PREFIX!!/etc/postfix/client_access
! check_sender_access hash:!!PREFIX!!/etc/postfix/sender_access
check_relay_domains
! !!PREFIX!!/etc/postfix/client_access:
11.22.33 OK
***************
*** 1057,1059 ****
! /etc/postfix/sender_access:
joe@my.domain OK
--- 1057,1059 ----
! !!PREFIX!!/etc/postfix/sender_access:
joe@my.domain OK
***************
*** 1108,1112 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
! hash:/etc/postfix/restricted_senders
...other stuff...
--- 1108,1112 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
! hash:!!PREFIX!!/etc/postfix/restricted_senders
...other stuff...
***************
*** 1114,1118 ****
smtpd_restriction_classes = local_only
! local_only = check_sender_access hash:/etc/postfix/local_domains, reject
! /etc/postfix/restricted_senders:
foo@domain local_only
--- 1114,1118 ----
smtpd_restriction_classes = local_only
! local_only = check_sender_access hash:!!PREFIX!!/etc/postfix/local_domains, reject
! !!PREFIX!!/etc/postfix/restricted_senders:
foo@domain local_only
***************
*** 1120,1122 ****
! /etc/postfix/local_domains:
this.domain OK (matches this.domain and subdomains)
--- 1120,1122 ----
! !!PREFIX!!/etc/postfix/local_domains:
this.domain OK (matches this.domain and subdomains)
***************
*** 1134,1136 ****
The <b>smtpd_restriction_classes</b> verbiage exists so that Postfix can
! open <b>/etc/postfix/local_domains.db</b> before entering a chroot
jail, so it is only an artefact of implementation.
--- 1134,1136 ----
The <b>smtpd_restriction_classes</b> verbiage exists so that Postfix can
! open <b>!!PREFIX!!/etc/postfix/local_domains.db</b> before entering a chroot
jail, so it is only an artefact of implementation.
***************
*** 1168,1170 ****
! /etc/postfix/main.cf:
relay_domains = the.backed-up.domain.name
--- 1168,1170 ----
! !!PREFIX!!/etc/postfix/main.cf:
relay_domains = the.backed-up.domain.name
***************
*** 1179,1184 ****
<pre>
! /etc/postfix/main.cf:
! transport_maps = hash:/etc/postfix/transport
! /etc/postfix/transport:
the.backed-up.domain.name smtp:[their.mail.host.name]
--- 1179,1184 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
! transport_maps = hash:!!PREFIX!!/etc/postfix/transport
! !!PREFIX!!/etc/postfix/transport:
the.backed-up.domain.name smtp:[their.mail.host.name]
***************
*** 1309,1311 ****
<pre>
! /etc/postfix/main.cf:
smtp_skip_4xx_greeting = yes
--- 1309,1311 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtp_skip_4xx_greeting = yes
***************
*** 1399,1401 ****
For example, if you use the default Postfix local delivery agent
! in <b>/etc/postfix/master.cf</b>, specify:
--- 1399,1401 ----
For example, if you use the default Postfix local delivery agent
! in <b>!!PREFIX!!/etc/postfix/master.cf</b>, specify:
***************
*** 1404,1406 ****
<pre>
! /etc/postfix/main.cf:
local_recipient_maps = $alias_maps, unix:passwd.byname
--- 1404,1406 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
local_recipient_maps = $alias_maps, unix:passwd.byname
***************
*** 1434,1436 ****
<pre>
! /etc/postfix/main.cf:
myorigin = domain.name
--- 1434,1436 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
myorigin = domain.name
***************
*** 1447,1452 ****
<pre>
! /etc/postfix/main.cf:
! virtual_maps = hash:/etc/postfix/virtual
! /etc/postfix/virtual:
root root@localhost
--- 1447,1452 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
! virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual
! !!PREFIX!!/etc/postfix/virtual:
root root@localhost
***************
*** 1463,1465 ****
! <li>Execute the command <b>postmap /etc/postfix/virtual</b> whenever
you edit the the <b>virtual</b> table.
--- 1463,1465 ----
! <li>Execute the command <b>postmap !!PREFIX!!/etc/postfix/virtual</b> whenever
you edit the the <b>virtual</b> table.
***************
*** 1485,1487 ****
<pre>
! /etc/postfix/main.cf:
home_mailbox = Maildir/
--- 1485,1487 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
home_mailbox = Maildir/
***************
*** 1519,1524 ****
<pre>
! /etc/postfix/main.cf:
mailbox_command = /path/to/procmail
! /etc/postfix/main.cf:
mailbox_command = /path/to/procmail -a $EXTENSION
--- 1519,1524 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
mailbox_command = /path/to/procmail
! !!PREFIX!!/etc/postfix/main.cf:
mailbox_command = /path/to/procmail -a $EXTENSION
***************
*** 1612,1620 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
! ... regexp:/etc/postfix/access_regexp ...
smtpd_recipient_restrictions =
! ... pcre:/etc/postfix/access_regexp ...
! /etc/postfix/access_regexp:
/^(.*)-outgoing@(.*)/ 554 Use $1@$2 instead
--- 1612,1620 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
! ... regexp:!!PREFIX!!/etc/postfix/access_regexp ...
smtpd_recipient_restrictions =
! ... pcre:!!PREFIX!!/etc/postfix/access_regexp ...
! !!PREFIX!!/etc/postfix/access_regexp:
/^(.*)-outgoing@(.*)/ 554 Use $1@$2 instead
***************
*** 1699,1706 ****
<pre>
! /etc/postfix/main.cf:
smtpd_sender_restrictions =
! regexp:/etc/postfix/envelope-regexp
reject_unknown_sender_domain
smtpd_recipient_restrictions =
! regexp:/etc/postfix/envelope-regexp
permit_mynetworks
--- 1699,1706 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_sender_restrictions =
! regexp:!!PREFIX!!/etc/postfix/envelope-regexp
reject_unknown_sender_domain
smtpd_recipient_restrictions =
! regexp:!!PREFIX!!/etc/postfix/envelope-regexp
permit_mynetworks
***************
*** 1708,1710 ****
! /etc/postfix/envelope-regexp:
/[/|]/ REJECT
--- 1708,1710 ----
! !!PREFIX!!/etc/postfix/envelope-regexp:
/[/|]/ REJECT
***************
*** 1746,1753 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
! hash:/etc/postfix/access
..the usual stuff...
! /etc/postfix/access:
all permit_mynetworks,reject
--- 1746,1753 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
! hash:!!PREFIX!!/etc/postfix/access
..the usual stuff...
! !!PREFIX!!/etc/postfix/access:
all permit_mynetworks,reject
***************
*** 1783,1787 ****
<pre>
! /etc/postfix/main.cf:
smtpd_recipient_restrictions =
! hash:/etc/postfix/protected_destinations
..the usual stuff...
--- 1783,1787 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
smtpd_recipient_restrictions =
! hash:!!PREFIX!!/etc/postfix/protected_destinations
..the usual stuff...
***************
*** 1789,1793 ****
smtpd_restriction_classes = insiders_only
! insiders_only = check_sender_access hash:/etc/postfix/insiders, reject
! /etc/postfix/protected_destinations:
all@my.domain insiders_only
--- 1789,1793 ----
smtpd_restriction_classes = insiders_only
! insiders_only = check_sender_access hash:!!PREFIX!!/etc/postfix/insiders, reject
! !!PREFIX!!/etc/postfix/protected_destinations:
all@my.domain insiders_only
***************
*** 1795,1797 ****
! /etc/postfix/insiders:
my.domain OK
--- 1795,1797 ----
! !!PREFIX!!/etc/postfix/insiders:
my.domain OK
***************
*** 1852,1854 ****
<pre>
! /etc/postfix/virtual:
virtual.domain whatever
--- 1852,1854 ----
<pre>
! !!PREFIX!!/etc/postfix/virtual:
virtual.domain whatever
***************
*** 1924,1926 ****
<pre>
! /etc/postfix/virtual:
virtual.domain whatever
--- 1924,1926 ----
<pre>
! !!PREFIX!!/etc/postfix/virtual:
virtual.domain whatever
***************
*** 1931,1933 ****
! <li>Execute the command <b>postmap /etc/postfix/virtual</b> whenever
you edit the virtual database.
--- 1931,1933 ----
! <li>Execute the command <b>postmap !!PREFIX!!/etc/postfix/virtual</b> whenever
you edit the virtual database.
***************
*** 1977,1979 ****
<pre>
! /etc/postfix/main.cf:
recipient_delimiter = +
--- 1977,1979 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
recipient_delimiter = +
***************
*** 1981,1985 ****
...non-regexp virtual maps...
! regexp:/etc/postfix/virtual_regexp
! /etc/postfix/virtual_regexp:
/^virtual\.domain$/ whatever
--- 1981,1985 ----
...non-regexp virtual maps...
! regexp:!!PREFIX!!/etc/postfix/virtual_regexp
! !!PREFIX!!/etc/postfix/virtual_regexp:
/^virtual\.domain$/ whatever
***************
*** 2029,2031 ****
<pre>
! /etc/postfix/main.cf:
masquerade_domains = $mydomain
--- 2029,2031 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
masquerade_domains = $mydomain
***************
*** 2056,2058 ****
<pre>
! /etc/postfix/main.cf:
masquerade_exceptions = root
--- 2056,2058 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
masquerade_exceptions = root
***************
*** 2068,2070 ****
<pre>
! /etc/postfix/main.cf:
masquerade_domains = somehost.my.domain otherhost.my.domain $mydomain
--- 2068,2070 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
masquerade_domains = somehost.my.domain otherhost.my.domain $mydomain
***************
*** 2114,2116 ****
<pre>
! /etc/postfix/main.cf:
mailbox_command = /some/program ...
--- 2114,2116 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
mailbox_command = /some/program ...
***************
*** 2129,2131 ****
<pre>
! /etc/postfix/main.cf:
mailbox_transport = foo
--- 2129,2131 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
mailbox_transport = foo
***************
*** 2136,2138 ****
This example delegates local mailbox delivery to the transport
! <i>foo</i> as configured in <b>/etc/postfix/master.cf</b>. If you
follow this route you will build something around the pipe mailer.
--- 2136,2138 ----
This example delegates local mailbox delivery to the transport
! <i>foo</i> as configured in <b>!!PREFIX!!/etc/postfix/master.cf</b>. If you
follow this route you will build something around the pipe mailer.
***************
*** 2168,2170 ****
<pre>
! /etc/postfix/transport:
some.domain uucp:uucp-host
--- 2168,2170 ----
<pre>
! !!PREFIX!!/etc/postfix/transport:
some.domain uucp:uucp-host
***************
*** 2180,2182 ****
! <li>Execute the command <b>postmap /etc/postfix/transport</b> whenever
you change the <b>transport</b> file.
--- 2180,2182 ----
! <li>Execute the command <b>postmap !!PREFIX!!/etc/postfix/transport</b> whenever
you change the <b>transport</b> file.
***************
*** 2190,2193 ****
<pre>
! /etc/postfix/main.cf:
! transport_maps = hash:/etc/postfix/transport
</pre>
--- 2190,2193 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
! transport_maps = hash:!!PREFIX!!/etc/postfix/transport
</pre>
***************
*** 2205,2207 ****
<pre>
! /etc/postfix/master.cf:
uucp unix - n n - - pipe
--- 2205,2207 ----
<pre>
! !!PREFIX!!/etc/postfix/master.cf:
uucp unix - n n - - pipe
***************
*** 2225,2227 ****
<pre>
! /etc/postfix/main.cf:
relay_domains = some.domain $mydestination ...
--- 2225,2227 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
relay_domains = some.domain $mydestination ...
***************
*** 2263,2265 ****
<pre>
! /etc/postfix/main.cf:
relayhost = uucp-gateway
--- 2263,2265 ----
<pre>
! !!PREFIX!!/etc/postfix/main.cf:
relayhost = uucp-gateway
***************
*** 2275,2277 ****
<pre>
! /etc/postfix/master.cf:
uucp unix - n n - - pipe
--- 2275,2277 ----
<pre>
! !!PREFIX!!/etc/postfix/master.cf:
uucp unix - n n - - pipe
***************
*** 2308,2310 ****
<pre>
! /etc/postfix/master.cf:
fax unix - n n - - pipe
--- 2308,2310 ----
<pre>
! !!PREFIX!!/etc/postfix/master.cf:
fax unix - n n - - pipe
***************
*** 2312,2318 ****
! /etc/postfix/transport:
fax.your.domain fax:localhost
! /etc/postfix/main.cf:
! transport_maps = hash:/etc/postfix/transport
fax_destination_recipient_limit = 1
--- 2312,2318 ----
! !!PREFIX!!/etc/postfix/transport:
fax.your.domain fax:localhost
! !!PREFIX!!/etc/postfix/main.cf:
! transport_maps = hash:!!PREFIX!!/etc/postfix/transport
fax_destination_recipient_limit = 1
|