~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to html/smtp-sink.1.html

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
       <b>-6</b>     Support IPv6 only. This  option  is  not  available
34
34
              when Postfix is built without IPv6 support.
35
35
 
 
36
       <b>-8</b>     Do not announce 8BITMIME support.
 
37
 
36
38
       <b>-a</b>     Do not announce SASL authentication support.
37
39
 
38
 
       <b>-c</b>     Display  a running counter that is updated whenever
39
 
              an SMTP QUIT command is executed.
 
40
       <b>-c</b>     Display  running counters that are updated whenever
 
41
              an SMTP session ends, a QUIT command  is  executed,
 
42
              or when "." is received.
40
43
 
41
44
       <b>-C</b>     Disable XCLIENT support.
42
45
 
43
46
       <b>-e</b>     Do not announce ESMTP support.
44
47
 
 
48
       <b>-E</b>     Do not announce ENHANCEDSTATUSCODES support.
 
49
 
45
50
       <b>-f</b> <i>command,command,...</i>
46
 
              Reject the specified commands  with  a  hard  (5xx)
47
 
              error code.
 
51
              Reject  the  specified  commands  with a hard (5xx)
 
52
              error code.  This option implies <b>-p</b>.
 
53
 
 
54
              Examples of commands are CONNECT, HELO, EHLO, LHLO,
 
55
              MAIL,  RCPT,  VRFY,  DATA, ., RSET, NOOP, and QUIT.
 
56
              Separate command names by white  space  or  commas,
 
57
              and  use  quotes  to  protect  white space from the
 
58
              shell. Command names are case-insensitive.
48
59
 
49
60
       <b>-F</b>     Disable XFORWARD support.
50
61
 
51
62
       <b>-h</b> <i>hostname</i>
52
 
              Use  <i>hostname</i>  in  the  SMTP  greeting, in the HELO
53
 
              response, and in the  EHLO  response.  The  default
 
63
              Use <i>hostname</i> in the  SMTP  greeting,  in  the  HELO
 
64
              response,  and  in  the  EHLO response. The default
54
65
              hostname is "smtp-sink".
55
66
 
56
67
       <b>-L</b>     Enable LMTP instead of SMTP.
59
70
              Terminate after <i>count</i> sessions. This is for testing
60
71
              purposes.
61
72
 
62
 
       <b>-p</b>     Do not announce support for ESMTP command  pipelin-
 
73
       <b>-p</b>     Do  not announce support for ESMTP command pipelin-
63
74
              ing.
64
75
 
65
 
       <b>-P</b>     Change  the  server  greeting so that it appears to
 
76
       <b>-P</b>     Change the server greeting so that  it  appears  to
66
77
              come through a CISCO PIX system. Implies <b>-e</b>.
67
78
 
68
79
       <b>-q</b> <i>command,command,...</i>
69
 
              Disconnect (without replying) after  receiving  one
 
80
              Disconnect  (without  replying) after receiving one
70
81
              of the specified commands.
71
82
 
 
83
              Examples of commands are CONNECT, HELO, EHLO, LHLO,
 
84
              MAIL,  RCPT,  VRFY,  DATA, ., RSET, NOOP, and QUIT.
 
85
              Separate command names by white  space  or  commas,
 
86
              and  use  quotes  to  protect  white space from the
 
87
              shell. Command names are case-insensitive.
 
88
 
72
89
       <b>-r</b> <i>command,command,...</i>
73
 
              Reject  the  specified  commands  with a soft (4xx)
74
 
              error code.
 
90
              Reject the specified commands  with  a  soft  (4xx)
 
91
              error code.  This option implies <b>-p</b>.
 
92
 
 
93
              Examples of commands are CONNECT, HELO, EHLO, LHLO,
 
94
              MAIL, RCPT, VRFY, DATA, ., RSET,  NOOP,  and  QUIT.
 
95
              Separate  command  names  by white space or commas,
 
96
              and use quotes to  protect  white  space  from  the
 
97
              shell. Command names are case-insensitive.
75
98
 
76
99
       <b>-s</b> <i>command,command,...</i>
77
 
              Log the named commands  to  syslogd.   Examples  of
78
 
              commands  that  can be logged are HELO, EHLO, LHLO,
79
 
              MAIL, RCPT, VRFY, RSET, NOOP,  and  QUIT.  Separate
80
 
              command  names  by  white  space or commas, and use
81
 
              quotes to protect white space from the shell.  Com-
82
 
              mand names are case-insensitive.
 
100
              Log the named commands to syslogd.
 
101
 
 
102
              Examples of commands are CONNECT, HELO, EHLO, LHLO,
 
103
              MAIL, RCPT, VRFY, DATA, ., RSET,  NOOP,  and  QUIT.
 
104
              Separate  command  names  by white space or commas,
 
105
              and use quotes to  protect  white  space  from  the
 
106
              shell. Command names are case-insensitive.
 
107
 
 
108
       <b>-t</b> <i>timeout</i> (default: 100)
 
109
              Limit the time for receiving a command or sending a
 
110
              response.  The time limit is specified in  seconds.
83
111
 
84
112
       <b>-v</b>     Show the SMTP conversations.
85
113
 
87
115
              Wait <i>delay</i> seconds before responding to a DATA com-
88
116
              mand.
89
117
 
90
 
       <b>-8</b>     Do not announce 8BITMIME support.
91
 
 
92
118
       [<b>inet:</b>][<i>host</i>]:<i>port</i>
93
119
              Listen on  network  interface  <i>host</i>  (default:  any
94
120
              interface) TCP port <i>port</i>. Both <i>host</i> and <i>port</i> may be