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 wrap: on
line diff
--- a/man/masqmail.conf.5	Wed Jun 30 15:45:34 2010 +0200
+++ b/man/masqmail.conf.5	Thu Jul 01 13:08:53 2010 +0200
@@ -1,4 +1,4 @@
-.TH masqmail.conf 5 2010-06-30 masqmail-0.2.25 "File Formats"
+.TH masqmail.conf 5 2010-07-01 masqmail-0.2.25 "File Formats"
 
 .SH NAME
 masqmail.conf \- masqmail configuration file
@@ -482,6 +482,18 @@
 For example you can feed your mails into a program like hypermail
 for archiving purpose by placing an appropriate pipe command in masqmail.alias
 
+.TP
+\fBmax_msg_size\fR = \fIbytes\fR
+
+This option sets the maximum size in bytes masqmail will accept for delivery.
+This value is advertised to the SMTP client by the `SIZE' message during SMTP
+session setup.
+Clients pretending to send, or actually send,
+more than \fIbytes\fR will get a 552 error message.
+
+Default is 104857600 (= 100MB).
+(This should be sufficient for most cases.)
+
 
 .SH AUTHOR