~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to man/man8/smtpd.8

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
RFC 1869 (SMTP service extensions)
53
53
RFC 1870 (Message Size Declaration)
54
54
RFC 1985 (ETRN command)
55
 
RFC 2034 (SMTP Enhanced Error Codes)
 
55
RFC 2034 (SMTP Enhanced Status Codes)
56
56
RFC 2554 (AUTH command)
57
57
RFC 2821 (SMTP protocol)
58
58
RFC 2920 (SMTP Pipelining)
341
341
.IP "\fBsmtpd_sasl_tls_security_options ($smtpd_sasl_security_options)\fR"
342
342
The SASL authentication security options that the Postfix SMTP
343
343
server uses for TLS encrypted SMTP sessions.
344
 
.IP "\fBsmtpd_starttls_timeout (300s)\fR"
 
344
.IP "\fBsmtpd_starttls_timeout (see 'postconf -d' output)\fR"
345
345
The time limit for Postfix SMTP server write and read operations
346
346
during TLS startup and shutdown handshake procedures.
347
347
.IP "\fBsmtpd_tls_CAfile (empty)\fR"
451
451
.IP "\fBtls_eecdh_ultra_curve (secp384r1)\fR"
452
452
The elliptic curve used by the SMTP server for maximally strong
453
453
ephemeral ECDH key exchange.
 
454
.PP
 
455
Available in Postfix version 2.8 and later:
 
456
.IP "\fBtls_preempt_cipherlist (no)\fR"
 
457
With SSLv3 and later, use the server's cipher preference order
 
458
instead of the client's cipher preference order.
 
459
.IP "\fBtls_disable_workarounds (see 'postconf -d' output)\fR"
 
460
List or bit-mask of OpenSSL bug work-arounds to disable.
454
461
.SH "OBSOLETE STARTTLS CONTROLS"
455
462
.na
456
463
.nf
520
527
and body_checks.
521
528
.IP "\fBnotify_classes (resource, software)\fR"
522
529
The list of error classes that are reported to the postmaster.
 
530
.IP "\fBsmtpd_reject_footer (empty)\fR"
 
531
Optional information that is appended after each SMTP server
 
532
4XX or 5XX response.
523
533
.IP "\fBsoft_bounce (no)\fR"
524
534
Safety net to keep mail queued that would otherwise be returned to
525
535
the sender.
625
635
.IP "\fBsmtpd_recipient_limit (1000)\fR"
626
636
The maximal number of recipients that the Postfix SMTP server
627
637
accepts per message delivery request.
628
 
.IP "\fBsmtpd_timeout (normal: 300s, stress: 10s)\fR"
 
638
.IP "\fBsmtpd_timeout (normal: 300s, overload: 10s)\fR"
629
639
The time limit for sending a Postfix SMTP server response and for
630
640
receiving a remote SMTP client request.
631
641
.IP "\fBsmtpd_history_flush_threshold (100)\fR"
655
665
to send to this service per time unit, regardless of whether or not
656
666
Postfix actually accepts those recipients.
657
667
.IP "\fBsmtpd_client_event_limit_exceptions ($mynetworks)\fR"
658
 
Clients that are excluded from connection count, connection rate,
659
 
or SMTP request rate restrictions.
 
668
Clients that are excluded from smtpd_client_*_count/rate_limit
 
669
restrictions.
660
670
.PP
661
671
Available in Postfix version 2.3 and later:
662
672
.IP "\fBsmtpd_client_new_tls_session_rate_limit (0)\fR"
681
691
The number of errors a remote SMTP client is allowed to make without
682
692
delivering mail before the Postfix SMTP server slows down all its
683
693
responses.
684
 
.IP "\fBsmtpd_hard_error_limit (normal: 20, stress: 1)\fR"
 
694
.IP "\fBsmtpd_hard_error_limit (normal: 20, overload: 1)\fR"
685
695
The maximal number of errors a remote SMTP client is allowed to
686
696
make without delivering mail.
687
 
.IP "\fBsmtpd_junk_command_limit (normal: 100, stress: 1)\fR"
 
697
.IP "\fBsmtpd_junk_command_limit (normal: 100, overload: 1)\fR"
688
698
The number of junk commands (NOOP, VRFY, ETRN or RSET) that a remote
689
699
SMTP client can send before the Postfix SMTP server starts to
690
700
increment the error counter with each junk command.
794
804
See the file ADDRESS_VERIFICATION_README for information
795
805
about how to configure and operate the Postfix sender/recipient
796
806
address verification service.
797
 
.IP "\fBaddress_verify_poll_count (${stress?1}${stress:3})\fR"
 
807
.IP "\fBaddress_verify_poll_count (normal: 3, overload: 1)\fR"
798
808
How many times to query the \fBverify\fR(8) service for the completion
799
809
of an address verification request in progress.
800
810
.IP "\fBaddress_verify_poll_delay (3s)\fR"
849
859
.IP "\fBmaps_rbl_reject_code (554)\fR"
850
860
The numerical Postfix SMTP server response code when a remote SMTP
851
861
client request is blocked by the reject_rbl_client, reject_rhsbl_client,
852
 
reject_rhsbl_sender or reject_rhsbl_recipient restriction.
 
862
reject_rhsbl_reverse_client, reject_rhsbl_sender or
 
863
reject_rhsbl_recipient restriction.
853
864
.IP "\fBnon_fqdn_reject_code (504)\fR"
854
865
The numerical Postfix SMTP server reply code when a client request
855
866
is rejected by the reject_non_fqdn_helo_hostname, reject_non_fqdn_sender
961
972
.PP
962
973
Available in Postfix version 2.2 and later:
963
974
.IP "\fBsmtpd_forbidden_commands (CONNECT, GET, POST)\fR"
964
 
List of commands that causes the Postfix SMTP server to immediately
 
975
List of commands that cause the Postfix SMTP server to immediately
965
976
terminate the session with a 221 code.
966
977
.PP
967
978
Available in Postfix version 2.5 and later: