summaryrefslogtreecommitdiffstats
path: root/templates/man8/sendmail.sendmail.8.pot
blob: 1e8684fc8d4f4e715a91125bbc2ae005c547a6ed (plain)
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
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-03-01 17:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "SENDMAIL"
msgstr ""

#. type: TH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "$Date: 2013-11-22 20:51:56 $"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "sendmail - an electronic mail transport agent"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "B<sendmail> [I<flags>] [I<address ...>]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "B<newaliases>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "B<mailq> [B<-v>]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "B<hoststat>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "B<purgestat>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "B<smtpd>"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"B<Sendmail> sends a message to one or more I<recipients,> routing the "
"message over whatever networks are necessary.  B<Sendmail> does internetwork "
"forwarding as necessary to deliver the message to the correct place."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"B<Sendmail> is not intended as a user interface routine; other programs "
"provide user-friendly front ends; B<sendmail> is used only to deliver pre-"
"formatted messages."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"With no flags, B<sendmail> reads its standard input up to an end-of-file or "
"a line consisting only of a single dot and sends a copy of the message found "
"there to all of the addresses listed.  It determines the network(s) to use "
"based on the syntax and contents of the addresses."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Local addresses are looked up in a file and aliased appropriately.  Aliasing "
"can be prevented by preceding the address with a backslash.  Beginning with "
"8.10, the sender is included in any alias expansions, e.g., if `john' sends "
"to `group', and `group' includes `john' in the expansion, then the letter "
"will also be delivered to `john'."
msgstr ""

#. type: SS
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "Parameters"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-Ac>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Use submit.cf even if the operation mode does not indicate an initial mail "
"submission."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-Am>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Use sendmail.cf even if the operation mode indicates an initial mail "
"submission."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-B>I<type>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the body type to I<type>.  Current legal values are 7BIT or 8BITMIME."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-ba>"
msgstr ""

