masqmail-0.2

diff man/masqmail.conf.5 @ 117:5ec5e6637049

added server-side SMTP SIZE support (patch by Paolo) ``SIZE 0'' (= unlimited) is currently not supported client-side support was already implemented
author meillo@marmaro.de
date Thu, 01 Jul 2010 13:08:53 +0200
parents 315773f814f7
children cd59a5b4d3dd
line diff
     1.1 --- a/man/masqmail.conf.5	Wed Jun 30 15:45:34 2010 +0200
     1.2 +++ b/man/masqmail.conf.5	Thu Jul 01 13:08:53 2010 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -.TH masqmail.conf 5 2010-06-30 masqmail-0.2.25 "File Formats"
     1.5 +.TH masqmail.conf 5 2010-07-01 masqmail-0.2.25 "File Formats"
     1.6  
     1.7  .SH NAME
     1.8  masqmail.conf \- masqmail configuration file
     1.9 @@ -482,6 +482,18 @@
    1.10  For example you can feed your mails into a program like hypermail
    1.11  for archiving purpose by placing an appropriate pipe command in masqmail.alias
    1.12  
    1.13 +.TP
    1.14 +\fBmax_msg_size\fR = \fIbytes\fR
    1.15 +
    1.16 +This option sets the maximum size in bytes masqmail will accept for delivery.
    1.17 +This value is advertised to the SMTP client by the `SIZE' message during SMTP
    1.18 +session setup.
    1.19 +Clients pretending to send, or actually send,
    1.20 +more than \fIbytes\fR will get a 552 error message.
    1.21 +
    1.22 +Default is 104857600 (= 100MB).
    1.23 +(This should be sufficient for most cases.)
    1.24 +
    1.25  
    1.26  .SH AUTHOR
    1.27