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
|
<!doctype linuxdoc system>
<article>
<title>Configure general parameters
<author>Cristiano Otto Von Trompczynski
<abstract>
</abstract>
<p>
<descrip>
<tag/Bounce size limit/
The "Bounce size limit" option limits the amount of original
message context in bytes that is sent in a non-delivery notification.
This option sets the "bounce_size_limit" postfix variable.
<tag/Command time limit/
The "Command time limit" option limits the amount of time for
delivery to external commands. This limit is used by the local
delivery agent, and is the default time limit for delivery by the
pipe mailer. This option sets the "command_time_limit" postfix variable.
Note: if you set this time limit to a large value you must update the
global "Ipc timeout" option as well.
<tag/Default process limit/
The "Default process limit" option specifies the default limit
on the number of Postfix child processes that provide a given
service. This option sets the "default_process_limit" postfix
variable.
<tag/Deliver lock attempts/
The "Deliver loack attempts" option limits the number of attempts
to acquire an exclusive lock on a mailbox or other file. This
option sets the "deliver_lock_attempts" postfix variable.
<tag/Deliver lock delay/
The "Deliver lock delay" option limits the time in seconds between
attempts to acquire an exclusive lock. This option sets the
"deliver_lock_delay" postfix variable.
<tag/Duplicate filter limit/
The "Duplicate filter limit" option limits the number of addresses
remembered by the duplicate filter for alias, virtual, etc.
expansion. This option sets the "duplicate_filter_limit" postfix
variable.
<tag/Fork attempts/
The "Fork attempts" option limits the number of attempts to
fork() a process. This option sets the "fork_attemps" postfix
variable.
<tag/Fork delay/
The "Fork delay" option specifies the delay in seconds between
fork() attempts. This option sets the "fork_delay postfix variable.
<tag/Header size limit/
The "Header size limit" option limits the amount of memory in
bytes used for processing a message header. If a header is larger,
the remainder of the entire message is treated as message body.
This option sets the "header_size_limit" postfix variable.
<tag/Line length limit/
The "Line length limit" option limits the amount of memory in
bytes used for handling input lines. Longer lines are chopped up
into pieces and reconstructed upon delivery. This option sets
the "line_length_limit" postfix variable.
<tag/Message size limit/
The "Message size limit" option limits the total size in bytes of
a message, including envelope information. This option sets the
"message_size_limit" postfix variable.
<tag/qmgr message active limit/
The "qmgr message active limit" option limits the number of
messages in the active queue.
This option sets the "qmgr_message_active_limit" postfix variable.
<tag/qmgr message recipient limit/
The "qmgr message recipient limit" option limits the number of
in-memory recipients. This option also limits the size of the
short-term, in-memory destination status cache.
This option sets the "qmgr_message_recipient_limit" postfix variable.
<tag/Queue minfree/
The "Queue minfree" option specifies the minimal amount of free
space in bytes in the queue file system. This is currently used by
the SMTP server to decide if it will accept any mail at all.
This option sets the "queue_minfree" postfix variable.
<tag/Stale lock time/
The "Stale lock time" option limits the time after which a stale
lock is removed. This is used for delivery to file or mailbox.
This option sets the "stale_lock_time" postfix variable.
<tag/Transport retry time/
The "Transport retry time" option specifies the time in seconds
between attempts by the queue manager to contact a broken message
delivery transport. This option sets the "transport_retry_time"
postfix variable.
</descrip>
</article>
|