#. type: Plain text
#: debian-bookworm
msgid ""
"Go into ARPANET mode.  All input lines must end with a CR-LF, and all "
"messages will be generated with a CR-LF at the end.  Also, the ``From:'' and "
"``Sender:'' fields are examined for the name of the sender."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bC>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Check the configuration file."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bd>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Run as a daemon.  B<Sendmail> will fork and run in background listening on "
"socket 25 for incoming SMTP connections.  This is normally run from /etc/rc."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bD>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Same as B<-bd> except runs in foreground."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bh>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Print the persistent host status database."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bH>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Purge expired entries from the persistent host status database."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bi>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Initialize the alias database."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bm>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Deliver mail in the usual way (default)."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bp>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Print a listing of the queue(s)."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bP>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Print number of entries in the queue(s); only available with shared memory "
"support."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bs>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Use the SMTP protocol as described in RFC821 on standard input and output.  "
"This flag implies all the operations of the B<-ba> flag that are compatible "
"with SMTP."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bt>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Run in address test mode.  This mode reads addresses and shows the steps in "
"parsing; it is used for debugging configuration tables."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-bv>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Verify names only - do not try to collect or deliver a message.  Verify mode "
"is normally used for validating users or mailing lists."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-C>I<file>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Use alternate configuration file.  B<Sendmail> gives up any enhanced (set-"
"user-ID or set-group-ID) privileges if an alternate configuration file is "
"specified."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-D >I<logfile>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Send debugging output to the indicated log file instead of stdout."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-d>I<category>B<.>I<level...>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the debugging flag for I<category> to I<level>.  I<Category> is either "
"an integer or a name specifying the topic, and I<level> an integer "
"specifying the level of debugging output desired.  Higher levels generally "
"mean more output.  More than one flag can be specified by separating them "
"with commas.  A list of numeric debugging categories can be found in the "
"TRACEFLAGS file in the sendmail source distribution."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"The option B<-d0.1> prints the version of B<sendmail> and the options it was "
"compiled with."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Most other categories are only useful with, and documented in, B<sendmail>'s "
"source code."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-F>I<fullname>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Set the full name of the sender."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-f>I<name>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Sets the name of the ``from'' person (i.e., the envelope sender of the "
"mail).  This address may also be used in the From: header if that header is "
"missing during initial submission.  The envelope sender address is used as "
"the recipient for delivery status notifications and may also appear in a "
"Return-Path: header.  B<-f> should only be used by ``trusted'' users "
"(normally I<root>, I<daemon>, and I<network>)  or if the person you are "
"trying to become is the same as the person you are.  Otherwise, an X-"
"Authentication-Warning header will be added to the message."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-G>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Relay (gateway) submission of a message, e.g., when B<rmail> calls "
"B<sendmail .>"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-h>I<N>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the hop count to I<N>.  The hop count is incremented every time the mail "
"is processed.  When it reaches a limit, the mail is returned with an error "
"message, the victim of an aliasing loop.  If not specified, ``Received:'' "
"lines in the message are counted."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-i>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Do not strip a leading dot from lines in incoming messages, and do not treat "
"a dot on a line by itself as the end of an incoming message.  This should be "
"set if you are reading data from a file."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-L >I<tag>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Set the identifier used in syslog messages to the supplied I<tag>."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-N >I<dsn>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set delivery status notification conditions to I<dsn>, which can be `never' "
"for no notifications or a comma separated list of the values `failure' to be "
"notified if delivery failed, `delay' to be notified if delivery is delayed, "
"and `success' to be notified when the message is successfully delivered."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-n>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Don't do aliasing."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-O> I<option>=I<value>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set option I<option> to the specified I<value>.  This form uses long names.  "
"See below for more details."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-o>I<x value>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set option I<x> to the specified I<value>.  This form uses single character "
"names only.  The short names are not described in this manual page; see the "
"I<Sendmail Installation and Operation Guide> for details."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-p>I<protocol>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the name of the protocol used to receive the message.  This can be a "
"simple protocol name such as ``UUCP'' or a protocol and hostname, such as "
"``UUCP:ucbvax''."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>[I<time>]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Process saved messages in the queue at given intervals.  If I<time> is "
"omitted, process the queue once.  I<Time> is given as a tagged number, with "
"`s' being seconds, `m' being minutes (default), `h' being hours, `d' being "
"days, and `w' being weeks.  For example, `-q1h30m' or `-q90m' would both set "
"the timeout to one hour thirty minutes.  By default, B<sendmail> will run in "
"the background.  This option can be used safely with B<-bd>."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-qp>[I<time>]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Similar to B<-q>I<time>, except that instead of periodically forking a child "
"to process the queue, sendmail forks a single persistent child for each "
"queue that alternates between processing the queue and sleeping.  The sleep "
"time is given as the argument; it defaults to 1 second.  The process will "
"always sleep at least 5 seconds if the queue was empty in the previous queue "
"run."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>f"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Process saved messages in the queue once and do not fork(), but run in the "
"foreground."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>GI<name>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Process jobs in queue group called I<name> only."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>[I<!>]II<substr>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Limit processed jobs to those containing I<substr> as a substring of the "
"queue id or not when I<!> is specified."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>[I<!>]QI<substr>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Limit processed jobs to quarantined jobs containing I<substr> as a substring "
"of the quarantine reason or not when I<!> is specified."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>[I<!>]RI<substr>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Limit processed jobs to those containing I<substr> as a substring of one of "
"the recipients or not when I<!> is specified."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-q>[I<!>]SI<substr>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Limit processed jobs to those containing I<substr> as a substring of the "
"sender or not when I<!> is specified."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-Q>[reason]"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Quarantine a normal queue items with the given reason or unquarantine "
"quarantined queue items if no reason is given.  This should only be used "
"with some sort of item matching using as described above."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-R >I<return>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the amount of the message to be returned if the message bounces.  The "
"I<return> parameter can be `full' to return the entire message or `hdrs' to "
"return only the headers.  In the latter case also local bounces return only "
"the headers."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-r>I<name>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "An alternate and obsolete form of the B<-f> flag."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-t>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Read message for recipients.  To:, Cc:, and Bcc: lines will be scanned for "
"recipient addresses.  The Bcc: line will be deleted before transmission."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-U>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"If a mail submission via the command line requires the use of the "
"B<SMTPUTF8> argument for the B<MAIL> command, e.g., because a header uses "
"UTF-8 encoding, but the addresses on the command line are all ASCII, then "
"this option must be used.  Only available if B<EAI> support is enabled, and "
"the B<SMTPUTF8> option is set."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-V >I<envid>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the original envelope id.  This is propagated across SMTP to servers "
"that support DSNs and is returned in DSN-compliant error messages."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-v>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Go into verbose mode.  Alias expansions will be announced, etc."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-X >I<logfile>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Log all traffic in and out of mailers in the indicated log file.  This "
"should only be used as a last resort for debugging mailer bugs.  It will log "
"a lot of data very quickly."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "B<-->"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Stop processing command flags and use the rest of the arguments as addresses."
msgstr ""

#. type: SS
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "Options"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"There are also a number of processing options that may be set.  Normally "
"these will only be used by a system administrator.  Options may be set "
"either on the command line using the B<-o> flag (for short names), the B<-O> "
"flag (for long names), or in the configuration file.  This is a partial list "
"limited to those options that are likely to be useful on the command line "
"and only shows the long names; for a complete list (and details), consult "
"the I<Sendmail Installation and Operation Guide>.  The options are:"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "AliasFile=I<file>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Use alternate alias file."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "HoldExpensive"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"On mailers that are considered ``expensive'' to connect to, don't initiate "
"immediate connection.  This requires queueing."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "CheckpointInterval=I<N>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Checkpoint the queue file after every I<N> successful deliveries (default "
"10).  This avoids excessive duplicate deliveries when sending to long "
"mailing lists interrupted by system crashes."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "DeliveryMode=I<x>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the delivery mode to I<x>.  Delivery modes are `i' for interactive "
"(synchronous) delivery, `b' for background (asynchronous) delivery, `q' for "
"queue only - i.e., actual delivery is done the next time the queue is run, "
"and `d' for deferred - the same as `q' except that database lookups for maps "
"which have set the -D option (default for the host map) are avoided."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "ErrorMode=I<x>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set error processing to mode I<x>.  Valid modes are `m' to mail back the "
"error message, `w' to ``write'' back the error message (or mail it back if "
"the sender is not logged in), `p' to print the errors on the terminal "
"(default), `q' to throw away error messages (only exit status is returned), "
"and `e' to do special processing for the BerkNet.  If the text of the "
"message is not mailed back by modes `m' or `w' and if the sender is local to "
"this machine, a copy of the message is appended to the file I<dead.letter> "
"in the sender's home directory."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "SaveFromLine"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Save UNIX-style From lines at the front of messages."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "MaxHopCount=I<N>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"The maximum number of times a message is allowed to ``hop'' before we decide "
"it is in a loop."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "IgnoreDots"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Do not take dots on a line by themselves as a message terminator."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "SendMimeErrors"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Send error messages in MIME format.  If not set, the DSN (Delivery Status "
"Notification) SMTP extension is disabled."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "ConnectionCacheTimeout=I<timeout>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Set connection cache timeout."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "ConnectionCacheSize=I<N>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Set connection cache size."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "LogLevel=I<n>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "The log level."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "MeToo=I<False>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Don't send to ``me'' (the sender) if I am in an alias expansion."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "CheckAliases"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Validate the right hand side of aliases during a newaliases(1)  command."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "OldStyleHeaders"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"If set, this message may have old style headers.  If not set, this message "
"is guaranteed to have new style headers (i.e., commas instead of spaces "
"between addresses).  If set, an adaptive algorithm is used that will "
"correctly determine the header format in most cases."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "QueueDirectory=I<queuedir>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Select the directory in which to queue messages."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "StatusFile=I<file>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Save statistics in the named file."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "Timeout.queuereturn=I<time>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the timeout on undelivered messages in the queue to the specified time.  "
"After delivery has failed (e.g., because of a host being down)  for this "
"amount of time, failed messages will be returned to the sender.  The default "
"is five days."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "UserDatabaseSpec=I<userdatabase>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"If set, a user database is consulted to get forwarding information.  You can "
"consider this an adjunct to the aliasing mechanism, except that the database "
"is intended to be distributed; aliases are local to a particular host.  This "
"may not be available if your sendmail does not have the USERDB option "
"compiled in."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "ForkEachJob"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Fork each job during queue runs.  May be convenient on memory-poor machines."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "SevenBitInput"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Strip incoming messages to seven bits."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EightBitMode=I<mode>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the handling of eight bit input to seven bit destinations to I<mode>: m "
"(mimefy) will convert to seven-bit MIME format, p (pass) will pass it as "
"eight bits (but violates protocols), and s (strict) will bounce the message."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "MinQueueAge=I<timeout>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Sets how long a job must ferment in the queue between attempts to send it."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "DefaultCharSet=I<charset>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Sets the default character set used to label 8-bit data that is not "
"otherwise labelled."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "NoRecipientAction=I<action>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Set the behaviour when there are no recipient headers (To:, Cc: or Bcc:) in "
"the message to I<action>: none leaves the message unchanged, add-to adds a "
"To: header with the envelope recipients, add-apparently-to adds an "
"Apparently-To: header with the envelope recipients, add-bcc adds an empty "
"Bcc: header, and add-to-undisclosed adds a header reading `To: undisclosed-"
"recipients:;'."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "MaxDaemonChildren=I<N>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"Sets the maximum number of children that an incoming SMTP daemon will be "
"allowed to spawn at any time to I<N>."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "ConnectionRateThrottle=I<N>"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Sets the maximum number of connections per second to the SMTP port to I<N>."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"In aliases, the first character of a name may be a vertical bar to cause "
"interpretation of the rest of the name as a command to pipe the mail to.  It "
"may be necessary to quote the name to keep B<sendmail> from suppressing the "
"blanks from between arguments.  For example, a common alias is:"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "msgs: \"|/usr/bin/msgs -s\""
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Aliases may also have the syntax ``:include:I<filename>'' to ask B<sendmail> "
"to read the named file for a list of recipients.  For example, an alias such "
"as:"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "poets: \":include:/usr/local/lib/poets.list\""
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"would read I</usr/local/lib/poets.list> for the list of addresses making up "
"the group."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"B<Sendmail> returns an exit status describing what it did.  The codes are "
"defined in E<lt>I<sysexits.h>E<gt>:"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_OK"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Successful completion on all addresses."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_NOUSER"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "User name not recognized."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_UNAVAILABLE"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Catchall meaning necessary resources were not available."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_SYNTAX"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Syntax error in address."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_SOFTWARE"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Internal software error, including bad arguments."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_OSERR"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Temporary operating system error, such as ``cannot fork''."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_NOHOST"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Host name not recognized."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "EX_TEMPFAIL"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "Message could not be sent immediately, but was queued."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"If invoked as B<newaliases>, B<sendmail> will rebuild the alias database.  "
"If invoked as B<mailq>, B<sendmail> will print the contents of the mail "
"queue.  If invoked as B<hoststat>, B<sendmail> will print the persistent "
"host status database.  If invoked as B<purgestat>, B<sendmail> will purge "
"expired entries from the persistent host status database.  If invoked as "
"B<smtpd>, B<sendmail> will act as a daemon, as if the B<-bd> option were "
"specified."
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "NOTES"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"B<sendmail> often gets blamed for many problems that are actually the result "
"of other problems, such as overly permissive modes on directories.  For this "
"reason, B<sendmail> checks the modes on system directories and files to "
"determine if they can be trusted.  Although these checks can be turned off "
"and your system security reduced by setting the B<DontBlameSendmail> option, "
"the permission problems should be fixed.  For more information, see the "
"I<Sendmail Installation and Operation Guide>"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "FILES"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"Except for the file I</etc/mail/sendmail.cf> itself the following pathnames "
"are all specified in I</etc/mail/sendmail.cf>.  Thus, these values are only "
"approximations."
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable
#, no-wrap
msgid " /etc/mail/aliases"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "raw data for alias names"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable
#, no-wrap
msgid " /etc/mail/aliases.db"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid "data base of alias names"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid " /etc/mail/sendmail.cf"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "configuration file"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid " /etc/mail/helpfile"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "help file"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable
#, no-wrap
msgid " /var/lib/sendmail/sendmail.st"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "collected statistics"
msgstr ""

#. type: TP
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid " /var/spool/mqueue/*"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "temp files"
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable
msgid ""
"binmail(1), mail(1), rmail(1), syslog(3), aliases(5), mailaddr(7), rc(8)"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid ""
"DARPA Internet Request For Comments I<RFC819>, I<RFC821>, I<RFC822>.  "
"I<Sendmail Installation and Operation Guide>, No. 8, SMM."
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "http://www.sendmail.org/"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "US Patent Numbers 6865671, 6986037."
msgstr ""

#. type: SH
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
#, no-wrap
msgid "HISTORY"
msgstr ""

#. type: Plain text
#: debian-bookworm debian-unstable fedora-40 fedora-rawhide
msgid "The B<sendmail> command appeared in 4.2BSD."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-40 fedora-rawhide
msgid ""
"Go into ARPANET mode.  All input lines must end with a CRLF, and all "
"messages will be generated with a CRLF at the end.  Also, the ``From:'' and "
"``Sender:'' fields are examined for the name of the sender."
msgstr ""

#. type: Plain text
#: fedora-40 fedora-rawhide
msgid ""
"Sets the maximum number of children that an incoming SMTP daemon will allow "
"to spawn at any time to I<N>."
msgstr ""

#. type: TP
#: fedora-40 fedora-rawhide
#, no-wrap
msgid " /etc/aliases"
msgstr ""

#. type: TP
#: fedora-40 fedora-rawhide
#, no-wrap
msgid " /etc/aliases.db"
msgstr ""

#. type: Plain text
#: fedora-40 fedora-rawhide
#, no-wrap
msgid ""
" /etc/aliases.cdb\n"
"data base of alias names\n"
msgstr ""

#. type: TP
#: fedora-40 fedora-rawhide
#, no-wrap
msgid " /var/log/mail/statistics"
msgstr ""

#. type: Plain text
#: fedora-40 fedora-rawhide
msgid "mail(1), rmail(1), syslog(3), aliases(5), mailaddr(7),"
msgstr ""