This file is indexed.

/usr/share/debian-reference/ch06.zh-tw.html is in debian-reference-zh-tw 2.72.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>第 6 章 網路應用</title>
    <link rel="stylesheet" type="text/css" href="debian-reference.css"/>
    <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="home" href="index.zh-tw.html" title="Debian 參考手冊"/>
    <link rel="up" href="index.zh-tw.html" title="Debian 參考手冊"/>
    <link rel="prev" href="ch05.zh-tw.html" title="第 5 章 網絡設置"/>
    <link rel="next" href="ch07.zh-tw.html" title="第 7 章 X 視窗系統"/>
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">第 6 章 網路應用</th>
        </tr>
        <tr>
          <td align="left"><a accesskey="p" href="ch05.zh-tw.html"><img src="images/prev.png" alt="上一页"/></a> </td>
          <th width="60%" align="center"> </th>
          <td align="right"> <a accesskey="n" href="ch07.zh-tw.html"><img src="images/next.png" alt="下一页"/></a></td>
        </tr>
      </table>
      <hr/>
    </div>
    <div class="chapter">
      <div class="titlepage">
        <div>
          <div>
            <h1 class="title"><a id="_network_applications"/>第 6 章 網路應用</h1>
          </div>
        </div>
      </div>
      <div class="toc">
        <p>
          <strong>目录</strong>
        </p>
        <dl class="toc">
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_web_browsers">6.1. 網頁瀏覽器</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_browser_configuration">6.1.1. 瀏覽器配置</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_the_mail_system">6.2. 郵件系統</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_email_basics">6.2.1. 電子郵件基礎</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_modern_mail_service_basics">6.2.2. 現代郵件服務基礎</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_the_mail_configuration_strategy_for_workstation">6.2.3. 工作站的郵件配置策略</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_mail_transport_agent_mta">6.3. 郵件傳輸代理 (MTA)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_the_configuration_of_exim4">6.3.1. exim4 的配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_the_configuration_of_postfix_with_sasl">6.3.2. 帶有 SASL 的 postfix 配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_the_mail_address_configuration">6.3.3. 郵件地址配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_basic_mta_operations">6.3.4. 基礎 MTA 操作</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_mail_user_agent_mua">6.4. 郵件使用者代理 (MUA)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_basic_mua_mutt">6.4.1. 基礎 MUA — Mutt</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_advanced_mua_mutt_msmtp">6.4.2. Advanced MUA — Mutt + msmtp</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_the_remote_mail_retrieval_and_forward_utility">6.5. 遠端郵件檢索和轉發實用工具</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_getmail_configuration">6.5.1. getmail 配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_fetchmail_configuration">6.5.2. fetchmail 配置</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_mail_delivery_agent_mda_with_filter">6.6. 帶有過濾器的郵件投遞代理 (MDA)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_maildrop_configuration">6.6.1. maildrop 配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_procmail_configuration">6.6.2. procmail 配置</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_redeliver_mbox_contents">6.6.3. 重新投遞 mbox 內容</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_pop3_imap4_server">6.7. POP3/IMAP4 伺服器</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_the_print_server_and_utilities">6.8. 列印服務和工具</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_the_remote_access_server_and_utilities_ssh">6.9. 伺服器遠端訪問和工具 (SSH)</a>
            </span>
          </dt>
          <dd>
            <dl>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_basics_of_ssh">6.9.1. SSH 基礎</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_port_forwarding_for_smtp_pop3_tunneling">6.9.2. SMTP/POP3 隧道的埠轉發</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_connecting_without_remote_passwords">6.9.3. 免密碼遠端連線</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_dealing_with_alien_ssh_clients">6.9.4. 處理其它 SSH 客戶端</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_setting_up_ssh_agent">6.9.5. 建立 ssh 代理</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_how_to_shutdown_the_remote_system_on_ssh">6.9.6. 怎樣通過 SSH 關閉遠端系統</a>
                </span>
              </dt>
              <dt>
                <span class="section">
                  <a href="ch06.zh-tw.html#_troubleshooting_ssh">6.9.7. SSH 故障排查</a>
                </span>
              </dt>
            </dl>
          </dd>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_other_network_application_servers">6.10. 其它網路應用服務</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_other_network_application_clients">6.11. 其它網路應用客戶端</a>
            </span>
          </dt>
          <dt>
            <span class="section">
              <a href="ch06.zh-tw.html#_the_diagnosis_of_the_system_daemons">6.12. 系統後臺守護程序(daemon)診斷</a>
            </span>
          </dt>
        </dl>
      </div>
      <p>建立網路連線後(參加 <a class="xref" href="ch05.zh-tw.html" title="第 5 章 網絡設置">第 5 章 <em>網絡設置</em></a>),你可以執行各種網路應用。</p>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[提示]" src="images/tip.png"/>
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>對於現代的 Debian 網路基礎設施的具體說明,閱讀 <a class="ulink" href="https://www.debian.org/doc/manuals/debian-handbook/network-infrastructure">Debian 管理員手冊 —— 網路基礎設施</a></p>
            </td>
          </tr>
        </table>
      </div>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top">
              <img alt="[提示]" src="images/tip.png"/>
            </td>
            <th align="left">提示</th>
          </tr>
          <tr>
            <td align="left" valign="top">
              <p>If you enabled "2-Step Verification" with some ISP, you need to obtain an
application password to access POP and SMTP services from your program.  You
may need to approve your host IP in advance.</p>
            </td>
          </tr>
        </table>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_web_browsers"/>6.1. 網頁瀏覽器</h2>
            </div>
          </div>
        </div>
        <p>有許多<a class="ulink" href="https://zh.wikipedia.org/wiki/Web_Browsers">網頁瀏覽器</a>軟體包,使用<a class="ulink" href="https://zh.wikipedia.org/wiki/Hypertext_Transfer_Protocol">超文字傳輸協議</a>(HTTP)訪問遠端內容。</p>
        <div class="table">
          <a id="listofwebbrowsers"/>
          <p class="title">
            <strong>表 6.1. 網頁瀏覽器列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網頁瀏覽器列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    類型
    </th>
                  <th style="text-align: left">
    網路瀏覽器說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/chromium">
<code class="literal">chromium</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=chromium">V:74, I:152</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/chromium.html">137830</a>
                  </td>
                  <td style="text-align: left">
    X
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Chromium">Chromium</a>,(來自 Google 的開源瀏覽器)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/firefox">
<code class="literal">firefox</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=firefox">V:19, I:32</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/f/firefox.html">158540</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Firefox">Firefox</a>,(來自 Mozilla 的開源瀏覽器,僅在 Debian Unstable
中可用)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/firefox-esr">
<code class="literal">firefox-esr</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=firefox-esr">V:280, I:454</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/f/firefox-esr.html">106910</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Firefox#.E5.BB.B6.E9.95.B7.E6.94.AF.E6.8F.B4.E7.89.88.E6.9C.AC">Firefox ESR</a>(Firefox 延長支援版本)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/epiphany-browser">
<code class="literal">epiphany-browser</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=epiphany-browser">V:7, I:33</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/epiphany-browser.html">1476</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/GNOME">GNOME</a>,相容 <a class="ulink" href="https://zh.wikipedia.org/wiki/Human_interface_guidelines">HIG</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Epiphany_(browser)">Epiphany</a>
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/konqueror">
<code class="literal">konqueror</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=konqueror">V:24, I:112</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/k/konqueror.html">20672</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/KDE">KDE</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Konqueror">Konqueror</a></td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/dillo"> <code class="literal">dillo</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=dillo">V:1, I:5</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/d/dillo.html">1500</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Dillo">Dillo</a>,(基於 <a class="ulink" href="https://zh.wikipedia.org/wiki/FLTK">FLTK</a>
的輕量級瀏覽器)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/w3m"> <code class="literal">w3m</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=w3m">V:126, I:564</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/w3m.html">2302</a>
                  </td>
                  <td style="text-align: left">
    文字
    </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/W3m">w3m</a>
              </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/lynx"> <code class="literal">lynx</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=lynx">V:23, I:104</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/lynx.html">1903</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Lynx_(web_browser)">Lynx</a>
              </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/elinks">
<code class="literal">elinks</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=elinks">V:12, I:31</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/elinks.html">1583</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/ELinks">ELinks</a>
              </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/links"> <code class="literal">links</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=links">V:15, I:44</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/links.html">2123</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Links_(web_browser)">Links</a>(純文字)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/links2">
<code class="literal">links2</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=links2">V:2, I:16</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/links2.html">5366</a>
                  </td>
                  <td style="text-align: left">
    影象
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Links_(web_browser)">Links</a>(沒有 X 的控制檯影象)
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_browser_configuration"/>6.1.1. 瀏覽器配置</h3>
              </div>
            </div>
          </div>
          <p>在某些瀏覽器中,你可以使用下列特殊的 URL 來確認它們的設定。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
"<code class="literal">about:</code>"
</p>
              </li>
              <li class="listitem">
                <p>
"<code class="literal">about:config</code>"
</p>
              </li>
              <li class="listitem">
                <p>
"<code class="literal">about:plugins</code>"
</p>
              </li>
            </ul>
          </div>
          <p>Debian 提供了在 main 檔案庫中提供了許多自由的瀏覽器外掛軟體包,不僅可以處理 <a class="ulink" href="https://zh.wikipedia.org/wiki/Java_(software_platform)">Java(軟體平臺)</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Adobe_Flash">Flash</a>,也可以處理 <a class="ulink" href="https://zh.wikipedia.org/wiki/MPEG-1">MPEG</a><a class="ulink" href="https://zh.wikipedia.org/wiki/MPEG-2">MPEG2</a><a class="ulink" href="https://zh.wikipedia.org/wiki/MPEG-4">MPEG4</a><a class="ulink" href="https://zh.wikipedia.org/wiki/DivX">DivX</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Windows_Media_Video">Windows Media
Video (.wmv)</a><a class="ulink" href="https://zh.wikipedia.org/wiki/QuickTime">QuickTime
(.mov)</a><a class="ulink" href="https://zh.wikipedia.org/wiki/MP3">MP3 (.mp3)</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Vorbis">Ogg/Vorbis</a> 檔案、DVD、VCD 等等。Debian 也提供相關輔助程式,可以用來安裝來自
contrib 或 non-free 的 non-free 瀏覽器外掛軟體包。</p>
          <div class="table">
            <a id="listofbrowserpluginpackages"/>
            <p class="title">
              <strong>表 6.2. 瀏覽器外掛軟體包列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="瀏覽器外掛軟體包列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    軟件包
    </th>
                    <th style="text-align: left">
    流行度
    </th>
                    <th style="text-align: left">
    大小
    </th>
                    <th style="text-align: left">
    區域
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.debian.org/sid/icedtea-plugin">
<code class="literal">icedtea-plugin</code> </a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://qa.debian.org/popcon.php?package=icedtea-plugin">I:22</a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.qa.debian.org/i/icedtea-plugin.html">19</a>
                    </td>
                    <td style="text-align: left">
    main
    </td>
                    <td style="text-align: left">
    基於 OpenJDK 和 IcedTea 的 Java 外掛
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.debian.org/sid/mozilla-plugin-gnash">
<code class="literal">mozilla-plugin-gnash</code> </a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://qa.debian.org/popcon.php?package=mozilla-plugin-gnash">I:1</a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.qa.debian.org/m/mozilla-plugin-gnash.html">39</a>
                    </td>
                    <td style="text-align: left">
    main
    </td>
                    <td style="text-align: left">
    基於 Gnash 的 Flash 外掛
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.debian.org/sid/flashplugin-nonfree">
<code class="literal">flashplugin-nonfree</code> </a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://qa.debian.org/popcon.php?package=flashplugin-nonfree">V:3, I:89</a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.qa.debian.org/f/flashplugin-nonfree.html">71</a>
                    </td>
                    <td style="text-align: left">
    contrib
    </td>
                    <td style="text-align: left">
    安裝 Adobe Flash Player 的 Flash 外掛輔助程式(僅適用 i386、amd64)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.debian.org/sid/browser-plugin-vlc">
