Home | History | Annotate | Line # | Download | only in conf
postfix-files revision 1.8
      1  1.5      tron #	$NetBSD: postfix-files,v 1.8 2022/10/08 16:12:43 christos Exp $
      2  1.1      tron #
      3  1.2      tron # Commented out entries mean files not installed under NetBSD.
      4  1.1      tron #
      5  1.1      tron # Do not edit this file.
      6  1.1      tron #
      7  1.1      tron # This file controls the postfix-install script for installation of
      8  1.1      tron # Postfix programs, configuration files and documentation, as well
      9  1.1      tron # as the post-install script for setting permissions and for updating
     10  1.1      tron # Postfix configuration files. See the respective manual pages within
     11  1.1      tron # the script files.
     12  1.1      tron #
     13  1.6  christos # Do not list $command_directory or $shlib_directory in this file,
     14  1.6  christos # or it will be blown away by a future Postfix uninstallation
     15  1.6  christos # procedure. You would not want to lose all files in /usr/sbin or
     16  1.6  christos # /usr/local/lib.
     17  1.1      tron #
     18  1.1      tron # Each record in this file describes one file or directory.
     19  1.1      tron # Fields are separated by ":". Specify a null field as "-".
     20  1.1      tron # Missing fields or separators at the end are OK.
     21  1.1      tron #
     22  1.1      tron # File format:
     23  1.1      tron #	name:type:owner:group:permission:flags
     24  1.1      tron #	No group means don't change group ownership.
     25  1.1      tron #
     26  1.1      tron # File types:
     27  1.1      tron #	d=directory
     28  1.1      tron #	f=regular file
     29  1.1      tron #	h=hard link (*)
     30  1.1      tron #	l=symbolic link (*)
     31  1.1      tron #
     32  1.1      tron # (*) With hard links and symbolic links, the owner field becomes the
     33  1.1      tron #     source pathname, while the group and permissions are ignored.
     34  1.1      tron #
     35  1.1      tron # File flags:
     36  1.1      tron #	No flag means the flag is not active.
     37  1.1      tron #	p=preserve existing file, do not replace (postfix-install).
     38  1.1      tron #	u=update owner/group/mode (post-install upgrade-permissions).
     39  1.1      tron #	c=create missing directory (post-install create-missing).
     40  1.1      tron #	r=apply owner/group recursively (post-install set/upgrade-permissions).
     41  1.1      tron #	o=obsolete, no longer part of Postfix
     42  1.1      tron #	1=optional for non-default instance (config_dir != built-in default).
     43  1.1      tron #
     44  1.1      tron # Note: the "u" flag is for upgrading the permissions of existing files
     45  1.1      tron # or directories after changes in Postfix architecture. For robustness
     46  1.1      tron # it is a good idea to "u" all the files that have special ownership or
     47  1.1      tron # permissions, so that running "make install" fixes any glitches.
     48  1.1      tron #
     49  1.6  christos # Note: order matters. Update shared libraries and database plugins
     50  1.6  christos # before daemon/command-line programs.
     51  1.1      tron $config_directory:d:root:-:755:u
     52  1.1      tron $data_directory:d:$mail_owner:-:700:uc
     53  1.1      tron $daemon_directory:d:root:-:755:u
     54  1.1      tron $queue_directory:d:root:-:755:uc
     55  1.1      tron $sample_directory:d:root:-:755:o
     56  1.1      tron $readme_directory:d:root:-:755
     57  1.1      tron $html_directory:d:root:-:755
     58  1.1      tron $queue_directory/active:d:$mail_owner:-:700:ucr
     59  1.1      tron $queue_directory/bounce:d:$mail_owner:-:700:ucr
     60  1.1      tron $queue_directory/corrupt:d:$mail_owner:-:700:ucr
     61  1.1      tron $queue_directory/defer:d:$mail_owner:-:700:ucr
     62  1.1      tron $queue_directory/deferred:d:$mail_owner:-:700:ucr
     63  1.1      tron $queue_directory/flush:d:$mail_owner:-:700:ucr
     64  1.1      tron $queue_directory/hold:d:$mail_owner:-:700:ucr
     65  1.1      tron $queue_directory/incoming:d:$mail_owner:-:700:ucr
     66  1.1      tron $queue_directory/private:d:$mail_owner:-:700:uc
     67  1.1      tron $queue_directory/maildrop:d:$mail_owner:$setgid_group:730:uc
     68  1.1      tron $queue_directory/public:d:$mail_owner:$setgid_group:710:uc
     69  1.1      tron $queue_directory/pid:d:root:-:755:uc
     70  1.1      tron $queue_directory/saved:d:$mail_owner:-:700:ucr
     71  1.1      tron $queue_directory/trace:d:$mail_owner:-:700:ucr
     72  1.6  christos # Update shared libraries and plugins before daemon or command-line programs.
     73  1.6  christos $shlib_directory/lib${LIB_PREFIX}util${LIB_SUFFIX}:f:root:-:755
     74  1.6  christos $shlib_directory/lib${LIB_PREFIX}global${LIB_SUFFIX}:f:root:-:755
     75  1.6  christos $shlib_directory/lib${LIB_PREFIX}dns${LIB_SUFFIX}:f:root:-:755
     76  1.6  christos $shlib_directory/lib${LIB_PREFIX}tls${LIB_SUFFIX}:f:root:-:755
     77  1.6  christos $shlib_directory/lib${LIB_PREFIX}master${LIB_SUFFIX}:f:root:-:755
     78  1.6  christos $shlib_directory/${LIB_PREFIX}cdb${LIB_SUFFIX}:f:root:-:755
     79  1.6  christos $shlib_directory/${LIB_PREFIX}ldap${LIB_SUFFIX}:f:root:-:755
     80  1.6  christos $shlib_directory/${LIB_PREFIX}lmdb${LIB_SUFFIX}:f:root:-:755
     81  1.6  christos $shlib_directory/${LIB_PREFIX}mysql${LIB_SUFFIX}:f:root:-:755
     82  1.6  christos $shlib_directory/${LIB_PREFIX}pcre${LIB_SUFFIX}:f:root:-:755
     83  1.6  christos $shlib_directory/${LIB_PREFIX}pgsql${LIB_SUFFIX}:f:root:-:755
     84  1.6  christos $shlib_directory/${LIB_PREFIX}sdbm${LIB_SUFFIX}:f:root:-:755
     85  1.6  christos $shlib_directory/${LIB_PREFIX}sqlite${LIB_SUFFIX}:f:root:-:755
     86  1.6  christos $meta_directory/dynamicmaps.cf.d:d:root:-:755
     87  1.6  christos $meta_directory/dynamicmaps.cf:f:root:-:644
     88  1.6  christos $meta_directory/main.cf.proto:f:root:-:644
     89  1.6  christos #$meta_directory/makedefs.out:f:root:-:644
     90  1.6  christos $meta_directory/master.cf.proto:f:root:-:644
     91  1.6  christos $meta_directory/postfix-files.d:d:root:-:755
     92  1.6  christos $meta_directory/postfix-files:f:root:-:644
     93  1.1      tron $daemon_directory/anvil:f:root:-:755
     94  1.1      tron $daemon_directory/bounce:f:root:-:755
     95  1.1      tron $daemon_directory/cleanup:f:root:-:755
     96  1.1      tron $daemon_directory/discard:f:root:-:755
     97  1.3      tron $daemon_directory/dnsblog:f:root:-:755
     98  1.1      tron $daemon_directory/error:f:root:-:755
     99  1.1      tron $daemon_directory/flush:f:root:-:755
    100  1.1      tron $daemon_directory/local:f:root:-:755
    101  1.6  christos $daemon_directory/main.cf:f:root:-:644:o
    102  1.6  christos $daemon_directory/master.cf:f:root:-:644:o
    103  1.1      tron $daemon_directory/master:f:root:-:755
    104  1.1      tron $daemon_directory/oqmgr:f:root:-:755
    105  1.1      tron $daemon_directory/pickup:f:root:-:755
    106  1.1      tron $daemon_directory/pipe:f:root:-:755
    107  1.1      tron $daemon_directory/post-install:f:root:-:755
    108  1.6  christos # In case meta_directory == daemon_directory.
    109  1.6  christos #$daemon_directory/postfix-files:f:root:-:644:o
    110  1.6  christos #$daemon_directory/postfix-files.d:d:root:-:755:o
    111  1.1      tron $daemon_directory/postfix-script:f:root:-:755
    112  1.6  christos $daemon_directory/postfix-tls-script:f:root:-:755
    113  1.1      tron $daemon_directory/postfix-wrapper:f:root:-:755
    114  1.1      tron $daemon_directory/postmulti-script:f:root:-:755
    115  1.7  christos $daemon_directory/postlogd:f:root:-:755
    116  1.3      tron $daemon_directory/postscreen:f:root:-:755
    117  1.1      tron $daemon_directory/proxymap:f:root:-:755
    118  1.1      tron $daemon_directory/qmgr:f:root:-:755
    119  1.2      tron #$daemon_directory/qmqpd:f:root:-:755
    120  1.1      tron $daemon_directory/scache:f:root:-:755
    121  1.1      tron $daemon_directory/showq:f:root:-:755
    122  1.1      tron $daemon_directory/smtp:f:root:-:755
    123  1.1      tron $daemon_directory/smtpd:f:root:-:755
    124  1.1      tron $daemon_directory/spawn:f:root:-:755
    125  1.3      tron $daemon_directory/tlsproxy:f:root:-:755
    126  1.1      tron $daemon_directory/tlsmgr:f:root:-:755
    127  1.1      tron $daemon_directory/trivial-rewrite:f:root:-:755
    128  1.1      tron $daemon_directory/verify:f:root:-:755
    129  1.1      tron $daemon_directory/virtual:f:root:-:755
    130  1.1      tron $daemon_directory/nqmgr:h:$daemon_directory/qmgr
    131  1.1      tron $daemon_directory/lmtp:h:$daemon_directory/smtp
    132  1.1      tron $command_directory/postalias:f:root:-:755
    133  1.1      tron $command_directory/postcat:f:root:-:755
    134  1.1      tron $command_directory/postconf:f:root:-:755
    135  1.1      tron $command_directory/postfix:f:root:-:755
    136  1.1      tron $command_directory/postkick:f:root:-:755
    137  1.1      tron $command_directory/postlock:f:root:-:755
    138  1.8  christos $command_directory/postlog:f:root:$setgid_group:2755:u
    139  1.1      tron $command_directory/postmap:f:root:-:755
    140  1.1      tron $command_directory/postmulti:f:root:-:755
    141  1.1      tron $command_directory/postsuper:f:root:-:755
    142  1.1      tron $command_directory/postdrop:f:root:$setgid_group:2755:u
    143  1.1      tron $command_directory/postqueue:f:root:$setgid_group:2755:u
    144  1.1      tron $sendmail_path:f:root:-:755
    145  1.1      tron $newaliases_path:l:$sendmail_path
    146  1.1      tron $mailq_path:l:$sendmail_path
    147  1.2      tron $sample_directory/LICENSE:f:root:-:644:1
    148  1.2      tron $sample_directory/TLS_LICENSE:f:root:-:644:1
    149  1.2      tron $sample_directory/access:f:root:-:644:p1
    150  1.2      tron $sample_directory/aliases:f:root:-:644:p1
    151  1.2      tron $sample_directory/bounce.cf.default:f:root:-:644:1
    152  1.2      tron $sample_directory/canonical:f:root:-:644:p1
    153  1.2      tron $sample_directory/cidr_table:f:root:-:644:o
    154  1.2      tron $sample_directory/generic:f:root:-:644:p1
    155  1.1      tron $config_directory/generics:f:root:-:644:o
    156  1.2      tron $sample_directory/header_checks:f:root:-:644:p1
    157  1.1      tron $config_directory/install.cf:f:root:-:644:o
    158  1.2      tron #$config_directory/main.cf.default:f:root:-:644:1
    159  1.1      tron $config_directory/main.cf:f:root:-:644:p
    160  1.1      tron $config_directory/master.cf:f:root:-:644:p
    161  1.1      tron $config_directory/pcre_table:f:root:-:644:o
    162  1.1      tron $config_directory/regexp_table:f:root:-:644:o
    163  1.2      tron $sample_directory/relocated:f:root:-:644:p1
    164  1.1      tron $config_directory/tcp_table:f:root:-:644:o
    165  1.2      tron $sample_directory/transport:f:root:-:644:p1
    166  1.2      tron $sample_directory/virtual:f:root:-:644:p1
    167  1.1      tron $config_directory/postfix-script:f:root:-:755:o
    168  1.1      tron $config_directory/postfix-script-sgid:f:root:-:755:o
    169  1.1      tron $config_directory/postfix-script-nosgid:f:root:-:755:o
    170  1.1      tron $config_directory/post-install:f:root:-:755:o
    171  1.1      tron $manpage_directory/man1/mailq.1:f:root:-:644
    172  1.1      tron $manpage_directory/man1/newaliases.1:f:root:-:644
    173  1.1      tron $manpage_directory/man1/postalias.1:f:root:-:644
    174  1.1      tron $manpage_directory/man1/postcat.1:f:root:-:644
    175  1.1      tron $manpage_directory/man1/postconf.1:f:root:-:644
    176  1.1      tron $manpage_directory/man1/postdrop.1:f:root:-:644
    177  1.8  christos $manpage_directory/man1/postfix-tls.1:f:root:-:644
    178  1.1      tron $manpage_directory/man1/postfix.1:f:root:-:644
    179  1.1      tron $manpage_directory/man1/postkick.1:f:root:-:644
    180  1.1      tron $manpage_directory/man1/postlock.1:f:root:-:644
    181  1.1      tron $manpage_directory/man1/postlog.1:f:root:-:644
    182  1.1      tron $manpage_directory/man1/postmap.1:f:root:-:644
    183  1.1      tron $manpage_directory/man1/postmulti.1:f:root:-:644
    184  1.1      tron $manpage_directory/man1/postqueue.1:f:root:-:644
    185  1.1      tron $manpage_directory/man1/postsuper.1:f:root:-:644
    186  1.2      tron #$manpage_directory/man1/sendmail.1:f:root:-:644
    187  1.1      tron $manpage_directory/man5/access.5:f:root:-:644
    188  1.2      tron #$manpage_directory/man5/aliases.5:f:root:-:644
    189  1.1      tron $manpage_directory/man5/body_checks.5:f:root:-:644
    190  1.1      tron $manpage_directory/man5/bounce.5:f:root:-:644
    191  1.1      tron $manpage_directory/man5/canonical.5:f:root:-:644
    192  1.1      tron $manpage_directory/man5/cidr_table.5:f:root:-:644
    193  1.1      tron $manpage_directory/man5/generics.5:f:root:-:644:o
    194  1.1      tron $manpage_directory/man5/generic.5:f:root:-:644
    195  1.1      tron $manpage_directory/man5/header_checks.5:f:root:-:644
    196  1.5      tron $manpage_directory/man5/ldap_table.5:f:root:-:644
    197  1.5      tron #$manpage_directory/man5/lmdb_table.5:f:root:-:644
    198  1.1      tron $manpage_directory/man5/master.5:f:root:-:644
    199  1.4      tron $manpage_directory/man5/memcache_table.5:f:root:-:644
    200  1.2      tron #$manpage_directory/man5/mysql_table.5:f:root:-:644
    201  1.5      tron $manpage_directory/man5/socketmap_table.5:f:root:-:644
    202  1.4      tron $manpage_directory/man5/sqlite_table.5:f:root:-:644
    203  1.1      tron $manpage_directory/man5/nisplus_table.5:f:root:-:644
    204  1.1      tron $manpage_directory/man5/pcre_table.5:f:root:-:644
    205  1.2      tron #$manpage_directory/man5/pgsql_table.5:f:root:-:644
    206  1.1      tron $manpage_directory/man5/postconf.5:f:root:-:644
    207  1.1      tron $manpage_directory/man5/postfix-wrapper.5:f:root:-:644
    208  1.1      tron $manpage_directory/man5/regexp_table.5:f:root:-:644
    209  1.1      tron $manpage_directory/man5/relocated.5:f:root:-:644
    210  1.2      tron #$manpage_directory/man5/tcp_table.5:f:root:-:644
    211  1.1      tron $manpage_directory/man5/transport.5:f:root:-:644
    212  1.1      tron $manpage_directory/man5/virtual.5:f:root:-:644
    213  1.1      tron $manpage_directory/man8/bounce.8:f:root:-:644
    214  1.1      tron $manpage_directory/man8/cleanup.8:f:root:-:644
    215  1.1      tron $manpage_directory/man8/anvil.8:f:root:-:644
    216  1.1      tron $manpage_directory/man8/defer.8:f:root:-:644
    217  1.1      tron $manpage_directory/man8/discard.8:f:root:-:644
    218  1.3      tron $manpage_directory/man8/dnsblog.8:f:root:-:644
    219  1.1      tron $manpage_directory/man8/error.8:f:root:-:644
    220  1.1      tron $manpage_directory/man8/flush.8:f:root:-:644
    221  1.1      tron $manpage_directory/man8/lmtp.8:f:root:-:644
    222  1.1      tron $manpage_directory/man8/local.8:f:root:-:644
    223  1.1      tron $manpage_directory/man8/master.8:f:root:-:644
    224  1.1      tron $manpage_directory/man8/nqmgr.8:f:root:-:644:o
    225  1.1      tron $manpage_directory/man8/oqmgr.8:f:root:-:644:
    226  1.1      tron $manpage_directory/man8/pickup.8:f:root:-:644
    227  1.1      tron $manpage_directory/man8/pipe.8:f:root:-:644
    228  1.7  christos $manpage_directory/man8/postlogd.8:f:root:-:644
    229  1.3      tron $manpage_directory/man8/postscreen.8:f:root:-:644
    230  1.1      tron $manpage_directory/man8/proxymap.8:f:root:-:644
    231  1.1      tron $manpage_directory/man8/qmgr.8:f:root:-:644
    232  1.2      tron #$manpage_directory/man8/qmqpd.8:f:root:-:644
    233  1.1      tron $manpage_directory/man8/scache.8:f:root:-:644
    234  1.1      tron $manpage_directory/man8/showq.8:f:root:-:644
    235  1.1      tron $manpage_directory/man8/smtp.8:f:root:-:644
    236  1.1      tron $manpage_directory/man8/smtpd.8:f:root:-:644
    237  1.1      tron $manpage_directory/man8/spawn.8:f:root:-:644
    238  1.3      tron $manpage_directory/man8/tlsproxy.8:f:root:-:644
    239  1.1      tron $manpage_directory/man8/tlsmgr.8:f:root:-:644
    240  1.1      tron $manpage_directory/man8/trace.8:f:root:-:644
    241  1.1      tron $manpage_directory/man8/trivial-rewrite.8:f:root:-:644
    242  1.1      tron $manpage_directory/man8/verify.8:f:root:-:644
    243  1.1      tron $manpage_directory/man8/virtual.8:f:root:-:644
    244  1.1      tron $sample_directory/sample-aliases.cf:f:root:-:644:o
    245  1.1      tron $sample_directory/sample-auth.cf:f:root:-:644:o
    246  1.1      tron $sample_directory/sample-canonical.cf:f:root:-:644:o
    247  1.1      tron $sample_directory/sample-compatibility.cf:f:root:-:644:o
    248  1.1      tron $sample_directory/sample-debug.cf:f:root:-:644:o
    249  1.1      tron $sample_directory/sample-filter.cf:f:root:-:644:o
    250  1.1      tron $sample_directory/sample-flush.cf:f:root:-:644:o
    251  1.1      tron $sample_directory/sample-ipv6.cf:f:root:-:644:o
    252  1.1      tron $sample_directory/sample-ldap.cf:f:root:-:644:o
    253  1.1      tron $sample_directory/sample-lmtp.cf:f:root:-:644:o
    254  1.1      tron $sample_directory/sample-local.cf:f:root:-:644:o
    255  1.1      tron $sample_directory/sample-mime.cf:f:root:-:644:o
    256  1.1      tron $sample_directory/sample-misc.cf:f:root:-:644:o
    257  1.1      tron $sample_directory/sample-pcre-access.cf:f:root:-:644:o
    258  1.1      tron $sample_directory/sample-pcre-body.cf:f:root:-:644:o
    259  1.1      tron $sample_directory/sample-pcre-header.cf:f:root:-:644:o
    260  1.1      tron $sample_directory/sample-pgsql-aliases.cf:f:root:-:644:o
    261  1.1      tron $sample_directory/sample-qmqpd.cf:f:root:-:644:o
    262  1.1      tron $sample_directory/sample-rate.cf:f:root:-:644:o
    263  1.1      tron $sample_directory/sample-regexp-access.cf:f:root:-:644:o
    264  1.1      tron $sample_directory/sample-regexp-body.cf:f:root:-:644:o
    265  1.1      tron $sample_directory/sample-regexp-header.cf:f:root:-:644:o
    266  1.1      tron $sample_directory/sample-relocated.cf:f:root:-:644:o
    267  1.1      tron $sample_directory/sample-resource.cf:f:root:-:644:o
    268  1.1      tron $sample_directory/sample-rewrite.cf:f:root:-:644:o
    269  1.1      tron $sample_directory/sample-scheduler.cf:f:root:-:644:o
    270  1.1      tron $sample_directory/sample-smtp.cf:f:root:-:644:o
    271  1.1      tron $sample_directory/sample-smtpd.cf:f:root:-:644:o
    272  1.1      tron $sample_directory/sample-tls.cf:f:root:-:644:o
    273  1.1      tron $sample_directory/sample-transport.cf:f:root:-:644:o
    274  1.1      tron $sample_directory/sample-verify.cf:f:root:-:644:o
    275  1.1      tron $sample_directory/sample-virtual.cf:f:root:-:644:o
    276  1.1      tron $readme_directory/AAAREADME:f:root:-:644
    277  1.1      tron $readme_directory/ADDRESS_CLASS_README:f:root:-:644
    278  1.1      tron $readme_directory/ADDRESS_REWRITING_README:f:root:-:644
    279  1.1      tron $readme_directory/ADDRESS_VERIFICATION_README:f:root:-:644
    280  1.1      tron $readme_directory/BACKSCATTER_README:f:root:-:644
    281  1.1      tron $readme_directory/BASIC_CONFIGURATION_README:f:root:-:644
    282  1.8  christos $readme_directory/BDAT_README:f:root:-:644
    283  1.1      tron $readme_directory/BUILTIN_FILTER_README:f:root:-:644
    284  1.2      tron #$readme_directory/CDB_README:f:root:-:644
    285  1.6  christos $readme_directory/COMPATIBILITY_README:f:root:-:644
    286  1.1      tron $readme_directory/CONNECTION_CACHE_README:f:root:-:644
    287  1.1      tron $readme_directory/CONTENT_INSPECTION_README:f:root:-:644
    288  1.1      tron $readme_directory/DATABASE_README:f:root:-:644
    289  1.1      tron $readme_directory/DB_README:f:root:-:644
    290  1.1      tron $readme_directory/DEBUG_README:f:root:-:644
    291  1.1      tron $readme_directory/DSN_README:f:root:-:644
    292  1.1      tron $readme_directory/ETRN_README:f:root:-:644
    293  1.1      tron $readme_directory/FILTER_README:f:root:-:644
    294  1.5      tron $readme_directory/FORWARD_SECRECY_README:f:root:-:644
    295  1.1      tron $readme_directory/HOSTING_README:f:root:-:644:o
    296  1.2      tron #$readme_directory/INSTALL:f:root:-:644
    297  1.1      tron $readme_directory/IPV6_README:f:root:-:644
    298  1.1      tron $readme_directory/LDAP_README:f:root:-:644
    299  1.2      tron #$readme_directory/LINUX_README:f:root:-:644
    300  1.5      tron #$readme_directory/LMDB_README:f:root:-:644
    301  1.1      tron $readme_directory/LOCAL_RECIPIENT_README:f:root:-:644
    302  1.1      tron $readme_directory/MACOSX_README:f:root:-:644:o
    303  1.1      tron $readme_directory/MAILDROP_README:f:root:-:644
    304  1.8  christos $readme_directory/MAILLOG_README:f:root:-:644
    305  1.4      tron $readme_directory/MEMCACHE_README:f:root:-:644
    306  1.1      tron $readme_directory/MILTER_README:f:root:-:644
    307  1.1      tron $readme_directory/MULTI_INSTANCE_README:f:root:-:644
    308  1.1      tron $readme_directory/MYSQL_README:f:root:-:644
    309  1.8  christos $readme_directory/SMTPUTF8_README:f:root:-:644
    310  1.3      tron $readme_directory/SQLITE_README:f:root:-:644
    311  1.1      tron $readme_directory/NFS_README:f:root:-:644
    312  1.1      tron $readme_directory/OVERVIEW:f:root:-:644
    313  1.2      tron #$readme_directory/PACKAGE_README:f:root:-:644
    314  1.1      tron $readme_directory/PCRE_README:f:root:-:644
    315  1.1      tron $readme_directory/PGSQL_README:f:root:-:644
    316  1.8  christos $readme_directory/POSTSCREEN_3_5_README:f:root:-:644
    317  1.3      tron $readme_directory/POSTSCREEN_README:f:root:-:644
    318  1.1      tron $readme_directory/QMQP_README:f:root:-:644:o
    319  1.1      tron $readme_directory/QSHAPE_README:f:root:-:644
    320  1.1      tron $readme_directory/RELEASE_NOTES:f:root:-:644
    321  1.1      tron $readme_directory/RESTRICTION_CLASS_README:f:root:-:644
    322  1.1      tron $readme_directory/SASL_README:f:root:-:644
    323  1.1      tron $readme_directory/SCHEDULER_README:f:root:-:644
    324  1.1      tron $readme_directory/SMTPD_ACCESS_README:f:root:-:644
    325  1.1      tron $readme_directory/SMTPD_POLICY_README:f:root:-:644
    326  1.1      tron $readme_directory/SMTPD_PROXY_README:f:root:-:644
    327  1.3      tron $readme_directory/SOHO_README:f:root:-:644
    328  1.1      tron $readme_directory/STANDARD_CONFIGURATION_README:f:root:-:644
    329  1.1      tron $readme_directory/STRESS_README:f:root:-:644
    330  1.1      tron $readme_directory/TLS_LEGACY_README:f:root:-:644
    331  1.1      tron $readme_directory/TLS_README:f:root:-:644
    332  1.1      tron $readme_directory/TUNING_README:f:root:-:644
    333  1.2      tron #$readme_directory/ULTRIX_README:f:root:-:644
    334  1.1      tron $readme_directory/UUCP_README:f:root:-:644
    335  1.1      tron $readme_directory/VERP_README:f:root:-:644
    336  1.1      tron $readme_directory/VIRTUAL_README:f:root:-:644
    337  1.1      tron $readme_directory/XCLIENT_README:f:root:-:644
    338  1.1      tron $readme_directory/XFORWARD_README:f:root:-:644
    339  1.1      tron $html_directory/ADDRESS_CLASS_README.html:f:root:-:644
    340  1.1      tron $html_directory/ADDRESS_REWRITING_README.html:f:root:-:644
    341  1.1      tron $html_directory/ADDRESS_VERIFICATION_README.html:f:root:-:644
    342  1.1      tron $html_directory/BACKSCATTER_README.html:f:root:-:644
    343  1.1      tron $html_directory/BASIC_CONFIGURATION_README.html:f:root:-:644
    344  1.8  christos $html_directory/BDAT_README.html:f:root:-:644
    345  1.1      tron $html_directory/BUILTIN_FILTER_README.html:f:root:-:644
    346  1.2      tron #$html_directory/CDB_README.html:f:root:-:644
    347  1.6  christos $html_directory/COMPATIBILITY_README.html:f:root:-:644
    348  1.1      tron $html_directory/CONNECTION_CACHE_README.html:f:root:-:644
    349  1.1      tron $html_directory/CONTENT_INSPECTION_README.html:f:root:-:644
    350  1.2      tron #$html_directory/CYRUS_README.html:f:root:-:644:o
    351  1.1      tron $html_directory/DATABASE_README.html:f:root:-:644
    352  1.1      tron $html_directory/DB_README.html:f:root:-:644
    353  1.1      tron $html_directory/DEBUG_README.html:f:root:-:644
    354  1.1      tron $html_directory/DSN_README.html:f:root:-:644
    355  1.1      tron $html_directory/ETRN_README.html:f:root:-:644
    356  1.1      tron $html_directory/FILTER_README.html:f:root:-:644
    357  1.5      tron $html_directory/FORWARD_SECRECY_README.html:f:root:-:644
    358  1.2      tron #$html_directory/INSTALL.html:f:root:-:644
    359  1.1      tron $html_directory/IPV6_README.html:f:root:-:644
    360  1.1      tron $html_directory/LDAP_README.html:f:root:-:644
    361  1.2      tron #$html_directory/LINUX_README.html:f:root:-:644
    362  1.5      tron #$html_directory/LMDB_README.html:f:root:-:644
    363  1.1      tron $html_directory/LOCAL_RECIPIENT_README.html:f:root:-:644
    364  1.1      tron $html_directory/MAILDROP_README.html:f:root:-:644
    365  1.8  christos $html_directory/MAILLOG_README.html:f:root:-:644
    366  1.8  christos $html_directory/MEMCACHE_README.html:f:root:-:644
    367  1.1      tron $html_directory/MILTER_README.html:f:root:-:644
    368  1.1      tron $html_directory/MULTI_INSTANCE_README.html:f:root:-:644
    369  1.1      tron $html_directory/MYSQL_README.html:f:root:-:644
    370  1.8  christos $html_directory/SMTPUTF8_README.html:f:root:-:644
    371  1.3      tron $html_directory/SQLITE_README.html:f:root:-:644
    372  1.1      tron $html_directory/NFS_README.html:f:root:-:644
    373  1.1      tron $html_directory/OVERVIEW.html:f:root:-:644
    374  1.1      tron $html_directory/PACKAGE_README.html:f:root:-:644
    375  1.1      tron $html_directory/PCRE_README.html:f:root:-:644
    376  1.1      tron $html_directory/PGSQL_README.html:f:root:-:644
    377  1.8  christos $html_directory/POSTSCREEN_3_5_README.html:f:root:-:644
    378  1.3      tron $html_directory/POSTSCREEN_README.html:f:root:-:644
    379  1.1      tron $html_directory/QMQP_README.html:f:root:-:644:o
    380  1.1      tron $html_directory/QSHAPE_README.html:f:root:-:644
    381  1.1      tron $html_directory/RESTRICTION_CLASS_README.html:f:root:-:644
    382  1.1      tron $html_directory/SASL_README.html:f:root:-:644
    383  1.1      tron $html_directory/SCHEDULER_README.html:f:root:-:644
    384  1.1      tron $html_directory/SMTPD_ACCESS_README.html:f:root:-:644
    385  1.1      tron $html_directory/SMTPD_POLICY_README.html:f:root:-:644
    386  1.1      tron $html_directory/SMTPD_PROXY_README.html:f:root:-:644
    387  1.3      tron $html_directory/SOHO_README.html:f:root:-:644
    388  1.1      tron $html_directory/STANDARD_CONFIGURATION_README.html:f:root:-:644
    389  1.1      tron $html_directory/STRESS_README.html:f:root:-:644
    390  1.1      tron $html_directory/TLS_LEGACY_README.html:f:root:-:644
    391  1.1      tron $html_directory/TLS_README.html:f:root:-:644
    392  1.1      tron $html_directory/TUNING_README.html:f:root:-:644
    393  1.2      tron #$html_directory/ULTRIX_README.html:f:root:-:644:o
    394  1.1      tron $html_directory/UUCP_README.html:f:root:-:644
    395  1.1      tron $html_directory/VERP_README.html:f:root:-:644
    396  1.1      tron $html_directory/VIRTUAL_README.html:f:root:-:644
    397  1.1      tron $html_directory/XCLIENT_README.html:f:root:-:644
    398  1.1      tron $html_directory/XFORWARD_README.html:f:root:-:644
    399  1.1      tron $html_directory/access.5.html:f:root:-:644
    400  1.1      tron $html_directory/aliases.5.html:f:root:-:644
    401  1.1      tron $html_directory/anvil.8.html:f:root:-:644
    402  1.8  christos $html_directory/bounce.5.html:f:root:-:644
    403  1.1      tron $html_directory/bounce.8.html:f:root:-:644
    404  1.1      tron $html_directory/canonical.5.html:f:root:-:644
    405  1.1      tron $html_directory/cidr_table.5.html:f:root:-:644
    406  1.1      tron $html_directory/cleanup.8.html:f:root:-:644
    407  1.1      tron $html_directory/defer.8.html:h:$html_directory/bounce.8.html:-:644
    408  1.1      tron $html_directory/discard.8.html:f:root:-:644
    409  1.3      tron $html_directory/dnsblog.8.html:f:root:-:644
    410  1.1      tron $html_directory/error.8.html:f:root:-:644
    411  1.1      tron $html_directory/flush.8.html:f:root:-:644
    412  1.1      tron $html_directory/generics.5.html:f:root:-:644:o
    413  1.1      tron $html_directory/generic.5.html:f:root:-:644
    414  1.1      tron $html_directory/header_checks.5.html:f:root:-:644
    415  1.1      tron $html_directory/index.html:f:root:-:644
    416  1.1      tron $html_directory/ldap_table.5.html:f:root:-:644
    417  1.8  christos $html_directory/lmdb_table.5.html:f:root:-:644
    418  1.1      tron $html_directory/lmtp.8.html:f:root:-:644
    419  1.1      tron $html_directory/local.8.html:f:root:-:644
    420  1.1      tron $html_directory/mailq.1.html:f:root:-:644
    421  1.1      tron $html_directory/master.5.html:f:root:-:644
    422  1.1      tron $html_directory/master.8.html:f:root:-:644
    423  1.4      tron $html_directory/memcache_table.5.html:f:root:-:644
    424  1.3      tron #$html_directory/mysql_table.5.html:f:root:-:644
    425  1.4      tron $html_directory/sqlite_table.5.html:f:root:-:644
    426  1.1      tron $html_directory/nisplus_table.5.html:f:root:-:644
    427  1.1      tron $html_directory/newaliases.1.html:h:$html_directory/mailq.1.html:-:644
    428  1.1      tron $html_directory/oqmgr.8.html:f:root:-:644
    429  1.1      tron $html_directory/pcre_table.5.html:f:root:-:644
    430  1.1      tron $html_directory/pgsql_table.5.html:f:root:-:644
    431  1.1      tron $html_directory/pickup.8.html:f:root:-:644
    432  1.1      tron $html_directory/pipe.8.html:f:root:-:644
    433  1.1      tron $html_directory/postalias.1.html:f:root:-:644
    434  1.1      tron $html_directory/postcat.1.html:f:root:-:644
    435  1.1      tron $html_directory/postconf.1.html:f:root:-:644
    436  1.1      tron $html_directory/postconf.5.html:f:root:-:644
    437  1.1      tron $html_directory/postdrop.1.html:f:root:-:644
    438  1.1      tron $html_directory/postfix-logo.jpg:f:root:-:644
    439  1.1      tron $html_directory/postfix-manuals.html:f:root:-:644
    440  1.8  christos $html_directory/postfix-tls.1.html:f:root:-:644
    441  1.1      tron $html_directory/postfix-wrapper.5.html:f:root:-:644
    442  1.1      tron $html_directory/postfix.1.html:f:root:-:644
    443  1.1      tron $html_directory/postkick.1.html:f:root:-:644
    444  1.1      tron $html_directory/postlock.1.html:f:root:-:644
    445  1.1      tron $html_directory/postlog.1.html:f:root:-:644
    446  1.1      tron $html_directory/postmap.1.html:f:root:-:644
    447  1.1      tron $html_directory/postmulti.1.html:f:root:-:644
    448  1.7  christos $html_directory/postlogd.8.html:f:root:-:644
    449  1.1      tron $html_directory/postqueue.1.html:f:root:-:644
    450  1.3      tron $html_directory/postscreen.8.html:f:root:-:644
    451  1.1      tron $html_directory/postsuper.1.html:f:root:-:644
    452  1.1      tron $html_directory/qshape.1.html:f:root:-:644
    453  1.1      tron $html_directory/proxymap.8.html:f:root:-:644
    454  1.1      tron $html_directory/qmgr.8.html:f:root:-:644
    455  1.2      tron #$html_directory/qmqp-sink.1.html:f:root:-:644
    456  1.2      tron #$html_directory/qmqp-source.1.html:f:root:-:644
    457  1.2      tron #$html_directory/qmqpd.8.html:f:root:-:644
    458  1.1      tron $html_directory/regexp_table.5.html:f:root:-:644
    459  1.1      tron $html_directory/relocated.5.html:f:root:-:644
    460  1.8  christos $html_directory/scache.8.html:f:root:-:644
    461  1.1      tron $html_directory/sendmail.1.html:h:$html_directory/mailq.1.html:-:644
    462  1.1      tron $html_directory/showq.8.html:f:root:-:644
    463  1.1      tron $html_directory/smtp-sink.1.html:f:root:-:644
    464  1.1      tron $html_directory/smtp-source.1.html:f:root:-:644
    465  1.1      tron $html_directory/smtp.8.html:h:$html_directory/lmtp.8.html:-:644
    466  1.1      tron $html_directory/smtpd.8.html:f:root:-:644
    467  1.8  christos $html_directory/socketmap_table.5.html:f:root:-:644
    468  1.1      tron $html_directory/spawn.8.html:f:root:-:644
    469  1.8  christos $html_directory/tlsmgr.8.html:f:root:-:644
    470  1.3      tron $html_directory/tlsproxy.8.html:f:root:-:644
    471  1.2      tron #$html_directory/tcp_table.5.html:f:root:-:644
    472  1.1      tron $html_directory/trace.8.html:h:$html_directory/bounce.8.html:-:644
    473  1.1      tron $html_directory/transport.5.html:f:root:-:644
    474  1.1      tron $html_directory/trivial-rewrite.8.html:f:root:-:644
    475  1.1      tron $html_directory/verify.8.html:f:root:-:644
    476  1.1      tron $html_directory/virtual.5.html:f:root:-:644
    477  1.1      tron $html_directory/virtual.8.html:f:root:-:644
    478