| @@ -59,7 +59,7 @@ | |||||||
| #               line that starts with whitespace continues a  logi- | #               line that starts with whitespace continues a  logi- | ||||||
| #               cal line. | #               cal line. | ||||||
| #  | #  | ||||||
| # EMAIL ADDRESS PATTERNS | # EMAIL ADDRESS PATTERNS IN INDEXED TABLES | ||||||
| #        With lookups from indexed files such as DB or DBM, or from | #        With lookups from indexed files such as DB or DBM, or from | ||||||
| #        networked tables such as NIS, LDAP or  SQL,  patterns  are | #        networked tables such as NIS, LDAP or  SQL,  patterns  are | ||||||
| #        tried in the order as listed below: | #        tried in the order as listed below: | ||||||
| @@ -97,7 +97,7 @@ | |||||||
| #        becomes:  user+foo@domain, user@domain, domain, user+foo@, | #        becomes:  user+foo@domain, user@domain, domain, user+foo@, | ||||||
| #        and user@. | #        and user@. | ||||||
| #  | #  | ||||||
| # HOST NAME/ADDRESS PATTERNS | # HOST NAME/ADDRESS PATTERNS IN INDEXED TABLES | ||||||
| #        With lookups from indexed files such as DB or DBM, or from | #        With lookups from indexed files such as DB or DBM, or from | ||||||
| #        networked  tables  such as NIS, LDAP or SQL, the following | #        networked  tables  such as NIS, LDAP or SQL, the following | ||||||
| #        lookup patterns are examined in the order as listed: | #        lookup patterns are examined in the order as listed: | ||||||
|   | |||||||
| @@ -225,22 +225,19 @@ | |||||||
| #        Other parameters of interest: | #        Other parameters of interest: | ||||||
| #  | #  | ||||||
| #        inet_interfaces (all) | #        inet_interfaces (all) | ||||||
| #               The network interface addresses that this mail sys- | #               The  local  network  interface  addresses that this | ||||||
| #               tem receives mail on. | #               mail system receives mail on. | ||||||
| #  | #  | ||||||
| #        local_header_rewrite_clients (permit_inet_interfaces) | #        local_header_rewrite_clients (permit_inet_interfaces) | ||||||
| #               Rewrite message header addresses in mail from these | #               Rewrite or add message headers in mail  from  these | ||||||
| #               clients  and  update  incomplete addresses with the | #               clients,  updating  incomplete  addresses  with the | ||||||
| #               domain name in $myorigin or $mydomain; either don't | #               domain name in $myorigin or $mydomain,  and  adding | ||||||
| #               rewrite  message headers from other clients at all, | #               missing headers. | ||||||
| #               or rewrite message headers  and  update  incomplete |  | ||||||
| #               addresses   with   the   domain  specified  in  the |  | ||||||
| #               remote_header_rewrite_domain parameter. |  | ||||||
| #  | #  | ||||||
| #        proxy_interfaces (empty) | #        proxy_interfaces (empty) | ||||||
| #               The network interface addresses that this mail sys- | #               The  remote  network  interface addresses that this | ||||||
| #               tem  receives  mail on by way of a proxy or network | #               mail system receives mail on by way of a  proxy  or | ||||||
| #               address translation unit. | #               network address translation unit. | ||||||
| #  | #  | ||||||
| #        masquerade_classes     (envelope_sender,    header_sender, | #        masquerade_classes     (envelope_sender,    header_sender, | ||||||
| #        header_recipient) | #        header_recipient) | ||||||
| @@ -272,10 +269,12 @@ | |||||||
| #               the recipient_delimiter is set to "-". | #               the recipient_delimiter is set to "-". | ||||||
| #  | #  | ||||||
| #        remote_header_rewrite_domain (empty) | #        remote_header_rewrite_domain (empty) | ||||||
| #               Don't rewrite message headers from  remote  clients | #               Rewrite  or add message headers in mail from remote | ||||||
| #               at all when this parameter is empty; otherwise, re- | #               clients if the remote_header_rewrite_domain parame- | ||||||
| #               write message  headers  and  append  the  specified | #               ter   value   is   non-empty,  updating  incomplete | ||||||
| #               domain name to incomplete addresses. | #               addresses  with  the  domain   specified   in   the | ||||||
|  | #               remote_header_rewrite_domain  parameter, and adding | ||||||
|  | #               missing headers. | ||||||
| #  | #  | ||||||
| # SEE ALSO | # SEE ALSO | ||||||
| #        cleanup(8), canonicalize and enqueue mail | #        cleanup(8), canonicalize and enqueue mail | ||||||
|   | |||||||
| @@ -193,13 +193,13 @@ | |||||||
| #        Other parameters of interest: | #        Other parameters of interest: | ||||||
| #  | #  | ||||||
| #        inet_interfaces (all) | #        inet_interfaces (all) | ||||||
| #               The network interface addresses that this mail sys- | #               The local network  interface  addresses  that  this | ||||||
| #               tem receives mail on. | #               mail system receives mail on. | ||||||
| #  | #  | ||||||
| #        proxy_interfaces (empty) | #        proxy_interfaces (empty) | ||||||
| #               The network interface addresses that this mail sys- | #               The  remote  network  interface addresses that this | ||||||
| #               tem receives mail on by way of a proxy  or  network | #               mail system receives mail on by way of a  proxy  or | ||||||
| #               address translation unit. | #               network address translation unit. | ||||||
| #  | #  | ||||||
| #        mydestination  ($myhostname,  localhost.$mydomain,  local- | #        mydestination  ($myhostname,  localhost.$mydomain,  local- | ||||||
| #        host) | #        host) | ||||||
|   | |||||||
| @@ -440,46 +440,32 @@ | |||||||
| #        tent-Length:, Return-Path:. | #        tent-Length:, Return-Path:. | ||||||
| #  | #  | ||||||
| # CONFIGURATION PARAMETERS | # CONFIGURATION PARAMETERS | ||||||
| #        body_checks | #        body_checks (empty) | ||||||
| #               Lookup tables with content filter rules for message | #               Optional  lookup  tables  for content inspection as | ||||||
| #               body lines.  These filters see one physical line at | #               specified in the body_checks(5) manual page. | ||||||
| #               a  time,  in  chunks  of at most $line_length_limit |  | ||||||
| #               bytes. |  | ||||||
| #  | #  | ||||||
| #        body_checks_size_limit | #        body_checks_size_limit (51200) | ||||||
| #               The amount of  content  per  message  body  segment | #               How much text in a message body segment (or attach- | ||||||
| #               (attachment) that is subjected to $body_checks fil- | #               ment,  if you prefer to use that term) is subjected | ||||||
| #               tering. | #               to body_checks inspection. | ||||||
| #  | #  | ||||||
| #        header_checks | #        header_checks (empty) | ||||||
|  | #               Optional lookup tables for  content  inspection  of | ||||||
|  | #               primary  non-MIME  message headers, as specified in | ||||||
|  | #               the header_checks(5) manual page. | ||||||
| #  | #  | ||||||
| #        mime_header_checks (default: $header_checks) | #        mime_header_checks ($header_checks) | ||||||
|  | #               Optional lookup tables for  content  inspection  of | ||||||
|  | #               MIME  related  message headers, as described in the | ||||||
|  | #               header_checks(5) manual page. | ||||||
| #  | #  | ||||||
| #        nested_header_checks (default: $header_checks) | #        nested_header_checks ($header_checks) | ||||||
| #               Lookup tables with content filter rules for message | #               Optional lookup tables for  content  inspection  of | ||||||
| #               header  lines:  respectively,  these are applied to | #               non-MIME  message  headers in attached messages, as | ||||||
| #               the initial message  headers  (not  including  MIME | #               described in the header_checks(5) manual page. | ||||||
| #               headers),  to the MIME headers anywhere in the mes- |  | ||||||
| #               sage, and to the initial headers of  attached  mes- |  | ||||||
| #               sages. |  | ||||||
| #  | #  | ||||||
| #               Note:  these filters see one logical message header | #        disable_mime_input_processing (no) | ||||||
| #               at a time, even when a message header spans  multi- | #               Turn off MIME processing while receiving mail. | ||||||
| #               ple  lines.  Message  headers  that are longer than |  | ||||||
| #               $header_size_limit characters are truncated. |  | ||||||
| #  |  | ||||||
| #        disable_mime_input_processing |  | ||||||
| #               While receiving mail, give no special treatment  to |  | ||||||
| #               MIME  related  message  headers; all text after the |  | ||||||
| #               initial message headers is considered to be part of |  | ||||||
| #               the  message body. This means that header_checks is |  | ||||||
| #               applied to all the  initial  message  headers,  and |  | ||||||
| #               that body_checks is applied to the remainder of the |  | ||||||
| #               message. |  | ||||||
| #  |  | ||||||
| #               Note: when used in this  manner,  body_checks  will |  | ||||||
| #               process  a  multi-line message header one line at a |  | ||||||
| #               time. |  | ||||||
| #  | #  | ||||||
| # EXAMPLES | # EXAMPLES | ||||||
| #        Header pattern to block attachments  with  bad  file  name | #        Header pattern to block attachments  with  bad  file  name | ||||||
|   | |||||||
| @@ -178,6 +178,7 @@ $manpage_directory/man5/generic.5.gz:f:root:-:644 | |||||||
| $manpage_directory/man5/header_checks.5.gz:f:root:-:644 | $manpage_directory/man5/header_checks.5.gz:f:root:-:644 | ||||||
| $manpage_directory/man5/master.5.gz:f:root:-:644 | $manpage_directory/man5/master.5.gz:f:root:-:644 | ||||||
| $manpage_directory/man5/memcache_table.5.gz:f:root:-:644 | $manpage_directory/man5/memcache_table.5.gz:f:root:-:644 | ||||||
|  | $manpage_directory/man5/mongodb_table.5.gz:f:root:-:644 | ||||||
| $manpage_directory/man5/socketmap_table.5.gz:f:root:-:644 | $manpage_directory/man5/socketmap_table.5.gz:f:root:-:644 | ||||||
| $manpage_directory/man5/nisplus_table.5.gz:f:root:-:644 | $manpage_directory/man5/nisplus_table.5.gz:f:root:-:644 | ||||||
| $manpage_directory/man5/postconf.5.gz:f:root:-:644 | $manpage_directory/man5/postconf.5.gz:f:root:-:644 | ||||||
| @@ -209,7 +210,7 @@ $manpage_directory/man8/qmgr.8.gz:f:root:-:644 | |||||||
| $manpage_directory/man8/qmqpd.8.gz:f:root:-:644 | $manpage_directory/man8/qmqpd.8.gz:f:root:-:644 | ||||||
| $manpage_directory/man8/scache.8.gz:f:root:-:644 | $manpage_directory/man8/scache.8.gz:f:root:-:644 | ||||||
| $manpage_directory/man8/showq.8.gz:f:root:-:644 | $manpage_directory/man8/showq.8.gz:f:root:-:644 | ||||||
| $manpage_directory/man8/smtp.8.gz:f:root:-:644 | $manpage_directory/man8/smtp.postfix.8.gz:f:root:-:644 | ||||||
| $manpage_directory/man8/smtpd.postfix.8.gz:f:root:-:644 | $manpage_directory/man8/smtpd.postfix.8.gz:f:root:-:644 | ||||||
| $manpage_directory/man8/spawn.8.gz:f:root:-:644 | $manpage_directory/man8/spawn.8.gz:f:root:-:644 | ||||||
| $manpage_directory/man8/tlsproxy.8.gz:f:root:-:644 | $manpage_directory/man8/tlsproxy.8.gz:f:root:-:644 | ||||||
| @@ -264,6 +265,7 @@ $readme_directory/CONTENT_INSPECTION_README:f:root:-:644 | |||||||
| $readme_directory/DATABASE_README:f:root:-:644 | $readme_directory/DATABASE_README:f:root:-:644 | ||||||
| $readme_directory/DB_README:f:root:-:644 | $readme_directory/DB_README:f:root:-:644 | ||||||
| $readme_directory/DEBUG_README:f:root:-:644 | $readme_directory/DEBUG_README:f:root:-:644 | ||||||
|  | $readme_directory/DEPRECATION_README:f:root:-:644 | ||||||
| $readme_directory/DSN_README:f:root:-:644 | $readme_directory/DSN_README:f:root:-:644 | ||||||
| $readme_directory/ETRN_README:f:root:-:644 | $readme_directory/ETRN_README:f:root:-:644 | ||||||
| $readme_directory/FILTER_README:f:root:-:644 | $readme_directory/FILTER_README:f:root:-:644 | ||||||
| @@ -278,6 +280,7 @@ $readme_directory/MAILDROP_README:f:root:-:644 | |||||||
| $readme_directory/MAILLOG_README:f:root:-:644 | $readme_directory/MAILLOG_README:f:root:-:644 | ||||||
| $readme_directory/MEMCACHE_README:f:root:-:644 | $readme_directory/MEMCACHE_README:f:root:-:644 | ||||||
| $readme_directory/MILTER_README:f:root:-:644 | $readme_directory/MILTER_README:f:root:-:644 | ||||||
|  | $readme_directory/MONGODB_README:f:root:-:644 | ||||||
| $readme_directory/MULTI_INSTANCE_README:f:root:-:644 | $readme_directory/MULTI_INSTANCE_README:f:root:-:644 | ||||||
| $readme_directory/SMTPUTF8_README:f:root:-:644 | $readme_directory/SMTPUTF8_README:f:root:-:644 | ||||||
| $readme_directory/NFS_README:f:root:-:644 | $readme_directory/NFS_README:f:root:-:644 | ||||||
| @@ -321,6 +324,7 @@ $html_directory/CYRUS_README.html:f:root:-:644:o | |||||||
| $html_directory/DATABASE_README.html:f:root:-:644 | $html_directory/DATABASE_README.html:f:root:-:644 | ||||||
| $html_directory/DB_README.html:f:root:-:644 | $html_directory/DB_README.html:f:root:-:644 | ||||||
| $html_directory/DEBUG_README.html:f:root:-:644 | $html_directory/DEBUG_README.html:f:root:-:644 | ||||||
|  | $html_directory/DEPRECATION_README.html:f:root:-:644 | ||||||
| $html_directory/DSN_README.html:f:root:-:644 | $html_directory/DSN_README.html:f:root:-:644 | ||||||
| $html_directory/ETRN_README.html:f:root:-:644 | $html_directory/ETRN_README.html:f:root:-:644 | ||||||
| $html_directory/FILTER_README.html:f:root:-:644 | $html_directory/FILTER_README.html:f:root:-:644 | ||||||
| @@ -335,6 +339,7 @@ $html_directory/MAILDROP_README.html:f:root:-:644 | |||||||
| $html_directory/MAILLOG_README.html:f:root:-:644 | $html_directory/MAILLOG_README.html:f:root:-:644 | ||||||
| $html_directory/MEMCACHE_README.html:f:root:-:644 | $html_directory/MEMCACHE_README.html:f:root:-:644 | ||||||
| $html_directory/MILTER_README.html:f:root:-:644 | $html_directory/MILTER_README.html:f:root:-:644 | ||||||
|  | $html_directory/MONGODB_README.html:f:root:-:644 | ||||||
| $html_directory/MULTI_INSTANCE_README.html:f:root:-:644 | $html_directory/MULTI_INSTANCE_README.html:f:root:-:644 | ||||||
| $html_directory/MYSQL_README.html:f:root:-:644 | $html_directory/MYSQL_README.html:f:root:-:644 | ||||||
| $html_directory/SMTPUTF8_README.html:f:root:-:644 | $html_directory/SMTPUTF8_README.html:f:root:-:644 | ||||||
| @@ -391,6 +396,7 @@ $html_directory/mailq.1.html:f:root:-:644 | |||||||
| $html_directory/master.5.html:f:root:-:644 | $html_directory/master.5.html:f:root:-:644 | ||||||
| $html_directory/master.8.html:f:root:-:644 | $html_directory/master.8.html:f:root:-:644 | ||||||
| $html_directory/memcache_table.5.html:f:root:-:644 | $html_directory/memcache_table.5.html:f:root:-:644 | ||||||
|  | $html_directory/mongodb_table.5.html:f:root:-:644 | ||||||
| $html_directory/mysql_table.5.html:f:root:-:644 | $html_directory/mysql_table.5.html:f:root:-:644 | ||||||
| $html_directory/sqlite_table.5.html:f:root:-:644 | $html_directory/sqlite_table.5.html:f:root:-:644 | ||||||
| $html_directory/nisplus_table.5.html:f:root:-:644 | $html_directory/nisplus_table.5.html:f:root:-:644 | ||||||
| @@ -410,6 +416,7 @@ $html_directory/postfix-manuals.html:f:root:-:644 | |||||||
| $html_directory/postfix-tls.1.html:f:root:-:644 | $html_directory/postfix-tls.1.html:f:root:-:644 | ||||||
| $html_directory/postfix-wrapper.5.html:f:root:-:644 | $html_directory/postfix-wrapper.5.html:f:root:-:644 | ||||||
| $html_directory/postfix.1.html:f:root:-:644 | $html_directory/postfix.1.html:f:root:-:644 | ||||||
|  | $html_directory/postfix-doc.css:f:root:-:644 | ||||||
| $html_directory/postkick.1.html:f:root:-:644 | $html_directory/postkick.1.html:f:root:-:644 | ||||||
| $html_directory/postlock.1.html:f:root:-:644 | $html_directory/postlock.1.html:f:root:-:644 | ||||||
| $html_directory/postlog.1.html:f:root:-:644 | $html_directory/postlog.1.html:f:root:-:644 | ||||||
|   | |||||||
| @@ -131,8 +131,8 @@ | |||||||
| #        Other parameters of interest: | #        Other parameters of interest: | ||||||
| #  | #  | ||||||
| #        inet_interfaces (all) | #        inet_interfaces (all) | ||||||
| #               The network interface addresses that this mail sys- | #               The  local  network  interface  addresses that this | ||||||
| #               tem receives mail on. | #               mail system receives mail on. | ||||||
| #  | #  | ||||||
| #        mydestination  ($myhostname,  localhost.$mydomain,  local- | #        mydestination  ($myhostname,  localhost.$mydomain,  local- | ||||||
| #        host) | #        host) | ||||||
| @@ -145,9 +145,9 @@ | |||||||
| #               ered to. | #               ered to. | ||||||
| #  | #  | ||||||
| #        proxy_interfaces (empty) | #        proxy_interfaces (empty) | ||||||
| #               The network interface addresses that this mail sys- | #               The  remote  network  interface addresses that this | ||||||
| #               tem receives mail on by way of a proxy  or  network | #               mail system receives mail on by way of a  proxy  or | ||||||
| #               address translation unit. | #               network address translation unit. | ||||||
| #  | #  | ||||||
| # SEE ALSO | # SEE ALSO | ||||||
| #        trivial-rewrite(8), address resolver | #        trivial-rewrite(8), address resolver | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user