<code class="literal">browser-plugin-vlc</code> </a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://qa.debian.org/popcon.php?package=browser-plugin-vlc">V:4, I:15</a>
                    </td>
                    <td style="text-align: left">
                      <a class="ulink" href="http://packages.qa.debian.org/b/browser-plugin-vlc.html">202</a>
                    </td>
                    <td style="text-align: left">
    main
    </td>
                    <td style="text-align: left">
    基於 <a class="ulink" href="https://zh.wikipedia.org/wiki/VLC_media_player">VLC 媒體播放器</a>的多媒體外掛
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>儘管使用上述的 Debian 軟體包會更容易,但你依舊可以手動啟用外掛,你需要將 “*.so” 檔案安裝到外掛目錄中(例如
“<code class="literal">/usr/lib/iceweasel/plugins/</code>”)並重啟瀏覽器。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>有些網站拒絕基於你所使用瀏覽器的使用者代理字串的連線。你可以通過 <a class="ulink" href="http://www.mozilla.org/unix/customizing.html#prefs">偽裝使用者代理字串</a>
來解決這個問題。例如,你可以新增下面這行到使用者配置檔案中(例如
“<code class="literal">~/.gnome2/epiphany/mozilla/epiphany/user.js</code>” 或
“<code class="literal">~/.mozilla/firefox/*.default/user.js</code>”)。</p>
          <pre class="screen">user_pref{"general.useragent.override","Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"};</pre>
          <p>或者,你也可以通過輸入 “<code class="literal">about:config</code>” 到 URL,並右擊它所顯示的內容,來新增並重置這個變數。</p>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>偽裝的使用者代理字串可以會導致 <a class="ulink" href="https://bugzilla.mozilla.org/show_bug.cgi?id=83376">來自 Java
的不良副作用</a></p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_mail_system"/>6.2. 郵件系統</h2>
            </div>
          </div>
        </div>
        <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Caution">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[小心]" src="images/caution.png"/>
              </td>
              <th align="left">小心</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>如果你想設定郵件伺服器來直接通過網際網路交換郵件,你應該最好閱讀一下這個基本文件。</p>
              </td>
            </tr>
          </table>
        </div>
        <p>The mail system involves many server programs and many client programs
running on multiple hosts.  From the functionality, there are 3 types of
mail agent programs:</p>
        <div class="itemizedlist">
          <ul class="itemizedlist">
            <li class="listitem">
              <p>
郵件傳輸代理(<a class="ulink" href="https://zh.wikipedia.org/wiki/Message_transfer_agent">MTA</a>,參見 <a class="xref" href="ch06.zh-tw.html#_mail_transport_agent_mta" title="6.3. 郵件傳輸代理 (MTA)">第 6.3 节 “郵件傳輸代理 (MTA)”</a>),是不同主機之間傳送郵件的程式。
</p>
            </li>
            <li class="listitem">
              <p>
郵件投遞代理(<a class="ulink" href="https://zh.wikipedia.org/wiki/Mail_delivery_agent">MDA</a>,參見 <a class="xref" href="ch06.zh-tw.html#_mail_delivery_agent_mda_with_filter" title="6.6. 帶有過濾器的郵件投遞代理 (MDA)">第 6.6 节 “帶有過濾器的郵件投遞代理 (MDA)”</a>),是傳遞資訊到一臺主機內的使用者郵箱的程式。
</p>
            </li>
            <li class="listitem">
              <p>
郵件使用者代理(MUA,也被稱為<a class="ulink" href="https://zh.wikipedia.org/wiki/Email_client">電子郵件客戶端</a>,參見 <a class="xref" href="ch06.zh-tw.html#_mail_user_agent_mua" title="6.4. 郵件使用者代理 (MUA)">第 6.4 节 “郵件使用者代理 (MUA)”</a>),是生成資訊和訪問傳遞的資訊的程式。
</p>
            </li>
          </ul>
        </div>
        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Note">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[注意]" src="images/note.png"/>
              </td>
              <th align="left">注意</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>對於那些消費者級網路連線的典型移動工作站,以下的配置例子是有效的。</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_email_basics"/>6.2.1. 電子郵件基礎</h3>
              </div>
            </div>
          </div>
          <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Email">電子郵件</a> 由三個部分組成,訊息的信封,郵件標頭及郵件正文。</p>
          <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> 用電子郵件信封上的 "To" 和 "From" 資訊來投遞郵件。(信封上的
"From" 資訊也被叫做<a class="ulink" href="https://zh.wikipedia.org/wiki/Bounce_address">退回地址</a>, 例如 From_ 等等)。</p>
          <p>電子郵件頭的"To" 和 "From" 資訊,顯示在 <a class="ulink" href="https://zh.wikipedia.org/wiki/Email_client">電子郵件客戶端</a>上. (在大部分情況下,這些資訊是跟電子郵件信封一致,但並不全是這樣。)</p>
          <p>為了處理正文資料型別及其編碼,<a class="ulink" href="https://zh.wikipedia.org/wiki/Email_client">電子郵件客戶端</a> (MUA) 需要用<a class="ulink" href="https://zh.wikipedia.org/wiki/MIME">多用途網際網路郵件擴充套件
(MIME)</a>來解釋郵件標頭和郵件正文。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_modern_mail_service_basics"/>6.2.2. 現代郵件服務基礎</h3>
              </div>
            </div>
          </div>
          <p>為了儘可能減少垃圾郵件 (不想要的和未經請求的電子郵件) 的問題,許多提供消費者級網際網路連線的 ISP 服務商正在採取應對措施。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
智慧主機服務於 ISP 的客戶,使用<a class="ulink" href="http://tools.ietf.org/html/rfc4409">rfc4409</a>裡面規定的(587)埠傳送郵件,並使用在<a class="ulink" href="http://tools.ietf.org/html/rfc4954">rfc4954</a>裡面規定的密碼(<a class="ulink" href="https://zh.wikipedia.org/wiki/SMTP-AUTH">SMTP
認證</a>服務).
</p>
              </li>
              <li class="listitem">
                <p>
內部的網路主機 (除了 ISP 自己的傳送郵件伺服器) 連線到網際網路的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> 25
埠已經被封鎖了。
</p>
              </li>
              <li class="listitem">
                <p>
從一些可疑的外部網路主機到 ISP 接收郵件伺服器<a class="ulink" href="https://zh.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> 25
埠的連線會被阻隔.(連線來自用於撥號和其它消費等級網際網路連線的動態 IP 地址範圍,首先被阻隔.)
</p>
              </li>
              <li class="listitem">
                <p><a class="ulink" href="https://zh.wikipedia.org/wiki/反垃圾郵件技術">Anti-spam techniques</a> such as
<a class="ulink" href="https://zh.wikipedia.org/wiki/DomainKeys_Identified_Mail">DomainKeys Identified Mail
(DKIM)</a>, <a class="ulink" href="https://zh.wikipedia.org/wiki/Sender_Policy_Framework">Sender_Policy_Framework (SPF)</a>,
and <a class="ulink" href="https://en.wikipedia.org/wiki/DMARC">Domain-based Message
Authentication, Reporting and Conformance (DMARC)</a> are widely used
for the <a class="ulink" href="https://zh.wikipedia.org/wiki/Email_filtering">email filtering</a>.
</p>
              </li>
              <li class="listitem">
                <p>
<a class="ulink" href="https://zh.wikipedia.org/wiki/DomainKeys_Identified_Mail">域名金鑰識別郵件</a>服務可能會用於你的通過
smarthost 的電子郵件傳送。
</p>
              </li>
              <li class="listitem">
                <p>
The smarthost may rewrite the source mail address to your mail account on
the smarthost.
</p>
              </li>
            </ul>
          </div>
          <p>當配置電子郵件系統或解決郵遞問題時,你必須考慮這些新的限制。</p>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>It is not realistic to run SMTP server on consumer grade network to send
mail directly to the remote host reliably.</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>It is not realistic to expect a single smarthost to send mails of unrelated
source mail addresses to the remote host reliably.</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>A mail may be rejected by any host en route to the destination quietly.
Making your mail to appear as authentic as possible is the only way to send
a mail to the remote host reliably.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>鑑於這些不利的網際網路情況和限制,像 Yahoo.com 和 Gmail.com 這樣的獨立網際網路郵件 ISP 提供了安全的郵件服務,使用<a class="ulink" href="https://zh.wikipedia.org/wiki/Transport_Layer_Security">傳輸層安全協議 (TLS) 和它的前身,安全套接層協議
(SSL)</a> 就可以在任何地方通過網路連線到這些郵件服務。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
智慧主機上的 465 埠服務,是過時的在 SSL 上的 SMTP (<a class="ulink" href="https://zh.wikipedia.org/wiki/SMTPS">SMTPS</a> 協議).
</p>
              </li>
              <li class="listitem">
                <p>
智慧主機上的 587 埠服務使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/STARTTLS">STARTTLS</a> 協議。
</p>
              </li>
              <li class="listitem">
                <p>
TLS/POP3 埠 (995) 是用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Post_Office_Protocol">POP3</a> 協議來接受郵件的。
</p>
              </li>
            </ul>
          </div>
          <p>為了簡便起見,在接下來的文字中,我假定 smarthost 是 "<code class="literal">smtp.hostname.dom</code>", 需要
<a class="ulink" href="https://zh.wikipedia.org/wiki/SMTP_Authentication">SMTP 認證</a>並且使用帶有<a class="ulink" href="https://zh.wikipedia.org/wiki/STARTTLS">STARTTLS</a> 協議的資訊傳送埠 (587) 。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_mail_configuration_strategy_for_workstation"/>6.2.3. 工作站的郵件配置策略</h3>
              </div>
            </div>
          </div>
          <p>最簡單的電子郵件配置是使用 MUA 傳送郵件到 ISP 的 smarthost,然後從 ISP 的 POP3 伺服器接收郵件 (參見<a class="xref" href="ch06.zh-tw.html#_mail_user_agent_mua" title="6.4. 郵件使用者代理 (MUA)">第 6.4 节 “郵件使用者代理 (MUA)”</a>)。這種型別的配置流行使用全功能的基於 GUI 的
MUA,例如<span class="citerefentry"><span class="refentrytitle">icedove</span>(1)</span><span class="citerefentry"><span class="refentrytitle">evolution</span>(1)</span>
等等。如果需要通過郵件的型別來過濾它們,你應該使用 MUA 的過濾功能。對於這種情況,本地 MTA (參見<a class="xref" href="ch06.zh-tw.html#_mail_transport_agent_mta" title="6.3. 郵件傳輸代理 (MTA)">第 6.3 节 “郵件傳輸代理 (MTA)”</a>) 只需在本地投遞 (當傳送者和接收者在同一主機上)。</p>
          <p>請注意 Debian 是多使用者系統。即使你是唯一的使用者,這裡仍然有許多以 root 使用者執行的程式並且它們會給你傳送電子郵件。</p>
          <p>另外可選的郵件配置是通過本地 MTA 傳送郵件到 ISP 的 smarthost,通過郵件檢索 (參見<a class="xref" href="ch06.zh-tw.html#_the_remote_mail_retrieval_and_forward_utility" title="6.5. 遠端郵件檢索和轉發實用工具">第 6.5 节 “遠端郵件檢索和轉發實用工具”</a>) 從 ISP 的 POP3
伺服器接受郵件,並把郵件儲存到本地郵箱。如果需要通過郵件的型別來過濾它們,你應該使用 MDA 的過濾功能 (參見<a class="xref" href="ch06.zh-tw.html#_mail_delivery_agent_mda_with_filter" title="6.6. 帶有過濾器的郵件投遞代理 (MDA)">第 6.6 节 “帶有過濾器的郵件投遞代理 (MDA)”</a>)
來過濾郵件到單獨的郵箱。這種型別的配置流行使用基於終端的簡單 MUA,例如
<span class="citerefentry"><span class="refentrytitle">mutt</span>(1)</span><span class="citerefentry"><span class="refentrytitle">mew</span>(1)</span>等等,儘管使用任何
MUA 都是可以的 (參見<a class="xref" href="ch06.zh-tw.html#_mail_user_agent_mua" title="6.4. 郵件使用者代理 (MUA)">第 6.4 节 “郵件使用者代理 (MUA)”</a>)。對於這種情況,本地 MTA (參見<a class="xref" href="ch06.zh-tw.html#_mail_transport_agent_mta" title="6.3. 郵件傳輸代理 (MTA)">第 6.3 节 “郵件傳輸代理 (MTA)”</a>) 需要做 smarthost 投遞和本地投遞。因為移動工作站沒有有效的
FQDN,你必須配置本地 MTA 來隱藏和偽裝外發郵件中的真實本地郵件名稱,來避免郵件投遞錯誤 (參見<a class="xref" href="ch06.zh-tw.html#_the_mail_address_configuration" title="6.3.3. 郵件地址配置">第 6.3.3 节 “郵件地址配置”</a>)。</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>你可能想要配置 MUA/MDA 來使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Maildir">Maildir</a>,以便儲存郵件到你使用者目錄的某個位置。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_mail_transport_agent_mta"/>6.3. 郵件傳輸代理 (MTA)</h2>
            </div>
          </div>
        </div>
        <p>對於一般的工作站而言,郵件傳輸代理 (MTA) 的主流選擇是 <code class="literal">exim4-*</code> 或者
<code class="literal">postfix</code> 軟體包,這由你決定。</p>
        <div class="table">
          <a id="listofbasicmailtesforworkstation"/>
          <p class="title">
            <strong>表 6.3. 用於工作站的基礎的郵件傳輸代理相關的軟體包列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="用於工作站的基礎的郵件傳輸代理相關的軟體包列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/exim4-daemon-light">
<code class="literal">exim4-daemon-light</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=exim4-daemon-light">V:503, I:593</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/exim4-daemon-light.html">1289</a>
                  </td>
                  <td style="text-align: left">
    Exim4 郵件傳輸代理 (MTA : Debian 預設的)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/exim4-base">
<code class="literal">exim4-base</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=exim4-base">V:511, I:604</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/exim4-base.html">1585</a>
                  </td>
                  <td style="text-align: left">
    Exim4 文件 (文字) 和通用檔案
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/exim4-doc-html">
<code class="literal">exim4-doc-html</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=exim4-doc-html">I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/exim4-doc-html.html">3484</a>
                  </td>
                  <td style="text-align: left">
    Exim4 文件 (html)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/exim4-doc-info">
<code class="literal">exim4-doc-info</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=exim4-doc-info">I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/exim4-doc-info.html">593</a>
                  </td>
                  <td style="text-align: left">
    Exim4 文件 (info)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/postfix">
<code class="literal">postfix</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=postfix">V:145, I:160</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/postfix.html">3966</a>
                  </td>
                  <td style="text-align: left">
    Postfix 郵件傳輸代理 (MTA : 替代品)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/postfix-doc">
<code class="literal">postfix-doc</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=postfix-doc">I:10</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/postfix-doc.html">4099</a>
                  </td>
                  <td style="text-align: left">
    Postfix 文件 (html+text)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/sasl2-bin">
<code class="literal">sasl2-bin</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=sasl2-bin">V:6, I:22</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/sasl2-bin.html">410</a>
                  </td>
                  <td style="text-align: left">
    Cyrus SASL API 實現 (實現 postfix SMTP 認證)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cyrus-sasl2-doc">
<code class="literal">cyrus-sasl2-doc</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cyrus-sasl2-doc">I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cyrus-sasl2-doc.html">247</a>
                  </td>
                  <td style="text-align: left">
    Cyrus SASL - 文件
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <p>儘管在流行度投票數上,<code class="literal">exim4-*</code> 某些時候看起來要比 <code class="literal">postfix</code>
流行,但這並不意味著 <code class="literal">postfix</code> 在 Debian 開發者中不流行。Debian 伺服器系統使用
<code class="literal">exim4</code><code class="literal">postfix</code>。著名的 Debian
開發者發到郵件列表的帖子的<a class="ulink" href="http://wiki.debian.org/DefaultMTA">郵件標頭分析</a>的結果也表明這兩種 MTA
一樣受歡迎。</p>
        <p><code class="literal">exim4-*</code>
軟體包最為人所知的是,有著非常小的記憶體消耗和非常靈活的配置。<code class="literal">postfix</code>
軟體包最為人所知的是,它的簡潔、快速、簡單和安全的特性。這兩種工具都帶有充足的文件,在質量和許可證上都同樣是不錯的。</p>
        <p>在 Debian 檔案庫裡,有許多不同效能和不同關注點的郵件傳輸代理 (MTA) 軟體包可供選擇。</p>
        <div class="table">
          <a id="listofchoicesforsindebianarchive"/>
          <p class="title">
            <strong>表 6.4. Debian 檔案庫中可供選擇的郵件傳輸代理 (MTA) 軟體包的列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="Debian 檔案庫中可供選擇的郵件傳輸代理 (MTA) 軟體包的列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    效能和關注點
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/exim4-daemon-light">
<code class="literal">exim4-daemon-light</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=exim4-daemon-light">V:503, I:593</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/exim4-daemon-light.html">1289</a>
                  </td>
                  <td style="text-align: left">
    全功能
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/postfix">
<code class="literal">postfix</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=postfix">V:145, I:160</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/postfix.html">3966</a>
                  </td>
                  <td style="text-align: left">
    全功能 (安全)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/exim4-daemon-heavy">
<code class="literal">exim4-daemon-heavy</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=exim4-daemon-heavy">V:8, I:9</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/exim4-daemon-heavy.html">1430</a>
                  </td>
                  <td style="text-align: left">
    全功能 (靈活)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/sendmail-bin">
<code class="literal">sendmail-bin</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=sendmail-bin">V:12, I:13</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/sendmail-bin.html">1811</a>
                  </td>
                  <td style="text-align: left">
    全功能(如果你已經對它熟悉)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/nullmailer">
<code class="literal">nullmailer</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=nullmailer">V:5, I:8</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/nullmailer.html">423</a>
                  </td>
                  <td style="text-align: left">
    部分功能,沒有本地郵件
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ssmtp"> <code class="literal">ssmtp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ssmtp">V:13, I:19</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/ssmtp.html">2</a>
                  </td>
                  <td style="text-align: left">
    部分功能,沒有本地郵件
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/courier-mta">
<code class="literal">courier-mta</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=courier-mta">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/courier-mta.html">2079</a>
                  </td>
                  <td style="text-align: left">
    非常全功能(web 介面等.)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/masqmail">
<code class="literal">masqmail</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=masqmail">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/masqmail.html">337</a>
                  </td>
                  <td style="text-align: left">
    輕量
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/esmtp"> <code class="literal">esmtp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=esmtp">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/esmtp.html">124</a>
                  </td>
                  <td style="text-align: left">
    輕量
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/esmtp-run">
<code class="literal">esmtp-run</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=esmtp-run">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/esmtp-run.html">32</a>
                  </td>
                  <td style="text-align: left">
    輕量(sendmail 相容擴充套件到<code class="literal">esmtp</code>)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/msmtp"> <code class="literal">msmtp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=msmtp">V:2, I:7</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/msmtp.html">260</a>
                  </td>
                  <td style="text-align: left">
    輕量
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/msmtp-mta">
<code class="literal">msmtp-mta</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=msmtp-mta">V:1, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/msmtp-mta.html">35</a>
                  </td>
                  <td style="text-align: left">
    輕量(sendmail 相容擴充套件到<code class="literal">msmtp</code>)
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_configuration_of_exim4"/>6.3.1. exim4 的配置</h3>
              </div>
            </div>
          </div>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>Configuring <code class="literal">exim4</code> to send the Internet mail via multiple
corresponding smarthosts for multiple source email addresses is
non-trivial.  Please set up <code class="literal">exim4</code> only for a single email
address for the system programs such as <code class="literal">popcon</code> and
<code class="literal">cron</code> and set up <code class="literal">msmtp</code> for multiple
source email addresses for the user programs such as
<code class="literal">mutt</code>.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>對於那些通過 smarthost 的網路郵件,你應該按如下所示的 (重新) 配置 <code class="literal">exim4-*</code> 軟體包。</p>
          <pre class="screen">$ sudo /etc/init.d/exim4 stop
$ sudo dpkg-reconfigure exim4-config</pre>
          <p>配置 "General type of mail configuration" 時,選擇 "mail sent by smarthost;
received via SMTP or fetchmail"。</p>
          <p>設定 "System mail name:" 為預設的 FQDN (參見<a class="xref" href="ch05.zh-tw.html#_the_hostname_resolution" title="5.1.1. 主機名解析">第 5.1.1 节 “主機名解析”</a>)。</p>
          <p>設定 "IP-addresses to listen on for incoming SMTP connections:" 為預設的
"127.0.0.1; ::1"。</p>
          <p>"Other destinations for which mail is accepted:" 選項留空。</p>
          <p>"Machines to relay mail for:" 選項留空。</p>
          <p>設定 "IP address or host name of the outgoing smarthost:" 為
"smtp.hostname.dom:587"。</p>
          <p>設定 "Hide local mail name in outgoing mail?" 選項為 "&lt;No&gt;"。(或者像<a class="xref" href="ch06.zh-tw.html#_the_mail_address_configuration" title="6.3.3. 郵件地址配置">第 6.3.3 节 “郵件地址配置”</a>描述的那樣使用
<code class="literal">/etc/email-addresses</code>" 代替)</p>
          <p>選擇如下所示的其中一個來回答 "Keep number of DNS-queries minimal (Dial-on-Demand)?"。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
"No" 如果啟動的時候,系統就連上了網際網路。
</p>
              </li>
              <li class="listitem">
                <p>
"Yes" 如果啟動的時候,系統<span class="strong"><strong>沒有</strong></span>連上網際網路。
</p>
              </li>
            </ul>
          </div>
          <p>設定 "Delivery method for local mail:" 選項為 "mbox format in /var/mail/"。</p>
          <p>"Split configuration into small files?:" 選項設為 "&lt;Yes&gt;"。</p>
          <p>通過修改 "<code class="literal">/etc/exim4/passwd.client</code>" 檔案,來建立用於 smarthost 的密碼條目。</p>
          <pre class="screen">$ sudo vim /etc/exim4/passwd.client
 ...
$ cat /etc/exim4/passwd.client
^smtp.*\.hostname\.dom:username@hostname.dom:password</pre>
          <p>通過如下所示的啟動 <code class="literal">exim4</code></p>
          <pre class="screen">$ sudo /etc/init.d/exim4 start</pre>
          <p>"<code class="literal">/etc/exim4/passwd.client</code>"
檔案中的主機名不應該是別名,你應該按如下所示的檢查真正的主機名。</p>
          <pre class="screen">$ host smtp.hostname.dom
smtp.hostname.dom is an alias for smtp99.hostname.dom.
smtp99.hostname.dom has address 123.234.123.89</pre>
          <p>我在 "<code class="literal">/etc/exim4/passwd.client</code>" 檔案中使用正則表示式來繞過別名問題。即使 ISP
更改了別名所指向的主機名,SMTP AUTH 還是可能工作的。</p>
          <p>你能夠通過如下所示的手動更新 <code class="literal">exim4</code> 配置:</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
更新 "<code class="literal">/etc/exim4/</code>" 目錄下的 <code class="literal">exim4</code> 配置檔案。
</p>
                <div class="itemizedlist">
                  <ul class="itemizedlist">
                    <li class="listitem">
                      <p>
建立 "<code class="literal">/etc/exim4/exim4.conf.localmacros</code>" 來設定巨集命令和修改
"<code class="literal">/etc/exim4/exim4.conf.template</code>" 檔案。(沒有分割的配置)
</p>
                    </li>
                    <li class="listitem">
                      <p>
在 ”<code class="literal">/etc/exim4/exim4.conf.d</code>" 子目錄中建立新檔案或編輯已存在的檔案。(分割的配置)
</p>
                    </li>
                  </ul>
                </div>
              </li>
              <li class="listitem">
                <p>
執行 "<code class="literal">invoke-rc.d exim4 reload</code>" 命令。
</p>
              </li>
            </ul>
          </div>
          <p>請閱讀 "<code class="literal">/usr/share/doc/exim4-base/README.Debian.gz</code>" 官方指導和
<span class="citerefentry"><span class="refentrytitle">update-exim4.conf</span>(8)</span></p>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果 debconf 詢問 "Keep number of DNS-queries minimal (Dial-on-Demand)?"
這個問題時,選擇 了 "No" (預設值),那麼啟動 <code class="literal">exim4</code>
會花很長時間並且系統在啟動的時候<span class="strong"><strong>不會</strong></span>連線到網際網路。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[警告]" src="images/warning.png"/>
                </td>
                <th align="left">警告</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>雖然你的 ISP 允許,但是使用沒有加密的明文密碼是不安全的。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>儘管推薦在 587 埠上使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/STARTTLS">STARTTLS</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> 協議,但是有些 ISP 仍然使用廢棄的 <a class="ulink" href="https://zh.wikipedia.org/wiki/SMTPS">SMTPS</a> 協議 (在 465 埠上的 SSL)。4.77 版本以後的 Exim4
支援在客戶端和伺服器上的廢棄 SMTPS 協議。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果你正在為膝上型電腦尋找一個遵守 "<code class="literal">/etc/aliases</code>" 規則的輕量 MTA,你應該考慮配置
<span class="citerefentry"><span class="refentrytitle">exim4</span>(8)</span>,在
"<code class="literal">/etc/default/exim4</code>"   檔案中寫入
"<code class="literal">QUEUERUNNER='queueonly'</code>","<code class="literal">QUEUERUNNER='nodaemon'</code>"
等等。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_configuration_of_postfix_with_sasl"/>6.3.2. 帶有 SASL 的 postfix 配置</h3>
              </div>
            </div>
          </div>
          <p>對於通過 smarthost 的網路郵件,你應該首先閱讀 <a class="ulink" href="http://www.postfix.org/documentation.html">postfix
文件</a>和關鍵的手冊頁。</p>
          <div class="table">
            <a id="listofimportantpstfixmanualpages"/>
            <p class="title">
              <strong>表 6.5. 重要的 postfix 手冊頁列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="重要的 postfix 手冊頁列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    命令
    </th>
                    <th style="text-align: left">
    功能
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">postfix</span>(1)</span>
    </td>
                    <td style="text-align: left">
    Postfix 控制程式
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">postconf</span>(1)</span>
    </td>
                    <td style="text-align: left">
    Postfix 配置工具
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">postconf</span>(5)</span>
    </td>
                    <td style="text-align: left">
    Postfix 配置引數
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">postmap</span>(1)</span>
    </td>
                    <td style="text-align: left">
    Postfix 查詢表維護
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">postalias</span>(1)</span>
    </td>
                    <td style="text-align: left">
    Postfix 別名資料庫維護
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>你應該按如下所示的 (重新) 配置 <code class="literal">postfix</code><code class="literal">sasl2-bin</code>
軟體包。</p>
          <pre class="screen">$ sudo /etc/init.d/postfix stop
$ sudo dpkg-reconfigure postfix</pre>
          <p>選擇 "Internet with smarthost"。</p>
          <p>設定 "SMTP relay host (blank for none):" 為
"<code class="literal">[smtp.hostname.dom]:587</code>" 並按如下所示配置。</p>
          <pre class="screen">$ sudo postconf -e 'smtp_sender_dependent_authentication = yes'
$ sudo postconf -e 'smtp_sasl_auth_enable = yes'
$ sudo postconf -e 'smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd'
$ sudo postconf -e 'smtp_sasl_type = cyrus'
$ sudo vim /etc/postfix/sasl_passwd</pre>
          <p>為 smarthost 建立密碼條目。</p>
          <pre class="screen">$ cat /etc/postfix/sasl_passwd
[smtp.hostname.dom]:587     username:password
$ sudo postmap hush:/etc/postfix/sasl_passwd</pre>
          <p>通過如下所示的啟動 <code class="literal">postfix</code></p>
          <pre class="screen">$ sudo /etc/init.d/postfix start</pre>
          <p><code class="literal">dpkg-reconfigure</code> 會話中使用的 "<code class="literal">[</code>" 和
"<code class="literal">]</code>" 和 "<code class="literal">/etc/postfix/sasl_passwd</code>"
確保不去檢查 MX 記錄而是直接使用指定的明確主機名。參見
"<code class="literal">/usr/share/doc/postfix/html/SASL_README.html</code>" 裡面的
"Enabling SASL authentication in the Postfix SMTP client" 條目。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_the_mail_address_configuration"/>6.3.3. 郵件地址配置</h3>
              </div>
            </div>
          </div>
          <p>這裡有一些<a class="ulink" href="https://www.debian.org/doc/debian-policy/ch-customized-programs#s-mail-transport-agents">用於郵件傳輸、投遞和使用者代理的郵件地址配置檔案</a></p>
          <div class="table">
            <a id="listofmailaddresnfigurationfiles"/>
            <p class="title">
              <strong>表 6.6. 與郵件地址相關的配置檔案列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="與郵件地址相關的配置檔案列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    檔案
    </th>
                    <th style="text-align: left">
    功能
    </th>
                    <th style="text-align: left">
    應用
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/mailname</code>
                </td>
                    <td style="text-align: left">
    用於 (外發) 郵件的預設主機名
    </td>
                    <td style="text-align: left">
    Debian
專用的,<span class="citerefentry"><span class="refentrytitle">mailname</span>(5)</span>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/email-addresses</code>
                </td>
                    <td style="text-align: left">
    用於外發郵件的主機名偽裝
    </td>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">exim</span>(8)</span>
專用的,<span class="citerefentry"><span class="refentrytitle">exim4-config_files</span>(5)</span>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/postfix/generic</code>
                </td>
                    <td style="text-align: left">
    用於外發郵件的主機名偽裝
    </td>
                    <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">postfix</span>(1)</span>
專用的,<span class="citerefentry"><span class="refentrytitle">postmap</span>(1)</span>
命令執行後啟用。
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/aliases</code>
                </td>
                    <td style="text-align: left">
    用於接收郵件的賬戶別名
    </td>
                    <td style="text-align: left">
    通用的,<span class="citerefentry"><span class="refentrytitle">newaliases</span>(1)</span>
命令執行後啟用。
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>"<code class="literal">/etc/mailname</code>" 檔案中的 <span class="strong"><strong>mailname</strong></span> 通常是全稱域名 (FQDN),這個全程域名將會被解析成主機的 IP
地址。對於沒有可解析成 IP 地址的主機名的移動工作站,設定 <span class="strong"><strong>mailname</strong></span> 為
"<code class="literal">hostname -f</code>" 的值。(這對於 <code class="literal">exim4-*</code><code class="literal">postfix</code> 都是安全有效的選擇。)</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>"<code class="literal">/etc/mailname</code>" 中的內容被許多非 MTA 程式用作它們的預設行為。對於
<code class="literal">mutt</code>, 在<code class="literal">~/muttrc</code> 檔案中設定
"<code class="literal">hostname</code>" 和 "<code class="literal">from</code>" 變數來覆蓋 <span class="strong"><strong>mailname</strong></span> 值。對於 <code class="literal">devscripts</code>
軟體包的程式,例如
<span class="citerefentry"><span class="refentrytitle">bts</span>(1)</span><span class="citerefentry"><span class="refentrytitle">dch</span>(1)</span>,匯出環境變數
"<code class="literal">$DEBFULLNAME</code>" 和 "<code class="literal">$DEBEMAIL</code>" 的值來覆蓋它。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p><code class="literal">popularity-contest</code> 軟體包一般以 FQDN 形式的 root 賬戶傳送郵件。你需要像
<code class="literal">/usr/share/popularity-contest/default.conf</code> 檔案中描述的那樣去設定
<code class="literal">/etc/popularity-contest.conf</code> 檔案中的
<code class="literal">MAILFROM</code> 值。否則,你的郵件會被 smarthost SMTP
伺服器拒絕。儘管這些過程很乏味,這種方法比為所有通過 MTA 並且是以 root 使用者傳送的郵件重寫源地址更安全。這也可以被其他守護程序或者是
cron 指令碼使用。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>當設定 <span class="strong"><strong>mailname</strong></span> 為 "<code class="literal">hostname
-f</code>" 的值時,通過 MTA 的源郵件地址的偽裝可以通過如下所示的來實現。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
用於
<span class="citerefentry"><span class="refentrytitle">exim4</span>(8)</span>
的 "<code class="literal">/etc/email-addresses</code>"
檔案,<span class="citerefentry"><span class="refentrytitle">exim4-config_files</span>(5)</span>
手冊頁中有關於它的解釋
</p>
              </li>
              <li class="listitem">
                <p>
用於
<span class="citerefentry"><span class="refentrytitle">postfix</span>(1)</span>
的 "<code class="literal">/etc/postfix/generic</code>"
檔案,<span class="citerefentry"><span class="refentrytitle">generic</span>(5)</span>
手冊頁中有關於它的解釋
</p>
              </li>
            </ul>
          </div>
          <p>對於 <code class="literal">postfix</code>,接下來的額外步驟需要執行。</p>
          <pre class="screen"># postmap hash:/etc/postfix/generic
# postconf -e 'smtp_generic_maps = hash:/etc/postfix/generic'
# postfix reload</pre>
          <p>你能夠通過如下所示的來測試郵件地址配置。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p><span class="citerefentry"><span class="refentrytitle">exim</span>(8)</span><code class="literal">-brw, -bf, -bF, -bV, ...</code> 選項
</p>
              </li>
              <li class="listitem">
                <p><span class="citerefentry"><span class="refentrytitle">postmap</span>(1)</span><code class="literal">-q</code> 選項。
</p>
              </li>
            </ul>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>Exim 帶有一些有用的程式,例如
<span class="citerefentry"><span class="refentrytitle">exiqgrep</span>(8)</span><span class="citerefentry"><span class="refentrytitle">exipick</span>(8)</span>。參見
"<code class="literal">dpkg -L exim4-base|grep man8/</code>" 來獲得可用的命令。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_basic_mta_operations"/>6.3.4. 基礎 MTA 操作</h3>
              </div>
            </div>
          </div>
          <p>這裡有一些基礎的 MTA 操作。有一些可能會通過
<span class="citerefentry"><span class="refentrytitle">sendmail</span>(1)</span>
的相容性介面來實現。</p>
          <div class="table">
            <a id="listofbasicmtaoperation"/>
            <p class="title">
              <strong>表 6.7. 基礎 MTA 操作列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="基礎 MTA 操作列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    exim 命令
    </th>
                    <th style="text-align: left">
    postfix 命令
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">sendmail</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">sendmail</code>
                </td>
                    <td style="text-align: left">
    從標準輸入讀取郵件並且安排投遞 (<code class="literal">-bm</code>)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">mailq</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">mailq</code>
                </td>
                    <td style="text-align: left">
    列出帶有狀態和佇列 ID 的郵件佇列 (<code class="literal">-bq</code>)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">newaliases</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">newaliases</code>
                </td>
                    <td style="text-align: left">
    初始化別名資料庫 (<code class="literal">-I</code>)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">exim4 -q</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">postqueue -f</code>
                </td>
                    <td style="text-align: left">
    重新整理等待郵件 (<code class="literal">-q</code>)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">exim4 -qf</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">postsuper -r ALL deferred; postqueue -f</code>
                </td>
                    <td style="text-align: left">
    重新整理所有郵件
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">exim4 -qff</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">postsuper -r ALL; postqueue -f</code>
                </td>
                    <td style="text-align: left">
    重新整理甚至已經凍結的郵件
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">exim4 -Mg queue_id</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">postsuper -h queue_id</code>
                </td>
                    <td style="text-align: left">
    通過郵件的佇列 ID 來凍結它
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">exim4 -Mrm queue_id</code>
                </td>
                    <td style="text-align: left">
                  <code class="literal">postsuper -d queue_id</code>
                </td>
                    <td style="text-align: left">
    通過郵件的佇列 ID 來移除它
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    N/A
    </td>
                    <td style="text-align: left">
                  <code class="literal">postsuper -d ALL</code>
                </td>
                    <td style="text-align: left">
    移除所有郵件
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>往 "<code class="literal">/etc/ppp/ip-up.d/*</code>" 裡寫一個重新整理所有郵件的指令碼會是個不錯的主意。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_mail_user_agent_mua"/>6.4. 郵件使用者代理 (MUA)</h2>
            </div>
          </div>
        </div>
        <p>如果你訂閱了 Debian 相關的郵件列表,使用像 <code class="literal">mutt</code><code class="literal">mew</code>
這樣的 MUA 會是個不錯主意,同時對使用者來說,它們也是事實上的標準並且可以像預期的那樣工作良好。</p>
        <div class="table">
          <a id="listofmailuseragentmua"/>
          <p class="title">
            <strong>表 6.8. 郵件使用者代理列表 (MUA)</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="郵件使用者代理列表 (MUA)" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    類型
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/evolution">
<code class="literal">evolution</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=evolution">V:42, I:284</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/e/evolution.html">441</a>
                  </td>
                  <td style="text-align: left">
    X GUI 程式 (GNOME3, groupware 套件)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/thunderbird">
<code class="literal">thunderbird</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=thunderbird">V:60, I:134</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/thunderbird.html">107407</a>
                  </td>
                  <td style="text-align: left">
    X GUI 程式 (GNOME2, <a class="ulink" href="https://zh.wikipedia.org/wiki/Mozilla_Corporation_software_rebranded_by_the_Debian_project">無品牌的</a> <a class="ulink" href="https://zh.wikipedia.org/wiki/Mozilla_Thunderbird">Mozilla Thunderbird</a>)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/kmail"> <code class="literal">kmail</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=kmail">V:45, I:98</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/k/kmail.html">17211</a>
                  </td>
                  <td style="text-align: left">
    X GUI 程式 (KDE)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mutt"> <code class="literal">mutt</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mutt">V:133, I:572</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mutt.html">5951</a>
                  </td>
                  <td style="text-align: left">
    很有可能與 <code class="literal">vim</code> 一起使用的字元終端程式
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mew"> <code class="literal">mew</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mew">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mew.html">2328</a>
                  </td>
                  <td style="text-align: left">
    <code class="literal">(x)emacs</code> 下的字元終端程式
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_basic_mua_mutt"/>6.4.1. 基礎 MUA — Mutt</h3>
              </div>
            </div>
          </div>
          <p>按如下所示的自定義 "<code class="literal">~/.muttrc</code>" ,與 <code class="literal">vim</code>
結合使用郵件使用者代理 (MUA) 軟體 <code class="literal">mutt</code></p>
          <pre class="screen">#
# User configuration file to override /etc/Muttrc
#
# spoof source mail address
set use_from
set hostname=example.dom
set from="Name Surname &lt;username@example.dom&gt;"
set signature="~/.signature"

# vim: "gq" to reformat quotes
set editor="vim -c 'set tw=72 et ft=mail'"

# "mutt" goes to Inbox, while "mutt -y" lists mailboxes
set mbox_type=Maildir           # use qmail Maildir format for creating mbox
set mbox=~/Mail                 # keep all mail boxes in $HOME/Mail/
set spoolfile=+Inbox            # mail delivered to $HOME/Mail/Inbox
set record=+Outbox              # save fcc mail to $HOME/Mail/Outbox
set postponed=+Postponed        # keep postponed in $HOME/Mail/postponed
set move=no                     # do not move Inbox items to mbox
set quit=ask-yes                # do not quit by "q" only
set delete=yes                  # always delete w/o asking while exiting
set fcc_clear                   # store fcc as non encrypted

# Mailboxes in Maildir (automatic update)
mailboxes `cd ~/Mail; /bin/ls -1|sed -e 's/^/+/' | tr "\n" " "`
unmailboxes Maillog *.ev-summary

## Default
#set index_format="%4C %Z %{%b %d} %-15.15L (%4l) %s"
## Thread index with senders (collapse)
set index_format="%4C %Z %{%b %d} %-15.15n %?M?(#%03M)&amp;(%4l)? %s"

## Default
#set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f"
## just folder names
set folder_format="%2C %t %N %f"</pre>
          <p>增加下面的內容到"<code class="literal">/etc/mailcap</code>" 或 "<code class="literal">~/.mailcap</code>"
來內鑲顯示 HTML 郵件和微軟 Word 附件.</p>
          <pre class="screen">text/html; lynx -force_html %s; needsterminal;
application/msword; /usr/bin/antiword '%s'; copiousoutput; description="Microsoft Word Text"; nametemplate=%s.doc</pre>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>Mutt 能夠作為 <a class="ulink" href="https://zh.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP</a> 客戶端和 mailbox
格式轉換器.你可以使用"<code class="literal">t</code>",
"<code class="literal">T</code>"等標識郵件.這些標識的郵件能夠使用"<code class="literal">;C</code>"在不同的郵箱之間拷貝,並可以使用"<code class="literal">;d</code>"
來一次性刪除.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_advanced_mua_mutt_msmtp"/>6.4.2. Advanced MUA — Mutt + msmtp</h3>
              </div>
            </div>
          </div>
          <p>Mutt can be configured to use multiple source email addresses with multiple
corresponding smarthosts using <a class="ulink" href="http://msmtp.sourceforge.net/">msmtp</a>.</p>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>Msmtp is a sendmail emulator which allows to be installed along another
sendmail emulator which provides the <code class="literal">/usr/sbin/sendmail</code>
command.  So you can leave your system mail to be <code class="literal">exim4</code>
or <code class="literal">postfix</code>.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>Let's think about supporting 3 email addresses as an example:</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
"My Name1 &lt;<a class="ulink" href="mailto:myaccount1@gmail.com">myaccount1@gmail.com</a>&gt;"
</p>
              </li>
              <li class="listitem">
                <p>
"My Name2 &lt;<a class="ulink" href="mailto:myaccount2@gmail.com">myaccount2@gmail.com</a>&gt;"
</p>
              </li>
              <li class="listitem">
                <p>
"My Name3 &lt;<a class="ulink" href="mailto:myaccount3@example.org">myaccount3@example.org</a>&gt;"
</p>
              </li>
            </ul>
          </div>
          <p>Here is an example of <code class="literal">~/.muttrc</code> customization supporting
3 smarthosts for 3 different source email addresses.</p>
          <pre class="screen">set use_from
set from="My Name3 &lt;myaccount3@example.org&gt;"
set reverse_name
alternates myaccount1@gmail\.com|myaccount1@gmail\.com|myaccount3@example\.org

# ...

# MACRO
macro compose "1" "&lt;edit-from&gt;^UMy Name1 \&lt;myaccount1@gmail.com\&gt;\n"
macro compose "2" "&lt;edit-from&gt;^UMy Name2 \&lt;myaccount2@gmail.com\&gt;\n"
macro compose "3" "&lt;edit-from&gt;^UMy Name3 \&lt;myaccount3@example.org\&gt;\n"

send2-hook '~f myaccount1@gmail.com' "set sendmail = '/usr/bin/msmtp --read-envelope-from'"
send2-hook '~f myaccount2@gmail.com' "set sendmail = '/usr/bin/msmtp --read-envelope-from'"
send2-hook '~f myaccount3@example.org' "set sendmail = '/usr/bin/msmtp --read-envelope-from'"

# ...</pre>
          <p>Let's install <code class="literal">msmtp-gnome</code> and set
<code class="literal">~/.msmtprc</code> as follows.</p>
          <pre class="screen">defaults
logfile ~/.msmtp.log
domain myhostname.example.org
tls on
tls_starttls on
tls_certcheck on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
auth on
port 587
auto_from

account myaccount1@gmail.com
host smtp.gmail.com
from  myaccount1@gmail.com
user  myaccount1@gmail.com

account myaccount2@gmail.com
host smtp.gmail.com
from  myaccount2@gmail.com
user  myaccount2@gmail.com

account myaccount3@example.org
host mail.example.org
from  myaccount3@example.org
user  myaccount3@example.org

account default : myaccount3@example.org</pre>
          <p>Then, add password data into the Gnome key ring.  For example:</p>
          <pre class="screen"> $ secret-tool store --label=msmtp \
     host smtp.gmail.com \
     service smtp \
     user myaccount1@gmail.com
 ...</pre>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>If you don't wish to use the Gnome key ring, you can install
<code class="literal">msmtp</code> package instead and add an entry such as
"<code class="literal">password secret123</code>" to each account in
<code class="literal">~/.msmtprc</code>.  See <a class="ulink" href="http://msmtp.sourceforge.net/doc/msmtp.html">memtp
documentation</a> for more.</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_remote_mail_retrieval_and_forward_utility"/>6.5. 遠端郵件檢索和轉發實用工具</h2>
            </div>
          </div>
        </div>
        <p>而不是手動執行 MUA 去訪問遠端郵件並去處理它們,你可能希望自動化這些過程,然後把所有郵件都投遞到本地。遠端郵件檢索和轉發實用工具很適合你使用。</p>
        <p>儘管
<span class="citerefentry"><span class="refentrytitle">fetchmail</span>(1)</span>
已經成為 GNU/Linux 用於遠端郵件檢索的事實上的標準,作者現在還是喜歡
<span class="citerefentry"><span class="refentrytitle">getmail</span>(1)</span>。如果你想要在下載郵件之前拒絕郵件來達到節省頻寬的目的,<code class="literal">mailfilter</code><code class="literal">mpop</code> 工具可能是很有用的。不管使用哪種郵件檢索實用程式,配置系統使之能夠投遞已檢索的郵件到 MDA
會是個不錯的主意,例如通過管道的 <code class="literal">maildrop</code></p>
        <div class="table">
          <a id="listofremotemailforwardutilities"/>
          <p class="title">
            <strong>表 6.9. 遠端郵件檢索和轉發實用程式列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="遠端郵件檢索和轉發實用程式列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/fetchmail">
<code class="literal">fetchmail</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=fetchmail">V:7, I:19</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/f/fetchmail.html">2343</a>
                  </td>
                  <td style="text-align: left">
    郵件檢索 (POP3, APOP, IMAP) (舊的)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/getmail4">
<code class="literal">getmail4</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=getmail4">V:3, I:10</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/g/getmail4.html">32
637</a>
                  </td>
                  <td style="text-align: left">
    郵件檢索 (POP3, IMAP4 和 SDPS) (簡單、安全和可靠)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mailfilter">
<code class="literal">mailfilter</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mailfilter">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mailfilter.html">274</a>
                  </td>
                  <td style="text-align: left">
    有正則表示式過濾功能的郵件檢索 (POP3)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mpop"> <code class="literal">mpop</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mpop">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mpop.html">222</a>
                  </td>
                  <td style="text-align: left">
    郵件檢索 (POP3) 和帶有過濾功能的 MDA
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_getmail_configuration"/>6.5.1. getmail 配置</h3>
              </div>
            </div>
          </div>
          <p><span class="citerefentry"><span class="refentrytitle">getmail</span>(1)</span>
的配置在<a class="ulink" href="http://pyropus.ca/software/getmail/documentation.html">getmail
documentation</a>裡描述.這裡是我作為使用者搭建訪問多個 POP3帳號.</p>
          <p>按如下所示的建立 "<code class="literal">/usr/local/bin/getmails</code>"。</p>
          <pre class="screen">#!/bin/sh
set -e
if [ -f $HOME/.getmail/running ]; then
  echo "getmail is already running ... (if not, remove $HOME/.getmail/running)" &gt;&amp;2
  pgrep -l "getmai[l]"
  exit 1
else
  echo "getmail has not been running ... " &gt;&amp;2
fi
if [ -f $HOME/.getmail/stop ]; then
  echo "do not run getmail ... (if not, remove $HOME/.getmail/stop)" &gt;&amp;2
  exit
fi
if [ "x$1" = "x-l" ]; then
  exit
fi
rcfiles="/usr/bin/getmail"
for file in $HOME/.getmail/config/* ; do
  rcfiles="$rcfiles --rcfile $file"
done
date -u &gt; $HOME/.getmail/running
eval "$rcfiles $@"
rm $HOME/.getmail/running</pre>
          <p>按如下所示的配置它。</p>
          <pre class="screen">$ sudo chmod 755 /usr/local/bin/getmails
$ mkdir -m 0700 $HOME/.getmail
$ mkdir -m 0700 $HOME/.getmail/config
$ mkdir -m 0700 $HOME/.getmail/log</pre>
          <p>按如下所示的為每個 POP3 賬戶建立 "<code class="literal">$HOME/.getmail/config/pop3_name</code>"
配置檔案。</p>
          <pre class="screen">[retriever]
type = SimplePOP3SSLRetriever
server = pop.example.com
username =  pop3_name@example.com
password = &lt;your-password&gt;

[destination]
type = MDA_external
path = /usr/bin/maildrop
unixfrom = True

[options]
verbose = 0
delete = True
delivered_to = False
message_log = ~/.getmail/log/pop3_name.log</pre>
          <p>按如下所示的配置它。</p>
          <pre class="screen">$ chmod 0600 $HOME/.getmail/config/*</pre>
          <p>計劃使用
<span class="citerefentry"><span class="refentrytitle">cron</span>(8)</span>
每 15 分鐘執行一次 "<code class="literal">/usr/local/bin/getmails</code>",通過執行 "<code class="literal">sudo
crontab -e -u &lt;user_name&gt;</code>" 並把如下所示的命令新增到使用者的 cron 條目中。</p>
          <pre class="screen">5,20,35,50 * * * * /usr/local/bin/getmails --quiet</pre>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>POP3 訪問的問題可能並不來自於 <code class="literal">getmail</code>。一些主流的免費 POP3 服務可能違反了 POP3
協議並且它們的垃圾郵件過濾機制可能不是非常完美。例如,它們可能在剛剛接收到 RETR 命令並且沒有接收到 DELE
命令就可能刪除了郵件並且可能隔離郵件到垃圾郵件信箱。你應該儘可能的減少損害,通過配置它們使之成為可訪問的歸檔檔案並且不要刪除它們。參見 <a class="ulink" href="http://mail.google.com/support/bin/answer.py?answer=13291amp;topic=1555">"Some mail was not downloaded"</a></p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_fetchmail_configuration"/>6.5.2. fetchmail 配置</h3>
              </div>
            </div>
          </div>
          <p>"<code class="literal">/etc/default/fetchmail</code>","<code class="literal">/etc/fetchmailrc</code>"
和 "<code class="literal">$HOME/.fetchmailrc</code>" 可以配置
<span class="citerefentry"><span class="refentrytitle">fetchmail</span>(1)</span>。參見
"<code class="literal">/usr/share/doc/fetchmail/examples/fetchmailrc.example</code>"
配置例子。</p>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_mail_delivery_agent_mda_with_filter"/>6.6. 帶有過濾器的郵件投遞代理 (MDA)</h2>
            </div>
          </div>
        </div>
        <p>大多數 MTA 程式,例如 <code class="literal">postfix</code><code class="literal">exim4</code>,兼任 MDA
(郵件投遞代理)。這裡有專門的帶有過濾功能的 MDA。</p>
        <p>儘管
<span class="citerefentry"><span class="refentrytitle">procmail</span>(1)</span>
已經成為 GUN/Linux 上關於帶有過濾器的 MDA 的事實標準,作者現在還是喜歡
<span class="citerefentry"><span class="refentrytitle">maildrop</span>(1)</span>。不管使用哪種過濾程式,配置系統使之能投遞已過濾的郵件到
<a class="ulink" href="https://zh.wikipedia.org/wiki/Maildir">qmail 風格的 Maildir</a> 都是一個好主意。</p>
        <div class="table">
          <a id="listofmdawithfilter"/>
          <p class="title">
            <strong>表 6.10. 有過濾器的 MDA 列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="有過濾器的 MDA 列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/procmail">
<code class="literal">procmail</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=procmail">V:65, I:571</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/procmail.html">300</a>
                  </td>
                  <td style="text-align: left">
    有過濾器的 MDA (舊的)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/mailagent">
<code class="literal">mailagent</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=mailagent">V:0, I:10</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/mailagent.html">1283</a>
                  </td>
                  <td style="text-align: left">
    帶有 Perl 過濾器的 MDA
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/maildrop">
<code class="literal">maildrop</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=maildrop">V:1, I:3</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/m/maildrop.html">1093</a>
                  </td>
                  <td style="text-align: left">
    有結構化過濾語言的 MDA
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_maildrop_configuration"/>6.6.1. maildrop 配置</h3>
              </div>
            </div>
          </div>
          <p><span class="citerefentry"><span class="refentrytitle">maildrop</span>(1)</span>
配置在 <a class="ulink" href="http://www.courier-mta.org/maildrop/maildropfilter.html">maildropfilter
documentation</a> 中有說明。這裡有一個關於 "<code class="literal">$HOME/.mailfilter</code>
檔案的配置例子。</p>
          <pre class="screen"># Local configuration
MAILROOT="$HOME/Mail"
# set this to /etc/mailname contents
MAILHOST="example.dom"
logfile $HOME/.maildroplog

# rules are made to override the earlier value by the later one.

# mailing list mails ?
if (     /^Precedence:.*list/:h || /^Precedence:.*bulk/:h )
{
    # rules for mailing list mails
    # default mailbox for mails from mailing list
    MAILBOX="Inbox-list"
    # default mailbox for mails from debian.org
    if ( /^(Sender|Resent-From|Resent-Sender): .*debian.org/:h )
    {
        MAILBOX="service.debian.org"
    }
    # default mailbox for mails from bugs.debian.org (BTS)
    if ( /^(Sender|Resent-From|Resent-sender): .*@bugs.debian.org/:h )
    {
        MAILBOX="bugs.debian.org"
    }
    # mailbox for each properly maintained mailing list with "List-Id: foo" or "List-Id: ...&lt;foo.bar&gt;"
    if ( /^List-Id: ([^&lt;]*&lt;)?([^&lt;&gt;]*)&gt;?/:h )
    {
        MAILBOX="$MATCH2"
    }
}
else
{
    # rules for non-mailing list mails
    # default incoming box
    MAILBOX="Inbox-unusual"
    # local mails
    if ( /Envelope-to: .*@$MAILHOST/:h )
    {
        MAILBOX="Inbox-local"
    }
    # html mails (99% spams)
    if ( /DOCTYPE html/:b ||\
         /^Content-Type: text\/html/ )
    {
        MAILBOX="Inbox-html"
    }
    # blacklist rule for spams
    if ( /^X-Advertisement/:h ||\
         /^Subject:.*BUSINESS PROPOSAL/:h ||\
         /^Subject:.*URGENT.*ASISSTANCE/:h ||\
         /^Subject: *I NEED YOUR ASSISTANCE/:h )
    {
        MAILBOX="Inbox-trash"
    }
    # whitelist rule for normal mails
    if ( /^From: .*@debian.org/:h ||\
         /^(Sender|Resent-From|Resent-Sender): .*debian.org/:h ||\
         /^Subject: .*(debian|bug|PATCH)/:h )
    {
        MAILBOX="Inbox"
    }
    # whiltelist rule for BTS related mails
    if ( /^Subject: .*Bug#.*/:h ||\
         /^(To|Cc): .*@bugs.debian.org/:h )
    {
        MAILBOX="bugs.debian.org"
    }
    # whitelist rule for getmails cron mails
    if ( /^Subject: Cron .*getmails/:h )
    {
        MAILBOX="Inbox-getmails"
    }
}

# check existance of $MAILBOX
`test -d $MAILROOT/$MAILBOX`
if ( $RETURNCODE == 1 )
{
    # create maildir mailbox for $MAILBOX
    `maildirmake $MAILROOT/$MAILBOX`
}
# deliver to maildir $MAILBOX
to "$MAILROOT/$MAILBOX/"
exit</pre>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[警告]" src="images/warning.png"/>
                </td>
                <th align="left">警告</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>不像 <code class="literal">procmail</code><code class="literal">maildrop</code> 不會自動建立不存在的
maildir 目錄。你必須提前使用
<span class="citerefentry"><span class="refentrytitle">maildirmake</span>(1)</span>
手動建立它們,正如 "<code class="literal">$HOME/.mailfilter</code>" 例子裡的那樣。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_procmail_configuration"/>6.6.2. procmail 配置</h3>
              </div>
            </div>
          </div>
          <p>這裡有一個
<span class="citerefentry"><span class="refentrytitle">procmail</span>(1)</span>
的 "<code class="literal">$HOME/.procmailrc</code>" 檔案的類似配置例子。</p>
          <pre class="screen">MAILDIR=$HOME/Maildir
DEFAULT=$MAILDIR/Inbox/
LOGFILE=$MAILDIR/Maillog
# clearly bad looking mails: drop them into X-trash and exit
:0
* 1^0 ^X-Advertisement
* 1^0 ^Subject:.*BUSINESS PROPOSAL
* 1^0 ^Subject:.*URGENT.*ASISSTANCE
* 1^0 ^Subject: *I NEED YOUR ASSISTANCE
X-trash/

# Delivering mailinglist messages
:0
* 1^0 ^Precedence:.*list
* 1^0 ^Precedence:.*bulk
* 1^0 ^List-
* 1^0 ^X-Distribution:.*bulk
{
:0
* 1^0 ^Return-path:.*debian-devel-admin@debian.or.jp
jp-debian-devel/

:0
* ^Resent-Sender.*debian-user-request@lists.debian.org
debian-user/

:0
* ^Resent-Sender.*debian-devel-request@lists.debian.org
debian-devel/

:0
* ^Resent-Sender.*debian-announce-request@lists.debian.org
debian-announce

:0
mailing-list/
}

:0
Inbox/</pre>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_redeliver_mbox_contents"/>6.6.3. 重新投遞 mbox 內容</h3>
              </div>
            </div>
          </div>
          <p>如果你的家目錄已經滿了並且
<span class="citerefentry"><span class="refentrytitle">procmail</span>(1)</span>
失敗了,你需要從 "<code class="literal">/var/mail/&lt;username&gt;</code>"
目錄手動投遞郵件到家目錄下的已分類好的郵箱中。家目錄有空閒空間以後,執行如下命令。</p>
          <pre class="screen"># /etc/init.d/${MAILDAEMON} stop
# formail -s procmail &lt;/var/mail/&lt;username&gt;
# /etc/init.d/${MAILDAEMON} start</pre>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_pop3_imap4_server"/>6.7. POP3/IMAP4 伺服器</h2>
            </div>
          </div>
        </div>
        <p>如果將要在區域網上執行一個私有伺服器,你應該考慮執行 <a class="ulink" href="https://zh.wikipedia.org/wiki/Post_Office_Protocol">POP3</a> / <a class="ulink" href="https://zh.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP4</a> 伺服器,用來投遞郵件到區域網客戶端。</p>
        <div class="table">
          <a id="listofpopdimapeservers"/>
          <p class="title">
            <strong>表 6.11. POP3/IMAP4 伺服器列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="POP3/IMAP4 伺服器列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    類型
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/courier-pop">
<code class="literal">courier-pop</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=courier-pop">V:3, I:5</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/courier-pop.html">240</a>
                  </td>
                  <td style="text-align: left">
    POP3
    </td>
                  <td style="text-align: left">
    Courier 郵件伺服器 - POP3 伺服器 (只有 maildir 格式)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cyrus-pop3d">
<code class="literal">cyrus-pop3d</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cyrus-pop3d">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cyrus-pop3d.html">147</a>
                  </td>
                  <td style="text-align: left">
    POP3
    </td>
                  <td style="text-align: left">
    Cyrus 郵件系統 (支援 POP3)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/courier-imap">
<code class="literal">courier-imap</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=courier-imap">V:5, I:7</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/courier-imap.html">545</a>
                  </td>
                  <td style="text-align: left">
    IMAP
    </td>
                  <td style="text-align: left">
    Courier 郵件伺服器 - IMAP 伺服器 (只支援 maildir 格式)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cyrus-imapd">
<code class="literal">cyrus-imapd</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cyrus-imapd">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cyrus-imapd.html">332</a>
                  </td>
                  <td style="text-align: left">
    IMAP
    </td>
                  <td style="text-align: left">
    Cyrus 郵件系統 (支援 IMAP)
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_print_server_and_utilities"/>6.8. 列印服務和工具</h2>
            </div>
          </div>
        </div>
        <p>在老的類 Unix 系統,BSD <a class="ulink" href="https://zh.wikipedia.org/wiki/Line_Printer_Daemon_protocol">Line printer daemon
行印表機後臺守護</a> 是標準。因此,在類 Unix 系統中,自由軟體的標準列印輸出格式是 PostScript,為了能夠列印到非
PostScript 印表機,需要將一些過濾器系統和 <a class="ulink" href="https://zh.wikipedia.org/wiki/Ghostscript">Ghostscript</a>
一道使用。</p>
        <p>近來, <a class="ulink" href="https://zh.wikipedia.org/wiki/Common_Unix_Printing_System">Common UNIX Printing System 通用
UNIX 列印系統</a> (CUPS) 是新的事實標準。CUPS 使用 <a class="ulink" href="https://zh.wikipedia.org/wiki/Internet_Printing_Protocol">Internet Printing Protocol 網際網路列印協議</a>
(IPP). IPP 現在已經被其它作業系統,如 Windows XP 和 Mac OS
X,支援。它已經變成新的具備雙向通訊能力的跨平臺遠端列印的事實標準。</p>
        <p>Debian 系統上的應用程式的標準列印資料格式是 <a class="ulink" href="https://zh.wikipedia.org/wiki/PostScript">PostScript
(PS)</a> ,它是一個頁描述語言。PS 格式的資料被送到 Ghostscript PostScript
直譯器來生成特定的印表機可列印的資料。參見 <a class="xref" href="ch11.zh-tw.html#_ghostscript" title="11.4.1. Ghostscript">第 11.4.1 节 “Ghostscript”</a>.</p>
        <p>幸虧有 CUPS 系統的檔案格式依賴自動轉化特徵,簡單的傳送任何資料到 <code class="literal">lpr</code> 命令,都將產生期望的列印輸出。(在
CUPS 裡, <code class="literal">lpr</code> 能夠通過安裝 <code class="literal">cups-bsd</code> 軟體包來獲取.)</p>
        <p>Debian 系統有一些不錯的軟體包用於列印服務和作為列印工具。</p>
        <div class="table">
          <a id="listofprintserversandutilities"/>
          <p class="title">
            <strong>表 6.12. 列印服務和工具列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="列印服務和工具列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left"></th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/lpr"> <code class="literal">lpr</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=lpr">V:6, I:8</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/lpr.html">324</a>
                  </td>
                  <td style="text-align: left">
    printer (515)
    </td>
                  <td style="text-align: left">
    BSD lpr/lpd (<a class="ulink" href="https://zh.wikipedia.org/wiki/Line_Printer_Daemon_protocol">線性印表機後臺守護程序 daemon</a>)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/lprng"> <code class="literal">lprng</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=lprng">V:1, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/lprng.html">3852</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    , , (增強)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cups"> <code class="literal">cups</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cups">V:260, I:449</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cups.html">764</a>
                  </td>
                  <td style="text-align: left">
    IPP (631)
    </td>
                  <td style="text-align: left">
    網際網路列印 CUPS 伺服器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cups-client">
<code class="literal">cups-client</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cups-client">V:77, I:504</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cups-client.html">473</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">用於 CUPS 的 <a class="ulink" href="https://zh.wikipedia.org/wiki/System_V_printing_system">System V 印表機命令</a>:
<span class="citerefentry"><span class="refentrytitle">lp</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">lpstat</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">lpoptions</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">cancel</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">lpmove</span>(8)</span>,
<span class="citerefentry"><span class="refentrytitle">lpinfo</span>(8)</span>,
<span class="citerefentry"><span class="refentrytitle">lpadmin</span>(8)</span>,
…
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cups-bsd">
<code class="literal">cups-bsd</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cups-bsd">V:40, I:433</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cups-bsd.html">115</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">用於 CUPS 的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Line_Printer_Daemon_protocol">BSD 印表機命令</a>:
<span class="citerefentry"><span class="refentrytitle">lpr</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">lpq</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">lprm</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">lpc</span>(8)</span>
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/printer-driver-gutenprint">
<code class="literal">printer-driver-gutenprint</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=printer-driver-gutenprint">V:91, I:431</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/printer-driver-gutenprint.html">881</a>
                  </td>
                  <td style="text-align: left">
    沒有使用
    </td>
                  <td style="text-align: left">
    CUPS 印表機驅動
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Tip">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[提示]" src="images/tip.png"/>
              </td>
              <th align="left">提示</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>你可以讓你的 web 瀏覽器訪問 "<a class="ulink" href="http://localhost:631/">http://localhost:631/</a>" 來配置 CUPS 系統。</p>
              </td>
            </tr>
          </table>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_remote_access_server_and_utilities_ssh"/>6.9. 伺服器遠端訪問和工具 (SSH)</h2>
            </div>
          </div>
        </div>
        <p><a class="ulink" href="https://zh.wikipedia.org/wiki/Secure_Shell">Secure SHell</a> (SSH) 是因特網上的 <span class="strong"><strong>安全</strong></span> 連線方式。在 Debian 裡面,有一個叫 <a class="ulink" href="http://www.openssh.org/">OpenSSH</a> 的免費 SSH 版本,在
<code class="literal">openssh-client</code><code class="literal">openssh-server</code> 包裡。</p>
        <div class="table">
          <a id="listofremoteaccerverandutilities"/>
          <p class="title">
            <strong>表 6.13. 伺服器遠端訪問和工具列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="伺服器遠端訪問和工具列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    工具
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/openssh-client">
<code class="literal">openssh-client</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=openssh-client">V:821, I:996</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/o/openssh-client.html">4151</a>
                  </td>
                  <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">ssh</span>(1)</span>
    </td>
                  <td style="text-align: left">
    SSH 客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/openssh-server">
<code class="literal">openssh-server</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=openssh-server">V:680, I:802</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/o/openssh-server.html">873</a>
                  </td>
                  <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">sshd</span>(8)</span>
    </td>
                  <td style="text-align: left">
    SSH 服務端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ssh-askpass-fullscreen">
<code class="literal">ssh-askpass-fullscreen</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ssh-askpass-fullscreen">V:0, I:1</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/ssh-askpass-fullscreen.html">42</a>
                  </td>
                  <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">ssh-askpass-fullscreen</span>(1)</span>
    </td>
                  <td style="text-align: left">
    請求使用者輸入密碼的 ssh-add (GNOME2)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ssh-askpass">
<code class="literal">ssh-askpass</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ssh-askpass">V:3, I:42</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/ssh-askpass.html">101</a>
                  </td>
                  <td style="text-align: left"><span class="citerefentry"><span class="refentrytitle">ssh-askpass</span>(1)</span>
    </td>
                  <td style="text-align: left">
    請求使用者輸入密碼的 ssh-add (plain X)
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Caution">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[小心]" src="images/caution.png"/>
              </td>
              <th align="left">小心</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>如果你的 SSH 是從因特網來訪問,參見 <a class="xref" href="ch04.zh-tw.html#_extra_security_measures_for_the_internet" title="4.7.3. 網際網路額外的安全方式">第 4.7.3 节 “網際網路額外的安全方式”</a></p>
              </td>
            </tr>
          </table>
        </div>
        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Tip">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[提示]" src="images/tip.png"/>
              </td>
              <th align="left">提示</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>請使用
<span class="citerefentry"><span class="refentrytitle">screen</span>(1)</span>
程式來讓遠端 shell 在中斷的連線上存活(參見 <a class="xref" href="ch09.zh-tw.html#_the_screen_program" title="9.1. screen 程式">第 9.1 节 “screen 程式”</a>).</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_basics_of_ssh"/>6.9.1. SSH 基礎</h3>
              </div>
            </div>
          </div>
          <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Warning">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[警告]" src="images/warning.png"/>
                </td>
                <th align="left">警告</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果想要執行 OpenSSH 服務,"<code class="literal">/etc/ssh/sshd_not_to_be_run</code>"必須不存在。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>SSH 有兩個認證協議。</p>
          <div class="table">
            <a id="listofsshauthenttocolsandmethods"/>
            <p class="title">
              <strong>表 6.14. SSH 認證協議和方式列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="SSH 認證協議和方式列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    SSH 協議
    </th>
                    <th style="text-align: left">
    SSH 方式
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    SSH-1
    </td>
                    <td style="text-align: left">
    "<code class="literal">RSAAuthentication</code>"
    </td>
                    <td style="text-align: left">
    基於 RSA 身份祕鑰的使用者認證
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">RhostsAuthentication</code>"
    </td>
                    <td style="text-align: left">
    "<code class="literal">.rhosts</code>" 基於主機的認證(不安全,禁用)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">RhostsRSAAuthentication</code>"
    </td>
                    <td style="text-align: left">
    "<code class="literal">.rhosts</code>" 使用 RSA 主機祕鑰的主機認證(禁用)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">ChallengeResponseAuthentication</code>"
    </td>
                    <td style="text-align: left">
    RSA 質疑-應答 認證
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">PasswordAuthentication</code>"
    </td>
                    <td style="text-align: left">
    基於密碼的認證
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    SSH-2
    </td>
                    <td style="text-align: left">
    "<code class="literal">PubkeyAuthentication</code>"
    </td>
                    <td style="text-align: left">
    基於公鑰的使用者認證
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">HostbasedAuthentication</code>"
    </td>
                    <td style="text-align: left">
    "<code class="literal">~/.rhosts</code>" or "<code class="literal">/etc/hosts.equiv</code>"
使用客戶端主機公鑰的主機認證(禁用)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">ChallengeResponseAuthentication</code>"
    </td>
                    <td style="text-align: left">
    質疑-應答 認證
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    同上
    </td>
                    <td style="text-align: left">
    "<code class="literal">PasswordAuthentication</code>"
    </td>
                    <td style="text-align: left">
    基於密碼的認證
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Caution">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[小心]" src="images/caution.png"/>
                </td>
                <th align="left">小心</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>如果你使用一個非 Debian 的系統,請小心注意這些不同。</p>
                </td>
              </tr>
            </table>
          </div>
          <p>細節參見 "<code class="literal">/usr/share/doc/ssh/README.Debian.gz</code>",
<span class="citerefentry"><span class="refentrytitle">ssh</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">sshd</span>(8)</span>,
<span class="citerefentry"><span class="refentrytitle">ssh-agent</span>(1)</span>,
and
<span class="citerefentry"><span class="refentrytitle">ssh-keygen</span>(1)</span>.</p>
          <p>下面是祕鑰配置檔案。</p>
          <div class="table">
            <a id="listofsshconfigurationfiles"/>
            <p class="title">
              <strong>表 6.15. SSH 配置檔案列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="SSH 配置檔案列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    配置檔案
    </th>
                    <th style="text-align: left">
    配置檔案描述
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ssh/ssh_config</code>
                </td>
                    <td style="text-align: left">
    SSH 客戶端預設, 參見
<span class="citerefentry"><span class="refentrytitle">ssh_config</span>(5)</span>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">/etc/ssh/sshd_config</code>
                </td>
                    <td style="text-align: left">
    SSH 服務端預設, 參見
<span class="citerefentry"><span class="refentrytitle">sshd_config</span>(5)</span>
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">~/.ssh/authorized_keys</code>
                </td>
                    <td style="text-align: left">
    該賬戶連線到這個伺服器上的客戶端使用的預設 SSH 公鑰
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">~/.ssh/identity</code>
                </td>
                    <td style="text-align: left">
    使用者的 SSH-1 RSA 私鑰
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">~/.ssh/id_rsa</code>
                </td>
                    <td style="text-align: left">
    使用者的 SSH-2 RSA 私鑰
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">~/.ssh/id_dsa</code>
                </td>
                    <td style="text-align: left">
    使用者的 SSH-2 DSA 私鑰
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>參見
<span class="citerefentry"><span class="refentrytitle">ssh-keygen</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">ssh-add</span>(1)</span><span class="citerefentry"><span class="refentrytitle">ssh-agent</span>(1)</span>
來了解怎樣使用 SSH 公鑰和私鑰。</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>一定要通過連線測試來確認設定。有任何問題的連線,使用 "<code class="literal">ssh -v</code>".</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>稍後可以使用 "<code class="literal">ssh-keygen -p</code>" 改變密碼來加密本地 SSH 私鑰.</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>你可以在 "<code class="literal">~/.ssh/authorized_keys</code>" 裡給條目增加選項來限制主機和執行特定的命令。細節請參見
<span class="citerefentry"><span class="refentrytitle">sshd</span>(8)</span>.</p>
                </td>
              </tr>
            </table>
          </div>
          <p>從客戶端啟動一個
<span class="citerefentry"><span class="refentrytitle">ssh</span>(1)</span>
連線.</p>
          <div class="table">
            <a id="listofsshclientstartupexamples"/>
            <p class="title">
              <strong>表 6.16. SSH 客戶端啟動例子列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="SSH 客戶端啟動例子列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    命令
    </th>
                    <th style="text-align: left">
    說明
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ssh username@hostname.domain.ext</code>
                </td>
                    <td style="text-align: left">
    使用預設模式連線
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ssh -v username@hostname.domain.ext</code>
                </td>
                    <td style="text-align: left">
    有詳細資訊的預設連線模式
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ssh -1 username@hostname.domain.ext</code>
                </td>
                    <td style="text-align: left">
    強制使用 SSH 1 版本連線
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ssh -1 -o RSAAuthentication=no -l username
hostname.domain.ext</code>
                </td>
                    <td style="text-align: left">
    SSH 1 版本,強制使用密碼
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
                  <code class="literal">ssh -o PreferredAuthentications=password -l username
hostname.domain.ext</code>
                </td>
                    <td style="text-align: left">
    SSH 2 版本,強制使用密碼
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
          <p>If you use the same user name on the local and the remote host, you can
eliminate typing "<code class="literal">username@</code>".  Even if you use different
user name on the local and the remote host, you can eliminate it using
"<code class="literal">~/.ssh/config</code>".  For <a class="ulink" href="https://salsa.debian.org/">Debian Salsa service</a> with account name
"<code class="literal">foo-guest</code>", you set "<code class="literal">~/.ssh/config</code>"
to contain the following.</p>
          <pre class="screen">Host salsa.debian.org people.debian.org
    User foo-guest</pre>
          <p>對於使用者來講,
<span class="citerefentry"><span class="refentrytitle">ssh</span>(1)</span>
功能比<span class="citerefentry"><span class="refentrytitle">telnet</span>(1)</span>
更加智慧和安全.  不像 <code class="literal">telnet</code>命令, <code class="literal">ssh</code> 命令不會在遇到
<code class="literal">telnet</code> 的退出字元(初始預設是 CTRL-])時停止.</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_port_forwarding_for_smtp_pop3_tunneling"/>6.9.2. SMTP/POP3 隧道的埠轉發</h3>
              </div>
            </div>
          </div>
          <p>通過 <code class="literal">ssh</code> 建立一個這樣的管道連線,從 <code class="literal">localhost</code> 的 4025
埠到 <code class="literal">remote-server</code> 的 25 埠,並從 <code class="literal">localhost</code> 的
4110 埠到 <code class="literal">remote-server</code> 的 110 埠,請在本機執行如下命令.</p>
          <pre class="screen"># ssh -q -L 4025:remote-server:25 4110:remote-server:110 username@remote-server</pre>
          <p>這是跨越因特網建立 SMTP/POP3
服務連線的安全方法。在遠端主機"<code class="literal">/etc/ssh/sshd_config</code>"裡設定"<code class="literal">AllowTcpForwarding</code>"條目為
"<code class="literal">yes</code>".</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_connecting_without_remote_passwords"/>6.9.3. 免密碼遠端連線</h3>
              </div>
            </div>
          </div>
          <p>使用 "<code class="literal">RSAAuthentication</code>" (SSH-1 協議) 或
"<code class="literal">PubkeyAuthentication</code>" (SSH-2 協議),人們可以避免記住遠端系統的密碼.</p>
          <p>在遠端系統的"<code class="literal">/etc/ssh/sshd_config</code>"裡,設定相應的條目,
"<code class="literal">RSAAuthentication yes</code>" 或 "<code class="literal">PubkeyAuthentication
yes</code>"。</p>
          <p>在本地生成授權祕鑰對,並安裝公鑰到遠端系統。</p>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
"<code class="literal">RSAAuthentication</code>": SSH-1 的 RSA key  (不建議使用,因為已被廢棄.)
</p>
              </li>
            </ul>
          </div>
          <pre class="screen">$ ssh-keygen
$ cat .ssh/identity.pub | ssh user1@remote "cat - &gt;&gt;.ssh/authorized_keys"</pre>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
"<code class="literal">PubkeyAuthentication</code>": SSH-2 的 RSA key
</p>
              </li>
            </ul>
          </div>
          <pre class="screen">$ ssh-keygen -t rsa
$ cat .ssh/id_rsa.pub | ssh user1@remote "cat - &gt;&gt;.ssh/authorized_keys"</pre>
          <div class="itemizedlist">
            <ul class="itemizedlist">
              <li class="listitem">
                <p>
"<code class="literal">PubkeyAuthentication</code>": SSH-2 的 DSA key(不建議,因為慢.)
</p>
              </li>
            </ul>
          </div>
          <pre class="screen">$ ssh-keygen -t dsa
$ cat .ssh/id_dsa.pub | ssh user1@remote "cat - &gt;&gt;.ssh/authorized_keys"</pre>
          <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Tip">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[提示]" src="images/tip.png"/>
                </td>
                <th align="left">提示</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>使用 SSH-2 的 DSA key 是不建議的,應為 key 較小並且慢。由於 RSA 專利已經過期,沒有理由使用 DSA 來作為規避 RSA
專利的臨時措施。DSA 表示 <a class="ulink" href="https://zh.wikipedia.org/wiki/Digital_Signature_Algorithm">Digital Signature
Algorithm</a>,速度慢。同時參見 <a class="ulink" href="https://www.debian.org/security/2008/dsa-1571">DSA-1571-1</a>.</p>
                </td>
              </tr>
            </table>
          </div>
          <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <table border="0" summary="Note">
              <tr>
                <td rowspan="2" align="center" valign="top">
                  <img alt="[注意]" src="images/note.png"/>
                </td>
                <th align="left">注意</th>
              </tr>
              <tr>
                <td align="left" valign="top">
                  <p>為了讓 "<code class="literal">HostbasedAuthentication</code>" 在 SSH-2 下執行,你必須同時調整服務端主機
"<code class="literal">/etc/ssh/sshd_config</code>"  和 客戶機
"<code class="literal">/etc/ssh/ssh_config</code>" 或
"<code class="literal">~/.ssh/config</code>"  的
"<code class="literal">HostbasedAuthentication</code>" 配置為 "<code class="literal">yes</code>" 。</p>
                </td>
              </tr>
            </table>
          </div>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_dealing_with_alien_ssh_clients"/>6.9.4. 處理其它 SSH 客戶端</h3>
              </div>
            </div>
          </div>
          <p>其它平臺上有一些免費的 <a class="ulink" href="https://zh.wikipedia.org/wiki/Secure_Shell">SSH</a> 客戶端。</p>
          <div class="table">
            <a id="listoffreesshcliorotherplatforms"/>
            <p class="title">
              <strong>表 6.17. 其它平臺上免費 SSH 客戶端列表</strong>
            </p>
            <div class="table-contents">
              <table class="table" summary="其它平臺上免費 SSH 客戶端列表" border="1">
                <colgroup>
                  <col style="text-align: left"/>
                  <col style="text-align: left"/>
                </colgroup>
                <thead>
                  <tr>
                    <th style="text-align: left">
    環境
    </th>
                    <th style="text-align: left">
    免費 SSH 程式
    </th>
                  </tr>
                </thead>
                <tbody>
                  <tr>
                    <td style="text-align: left">
    Windows
    </td>
                    <td style="text-align: left">
    puTTY (<a class="ulink" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)
(GPL)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    Windows (cygwin)
    </td>
                    <td style="text-align: left">
    cygwin 裡的 SSH (<a class="ulink" href="http://www.cygwin.com/">http://www.cygwin.com/</a>) (GPL)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    Macintosh 類
    </td>
                    <td style="text-align: left">
    macSSH (<a class="ulink" href="http://www.macssh.com/">http://www.macssh.com/</a>)
(GPL)
    </td>
                  </tr>
                  <tr>
                    <td style="text-align: left">
    Mac OS X
    </td>
                    <td style="text-align: left">
    OpenSSH;在終端應用中使用 <code class="literal">ssh</code> (GPL)
    </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
          <br class="table-break"/>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_setting_up_ssh_agent"/>6.9.5. 建立 ssh 代理</h3>
              </div>
            </div>
          </div>
          <p>用密碼來保護你的 SSH 認證私鑰是安全的。如果密碼沒有設定,使用 "<code class="literal">ssh-keygen -p</code>" 來設定。</p>
          <p>把你的公鑰 (比如:"<code class="literal">~/.ssh/id_rsa.pub</code>")
放到遠端主機的"<code class="literal">~/.ssh/authorized_keys</code>",這個遠端主機使用上面描述的基於密碼的連線方式。</p>
          <pre class="screen">$ ssh-agent bash
$ ssh-add ~/.ssh/id_rsa
Enter passphrase for /home/&lt;username&gt;/.ssh/id_rsa:
Identity added: /home/&lt;username&gt;/.ssh/id_rsa (/home/&lt;username&gt;/.ssh/id_rsa)</pre>
          <p>從這裡執行接下來的命令,就不再需要密碼。</p>
          <pre class="screen">$ scp foo &lt;username&gt;@remote.host:foo</pre>
          <p>按 ^D 來終結 ssh 代理會話。</p>
          <p>對於 X 服務端,通常的 Debian 啟動指令碼會作為父程序執行 <code class="literal">ssh-agent</code>。所以你只需要執行一次
<code class="literal">ssh-add</code>。進一步的資訊,請閱讀
<span class="citerefentry"><span class="refentrytitle">ssh-agent</span>(1)</span><span class="citerefentry"><span class="refentrytitle">ssh-add</span>(1)</span>.</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_how_to_shutdown_the_remote_system_on_ssh"/>6.9.6. 怎樣通過 SSH 關閉遠端系統</h3>
              </div>
            </div>
          </div>
          <p>你可以使用
<span class="citerefentry"><span class="refentrytitle">at</span>(1)</span>
命令 (參見 <a class="xref" href="ch09.zh-tw.html#_scheduling_tasks_once" title="9.3.13. 單次任務時間安排">第 9.3.13 节 “單次任務時間安排”</a>)來從 SSH
終端裡保護"<code class="literal">shutdown -h now</code>" (參見 <a class="xref" href="ch01.zh-tw.html#_how_to_shutdown_the_system" title="1.1.8. 怎樣關閉系統">第 1.1.8 节 “怎樣關閉系統”</a>)操作過程。</p>
          <pre class="screen"># echo "shutdown -h now" | at now</pre>
          <p><span class="citerefentry"><span class="refentrytitle">screen</span>(1)</span>
(參見 <a class="xref" href="ch09.zh-tw.html#_the_screen_program" title="9.1. screen 程式">第 9.1 节 “screen 程式”</a>) 會話裡執行 "<code class="literal">shutdown -h
now</code>",是另外一個方法來做這同樣的事情。</p>
        </div>
        <div class="section">
          <div class="titlepage">
            <div>
              <div>
                <h3 class="title"><a id="_troubleshooting_ssh"/>6.9.7. SSH 故障排查</h3>
              </div>
            </div>
          </div>
          <p>如果你遇到問題,檢查配置檔案的許可權並用 "<code class="literal">-v</code>"  選項執行 <code class="literal">ssh</code></p>
          <p>如果你是 root 賬戶,並有使用防火牆,使用 "<code class="literal">-p</code>" 選項; 這可以避免使用1 — 1023 之間的服務埠.</p>
          <p>如果 <code class="literal">ssh</code> 連線到遠端站點突然停止工作,這也許是系統管理員胡亂操作的結果,可能是在系統維護時改變了
"<code class="literal">host_key</code>". 在確認這個情況後,並且沒有人試圖用聰明的黑客技術來篡改遠端主機,你可以在本機
"<code class="literal">~/.ssh/known_hosts</code>" 裡刪除  "<code class="literal">host_key</code>"
條目來重新獲得連線。</p>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_other_network_application_servers"/>6.10. 其它網路應用服務</h2>
            </div>
          </div>
        </div>
        <p>這裡是其它網路應用服務。</p>
        <div class="table">
          <a id="listofothernetwoplicationservers"/>
          <p class="title">
            <strong>表 6.18. 其它網路應用服務列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="其它網路應用服務列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    協議
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/telnetd">
<code class="literal">telnetd</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=telnetd">V:1, I:3</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/telnetd.html">103</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/TELNET">TELNET</a>
              </td>
                  <td style="text-align: left">
    TELNET 服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/telnetd-ssl">
<code class="literal">telnetd-ssl</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=telnetd-ssl">V:0, I:0</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/telnetd-ssl.html">154</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    TELNET 服務( 支援SSL)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/nfs-kernel-server">
<code class="literal">nfs-kernel-server</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=nfs-kernel-server">V:32, I:88</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/nfs-kernel-server.html">321</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Network_File_System_(protocol)">NFS</a>
              </td>
                  <td style="text-align: left">
    Unix 檔案共享
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/samba"> <code class="literal">samba</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=samba">V:111, I:183</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/samba.html">10994</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Server_Message_Block">SMB</a>
              </td>
                  <td style="text-align: left">
    Windows 檔案和列印共享
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/netatalk">
<code class="literal">netatalk</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=netatalk">V:2, I:5</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/netatalk.html">3923</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/AppleTalk">ATP</a>
              </td>
                  <td style="text-align: left">
    Apple/Mac 檔案和列印共享(AppleTalk)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/proftpd-basic">
<code class="literal">proftpd-basic</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=proftpd-basic">V:32, I:40</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/p/proftpd-basic.html">5028</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>
              </td>
                  <td style="text-align: left">
    通用檔案下載
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/apache2">
<code class="literal">apache2</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=apache2">V:233, I:346</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/a/apache2.html">585</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a>
              </td>
                  <td style="text-align: left">
    通用 web 伺服器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/squid"> <code class="literal">squid</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=squid">V:13, I:16</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/squid.html">7112</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    通用 web <a class="ulink" href="https://zh.wikipedia.org/wiki/Proxy_server">代理伺服器</a>
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/squid3">
<code class="literal">squid3</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=squid3">V:11, I:17</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/squid3.html">163</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    同上
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/bind9"> <code class="literal">bind9</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=bind9">V:54, I:78</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/b/bind9.html">1870</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a>
              </td>
                  <td style="text-align: left">
    其它主機的 IP 地址
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/isc-dhcp-server">
<code class="literal">isc-dhcp-server</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=isc-dhcp-server">V:22, I:61</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/isc-dhcp-server.html">1388</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>
              </td>
                  <td style="text-align: left">
    客戶端自身的 IP 地址
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <p>通用網際網路檔案系統協議(CIFS) 和<a class="ulink" href="https://zh.wikipedia.org/wiki/Server_Message_Block">服務訊息塊(SMB)</a>
協議一樣,被微軟 Windows 廣泛應用。</p>
        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Tip">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[提示]" src="images/tip.png"/>
              </td>
              <th align="left">提示</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>參見 <a class="xref" href="ch04.zh-tw.html#_the_modern_centralized_system_management" title="4.5.2. 現代的集中式系統管理">第 4.5.2 节 “現代的集中式系統管理”</a> 服務系統整合。</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Tip">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[提示]" src="images/tip.png"/>
              </td>
              <th align="left">提示</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>主機名解析通常由 <a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a> 服務提供. 對於由 <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a> 動態分配的主機 IP 地址, <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_DNS">動態
DNS</a> 能夠使用 <code class="literal">bind9</code><code class="literal">isc-dhcp-server</code> 建立主機名解析,<a class="ulink" href="http://wiki.debian.org/DDNS">Debian wiki 的 DDNS 頁</a> 有說明.</p>
              </td>
            </tr>
          </table>
        </div>
        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
          <table border="0" summary="Tip">
            <tr>
              <td rowspan="2" align="center" valign="top">
                <img alt="[提示]" src="images/tip.png"/>
              </td>
              <th align="left">提示</th>
            </tr>
            <tr>
              <td align="left" valign="top">
                <p>使用 <code class="literal">squid</code> 之類的代理伺服器,和使用 Debian 文件庫的完全本地映象伺服器相比,能夠大量節省頻寬。</p>
              </td>
            </tr>
          </table>
        </div>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_other_network_application_clients"/>6.11. 其它網路應用客戶端</h2>
            </div>
          </div>
        </div>
        <p>這裡是其它網路應用客戶端。</p>
        <div class="table">
          <a id="listofnetworkapplicationclients"/>
          <p class="title">
            <strong>表 6.19. 網路應用客戶端列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="網路應用客戶端列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    軟件包
    </th>
                  <th style="text-align: left">
    流行度
    </th>
                  <th style="text-align: left">
    大小
    </th>
                  <th style="text-align: left">
    協議
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/netcat">
<code class="literal">netcat</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=netcat">I:33</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/netcat.html">16</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/TCP/IP">TCP/IP</a>
              </td>
                  <td style="text-align: left">
    TCP/IP 瑞士軍刀
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/openssl">
<code class="literal">openssl</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=openssl">V:794, I:991</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/o/openssl.html">1303</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Transport_Layer_Security">SSL</a>
              </td>
                  <td style="text-align: left">
    安全套接字層 (SSL)二進位制和相關的加密工具
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/stunnel4">
<code class="literal">stunnel4</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=stunnel4">V:4, I:17</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/stunnel4.html">461</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    通用 SSL 封裝
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/telnet">
<code class="literal">telnet</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=telnet">V:69, I:909</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/telnet.html">157</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/TELNET">TELNET</a>
              </td>
                  <td style="text-align: left">
    TELNET 客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/telnet-ssl">
<code class="literal">telnet-ssl</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=telnet-ssl">V:1, I:6</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/t/telnet-ssl.html">208</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    TELNET 服務( 支援SSL)
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/nfs-common">
<code class="literal">nfs-common</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=nfs-common">V:303, I:563</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/nfs-common.html">722</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Network_File_System_(protocol)">NFS</a>
              </td>
                  <td style="text-align: left">
    Unix 檔案共享
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/smbclient">
<code class="literal">smbclient</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=smbclient">V:20, I:205</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/s/smbclient.html">1710</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Server_Message_Block">SMB</a>
              </td>
                  <td style="text-align: left">
    微軟 Windows 檔案和列印共享客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/cifs-utils">
<code class="literal">cifs-utils</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=cifs-utils">V:35, I:119</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/cifs-utils.html">230</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    遠端微軟 Windows 檔案系統掛載和解除安裝命令
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ftp"> <code class="literal">ftp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ftp">V:30, I:560</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/f/ftp.html">132</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>
              </td>
                  <td style="text-align: left">
    FTP 客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/lftp"> <code class="literal">lftp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=lftp">V:6, I:40</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/lftp.html">2198</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    同上
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ncftp"> <code class="literal">ncftp</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ncftp">V:4, I:28</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/n/ncftp.html">1506</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    全屏 FTP 客戶端
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/wget"> <code class="literal">wget</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=wget">V:359, I:998</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/w/wget.html">3069</a>
                  </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a><a class="ulink" href="https://zh.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a>
    </td>
                  <td style="text-align: left">
    web 下載工具
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/curl"> <code class="literal">curl</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=curl">V:120, I:449</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/c/curl.html">377</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    同上
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/axel"> <code class="literal">axel</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=axel">V:0, I:6</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/a/axel.html">186</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    下載加速器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/aria2"> <code class="literal">aria2</code>
</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=aria2">V:2, I:17</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/a/aria2.html">4557</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">
    <a class="ulink" href="https://zh.wikipedia.org/wiki/BitTorrent_(協議)">BitTorrent</a><a class="ulink" href="https://zh.wikipedia.org/wiki/Metalink">Metalink</a> 支援的下載加速器
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/bind9-host">
<code class="literal">bind9-host</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=bind9-host">V:442, I:949</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/b/bind9-host.html">172</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a>
              </td>
                  <td style="text-align: left">來自  bind9 的
<span class="citerefentry"><span class="refentrytitle">host</span>(1)</span>,
"<code class="literal">Priority: standard</code>"
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/dnsutils">
<code class="literal">dnsutils</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=dnsutils">V:80, I:784</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/d/dnsutils.html">489</a>
                  </td>
                  <td style="text-align: left">
    同上
    </td>
                  <td style="text-align: left">來自 bind 的
<span class="citerefentry"><span class="refentrytitle">dig</span>(1)</span>,
"<code class="literal">Priority: standard</code>"
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/isc-dhcp-client">
<code class="literal">isc-dhcp-client</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=isc-dhcp-client">V:278, I:969</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/i/isc-dhcp-client.html">649</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol">DHCP</a>
              </td>
                  <td style="text-align: left">
    獲得 IP 地址
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.debian.org/sid/ldap-utils">
<code class="literal">ldap-utils</code> </a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://qa.debian.org/popcon.php?package=ldap-utils">V:18, I:77</a>
                  </td>
                  <td style="text-align: left">
                    <a class="ulink" href="http://packages.qa.debian.org/l/ldap-utils.html">680</a>
                  </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol">LDAP</a>
              </td>
                  <td style="text-align: left">
    從 LDAP 服務獲取資料
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
      </div>
      <div class="section">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title"><a id="_the_diagnosis_of_the_system_daemons"/>6.12. 系統後臺守護程序(daemon)診斷</h2>
            </div>
          </div>
        </div>
        <p><code class="literal">telnet</code> 程式能夠手工連線到系統後臺守護程序(daemon),並進行診斷。</p>
        <p>測試純 <a class="ulink" href="https://zh.wikipedia.org/wiki/Post_Office_Protocol">POP3</a> 服務,嘗試用下面的操作</p>
        <pre class="screen">$ telnet mail.ispname.net pop3</pre>
        <p>部分 ISP 提供 <a class="ulink" href="https://zh.wikipedia.org/wiki/Transport_Layer_Security">TLS</a>/SSL 加密的<a class="ulink" href="https://zh.wikipedia.org/wiki/Post_Office_Protocol">POP3</a> 服務,為了測試它,你需要用到 <code class="literal">telnet-ssl</code> 包裡支援
TLS/SSL 的 <code class="literal">telnet</code> 客戶端,或 <code class="literal">openssl</code> 軟體包。</p>
        <pre class="screen">$ telnet -z ssl pop.gmail.com 995</pre>
        <pre class="screen">$ openssl s_client -connect pop.gmail.com:995</pre>
        <p>下面的 <a class="ulink" href="http://www.ietf.org/rfc.html">RFCs</a> 提供每一個系統後臺守護程序(daemon)所需要的知識。</p>
        <div class="table">
          <a id="listofpopularrfcs"/>
          <p class="title">
            <strong>表 6.20. 常用 RFC 列表</strong>
          </p>
          <div class="table-contents">
            <table class="table" summary="常用 RFC 列表" border="1">
              <colgroup>
                <col style="text-align: left"/>
                <col style="text-align: left"/>
              </colgroup>
              <thead>
                <tr>
                  <th style="text-align: left">
    RFC
    </th>
                  <th style="text-align: left">
    說明
    </th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td style="text-align: left"><a class="ulink" href="http://tools.ietf.org/html/rfc1939">rfc1939</a><a class="ulink" href="http://tools.ietf.org/html/rfc2449">rfc2449</a>
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Post_Office_Protocol">POP3</a> 服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="http://tools.ietf.org/html/rfc3501">rfc3501</a>
              </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP4</a> 服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left"><a class="ulink" href="http://tools.ietf.org/html/rfc2821">rfc2821</a> (<a class="ulink" href="http://tools.ietf.org/html/rfc821">rfc821</a>)
    </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">SMTP</a> 服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left"><a class="ulink" href="http://tools.ietf.org/html/rfc2822">rfc2822</a> (<a class="ulink" href="http://tools.ietf.org/html/rfc822">rfc822</a>)
    </td>
                  <td style="text-align: left">
    郵件檔案格式
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="http://tools.ietf.org/html/rfc2045">rfc2045</a>
              </td>
                  <td style="text-align: left">
                <a class="ulink" href="https://zh.wikipedia.org/wiki/MIME">多用途網際網路郵件擴充套件 (MIME)</a>
              </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="http://tools.ietf.org/html/rfc819">rfc819</a>
              </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Domain_Name_System">DNS</a> 服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="http://tools.ietf.org/html/rfc2616">rfc2616</a>
              </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a> 服務
    </td>
                </tr>
                <tr>
                  <td style="text-align: left">
                <a class="ulink" href="http://tools.ietf.org/html/rfc2396">rfc2396</a>
              </td>
                  <td style="text-align: left"><a class="ulink" href="https://zh.wikipedia.org/wiki/Uniform_Resource_Identifier">URI</a> 定義
    </td>
                </tr>
              </tbody>
            </table>
          </div>
        </div>
        <br class="table-break"/>
        <p>在 "<code class="literal">/etc/services</code>" 裡,描述了埠用途.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr/>
      <table width="100%" summary="Navigation footer">
        <tr>
          <td align="left"><a accesskey="p" href="ch05.zh-tw.html"><img src="images/prev.png" alt="上一页"/></a> </td>
          <td align="center"> </td>
          <td align="right"> <a accesskey="n" href="ch07.zh-tw.html"><img src="images/next.png" alt="下一页"/></a></td>
        </tr>
        <tr>
          <td align="left" valign="top">第 5 章 網絡設置 </td>
          <td align="center">
            <a accesskey="h" href="index.zh-tw.html">
              <img src="images/home.png" alt="起始页"/>
            </a>
          </td>
          <td align="right" valign="top"> 第 7 章 X 視窗系統</td>
        </tr>
      </table>
    </div>
  </body>
</html>