home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / postfix / postfix-files < prev    next >
Text File  |  2006-05-02  |  15KB  |  326 lines

  1. #
  2. # Do not edit this file.
  3. #
  4. # This file controls the postfix-install script for installation of
  5. # Postfix programs, configuration files and documentation, as well
  6. # as the post-install script for setting permissions and for updating
  7. # Postfix configuration files. See the respective manual pages within
  8. # the script files.
  9. #
  10. # Do not list $command_directory in this file, or it will be blown
  11. # away by a future Postfix uninstallation procedure. You would not
  12. # want to lose all files in /usr/sbin.
  13. #
  14. # Each record in this file describes one file or directory.
  15. # Fields are separated by ":". Specify a null field as "-".
  16. # Missing fields or separators at the end are OK.
  17. #
  18. # File format:
  19. #    name:type:owner:group:permission:flags
  20. #    No group means don't change group ownership.
  21. #
  22. # File types:
  23. #    d=directory
  24. #    f=regular file
  25. #    h=hard link (*)
  26. #    l=symbolic link (*)
  27. #
  28. # (*) With hard links and symbolic links, the owner field becomes the
  29. #     source pathname, while the group and permissions are ignored.
  30. #
  31. # File flags:
  32. #    No flag means the flag is not active.
  33. #    p=preserve existing file, do not replace (postfix-install).
  34. #    u=update owner/group/mode (post-install upgrade-permissions).
  35. #    c=create missing directory (post-install create-missing).
  36. #    r=apply owner/group recursively (post-install set/upgrade-permissions).
  37. #    o=obsolete, no longer part of Postfix
  38. #
  39. # Note: the "u" flag is for upgrading the permissions of existing files
  40. # or directories after changes in Postfix architecture. For robustness
  41. # it is a good idea to "u" all the files that have special ownership or
  42. # permissions, so that running "make install" fixes any glitches.
  43. #
  44. $config_directory:d:root:-:755:u
  45. $daemon_directory:d:root:-:755:u
  46. $queue_directory:d:root:-:755:uc
  47. $sample_directory:d:root:-:755:o
  48. $readme_directory:d:root:-:755
  49. $html_directory:d:root:-:755
  50. $queue_directory/active:d:$mail_owner:-:700:ucr
  51. $queue_directory/bounce:d:$mail_owner:-:700:ucr
  52. $queue_directory/corrupt:d:$mail_owner:-:700:ucr
  53. $queue_directory/defer:d:$mail_owner:-:700:ucr
  54. $queue_directory/deferred:d:$mail_owner:-:700:ucr
  55. $queue_directory/flush:d:$mail_owner:-:700:ucr
  56. $queue_directory/hold:d:$mail_owner:-:700:ucr
  57. $queue_directory/incoming:d:$mail_owner:-:700:ucr
  58. $queue_directory/private:d:$mail_owner:-:700:uc
  59. $queue_directory/maildrop:d:$mail_owner:$setgid_group:730:uc
  60. $queue_directory/public:d:$mail_owner:$setgid_group:710:uc
  61. $queue_directory/pid:d:root:-:755:uc
  62. $queue_directory/saved:d:$mail_owner:-:700:ucr
  63. $queue_directory/trace:d:$mail_owner:-:700:ucr
  64. $daemon_directory/anvil:f:root:-:755
  65. $daemon_directory/bounce:f:root:-:755
  66. $daemon_directory/dict_ldap.so:f:root:-:755
  67. $daemon_directory/dict_pcre.so:f:root:-:755
  68. $daemon_directory/dict_tcp.so:f:root:-:755
  69. $daemon_directory/cleanup:f:root:-:755
  70. $daemon_directory/discard:f:root:-:755
  71. $daemon_directory/error:f:root:-:755
  72. $daemon_directory/flush:f:root:-:755
  73. $daemon_directory/lmtp:f:root:-:755
  74. $daemon_directory/local:f:root:-:755
  75. $daemon_directory/master:f:root:-:755
  76. $daemon_directory/oqmgr:f:root:-:755
  77. $daemon_directory/pickup:f:root:-:755
  78. $daemon_directory/pipe:f:root:-:755
  79. $daemon_directory/proxymap:f:root:-:755
  80. $daemon_directory/qmgr:f:root:-:755
  81. $daemon_directory/qmqpd:f:root:-:755
  82. $daemon_directory/scache:f:root:-:755
  83. $daemon_directory/showq:f:root:-:755
  84. $daemon_directory/smtp:f:root:-:755
  85. $daemon_directory/smtpd:f:root:-:755
  86. $daemon_directory/spawn:f:root:-:755
  87. $daemon_directory/tlsmgr:f:root:-:755
  88. $daemon_directory/trivial-rewrite:f:root:-:755
  89. $daemon_directory/verify:f:root:-:755
  90. $daemon_directory/virtual:f:root:-:755
  91. /usr/lib/libpostfix-dns.so.1:f:root:-:755
  92. /usr/lib/libpostfix-global.so.1:f:root:-:755
  93. /usr/lib/libpostfix-tls.so.1:f:root:-:755
  94. /usr/lib/libpostfix-master.so.1:f:root:-:755
  95. /usr/lib/libpostfix-util.so.1:f:root:-:755
  96. $daemon_directory/nqmgr:h:$daemon_directory/qmgr
  97. $command_directory/postalias:f:root:-:755
  98. $command_directory/postcat:f:root:-:755
  99. $command_directory/postconf:f:root:-:755
  100. $command_directory/postfix:f:root:-:755
  101. $command_directory/postkick:f:root:-:755
  102. $command_directory/postlock:f:root:-:755
  103. $command_directory/postlog:f:root:-:755
  104. $command_directory/postmap:f:root:-:755
  105. $command_directory/postsuper:f:root:-:755
  106. $command_directory/postdrop:f:root:$setgid_group:2755:u
  107. $command_directory/postqueue:f:root:$setgid_group:2755:u
  108. $sendmail_path:f:root:-:755
  109. $newaliases_path:l:$sendmail_path
  110. $mailq_path:l:$sendmail_path
  111. $config_directory/LICENSE:f:root:-:644
  112. $config_directory/TLS_LICENSE:f:root:-:644
  113. $config_directory/access:f:root:-:644:p
  114. /etc/aliases:f:root:-:644:p
  115. $config_directory/canonical:f:root:-:644:p
  116. $config_directory/dynamicmaps.cf:f:root:-:644:p
  117. $config_directory/cidr_table:f:root:-:644:o
  118. $config_directory/generics:f:root:-:644:o
  119. $config_directory/generic:f:root:-:644:p
  120. $config_directory/header_checks:f:root:-:644:p
  121. $config_directory/install.cf:f:root:-:644:o
  122. $config_directory/main.cf:f:root:-:644:p
  123. $config_directory/main.cf.default:f:root:-:644
  124. $config_directory/makedefs.out:f:root:-:644
  125. $config_directory/master.cf:f:root:-:644:p
  126. $config_directory/pcre_table:f:root:-:644:o
  127. $config_directory/postfix-files:f:root:-:644
  128. $config_directory/regexp_table:f:root:-:644:o
  129. $config_directory/relocated:f:root:-:644:p
  130. $config_directory/tcp_table:f:root:-:644:o
  131. $config_directory/transport:f:root:-:644:p
  132. $config_directory/virtual:f:root:-:644:p
  133. $config_directory/postfix-script:f:root:-:755
  134. $config_directory/postfix-script-sgid:f:root:-:755:o
  135. $config_directory/postfix-script-nosgid:f:root:-:755:o
  136. $config_directory/post-install:f:root:-:755
  137. $sample_directory/sample-aliases.cf:f:root:-:644:o
  138. $sample_directory/sample-auth.cf:f:root:-:644:o
  139. $sample_directory/sample-canonical.cf:f:root:-:644:o:o
  140. $sample_directory/sample-compatibility.cf:f:root:-:644:o
  141. $sample_directory/sample-debug.cf:f:root:-:644:o
  142. $sample_directory/sample-filter.cf:f:root:-:644:o:o
  143. $sample_directory/sample-flush.cf:f:root:-:644:o
  144. $sample_directory/sample-ipv6.cf:f:root:-:644:o
  145. $sample_directory/sample-ldap.cf:f:root:-:644:o
  146. $sample_directory/sample-lmtp.cf:f:root:-:644:o
  147. $sample_directory/sample-local.cf:f:root:-:644:o
  148. $sample_directory/sample-mime.cf:f:root:-:644:o
  149. $sample_directory/sample-misc.cf:f:root:-:644:o
  150. $sample_directory/sample-pcre-access.cf:f:root:-:644:o:o
  151. $sample_directory/sample-pcre-body.cf:f:root:-:644:o:o
  152. $sample_directory/sample-pcre-header.cf:f:root:-:644:o:o
  153. $sample_directory/sample-pgsql-aliases.cf:f:root:-:644:o
  154. $sample_directory/sample-qmqpd.cf:f:root:-:644:o
  155. $sample_directory/sample-rate.cf:f:root:-:644:o
  156. $sample_directory/sample-regexp-access.cf:f:root:-:644:o:o
  157. $sample_directory/sample-regexp-body.cf:f:root:-:644:o:o
  158. $sample_directory/sample-regexp-header.cf:f:root:-:644:o:o
  159. $sample_directory/sample-relocated.cf:f:root:-:644:o
  160. $sample_directory/sample-resource.cf:f:root:-:644:o
  161. $sample_directory/sample-rewrite.cf:f:root:-:644:o
  162. $sample_directory/sample-scheduler.cf:f:root:-:644:o
  163. $sample_directory/sample-smtp.cf:f:root:-:644:o
  164. $sample_directory/sample-smtpd.cf:f:root:-:644:o
  165. $sample_directory/sample-tls.cf:f:root:-:644:o
  166. $sample_directory/sample-transport.cf:f:root:-:644:o
  167. $sample_directory/sample-verify.cf:f:root:-:644:o
  168. $sample_directory/sample-virtual.cf:f:root:-:644:o
  169. $readme_directory/AAAREADME:f:root:-:644
  170. $readme_directory/ADDRESS_CLASS_README:f:root:-:644
  171. $readme_directory/ADDRESS_REWRITING_README:f:root:-:644
  172. $readme_directory/ADDRESS_VERIFICATION_README:f:root:-:644
  173. $readme_directory/BACKSCATTER_README:f:root:-:644
  174. $readme_directory/BASIC_CONFIGURATION_README:f:root:-:644
  175. $readme_directory/BUILTIN_FILTER_README:f:root:-:644
  176. $readme_directory/CDB_README:f:root:-:644
  177. $readme_directory/CONNECTION_CACHE_README:f:root:-:644
  178. $readme_directory/CONTENT_INSPECTION_README:f:root:-:644
  179. $readme_directory/DATABASE_README:f:root:-:644
  180. $readme_directory/DB_README:f:root:-:644
  181. $readme_directory/DEBUG_README:f:root:-:644
  182. $readme_directory/ETRN_README:f:root:-:644
  183. $readme_directory/FILTER_README:f:root:-:644
  184. $readme_directory/HOSTING_README:f:root:-:644:o
  185. $readme_directory/INSTALL:f:root:-:644
  186. $readme_directory/IPV6_README:f:root:-:644
  187. $readme_directory/LDAP_README:f:root:-:644
  188. $readme_directory/LINUX_README:f:root:-:644
  189. $readme_directory/LMTP_README:f:root:-:644
  190. $readme_directory/LOCAL_RECIPIENT_README:f:root:-:644
  191. $readme_directory/MACOSX_README:f:root:-:644:o
  192. $readme_directory/MAILDROP_README:f:root:-:644
  193. $readme_directory/MYSQL_README:f:root:-:644
  194. $readme_directory/NFS_README:f:root:-:644
  195. $readme_directory/OVERVIEW:f:root:-:644
  196. $readme_directory/PACKAGE_README:f:root:-:644
  197. $readme_directory/PCRE_README:f:root:-:644
  198. $readme_directory/PGSQL_README:f:root:-:644
  199. $readme_directory/QMQP_README:f:root:-:644
  200. $readme_directory/QSHAPE_README:f:root:-:644
  201. $readme_directory/RELEASE_NOTES:f:root:-:644
  202. $readme_directory/RESTRICTION_CLASS_README:f:root:-:644
  203. $readme_directory/SASL_README:f:root:-:644
  204. $readme_directory/SCHEDULER_README:f:root:-:644
  205. $readme_directory/SMTPD_ACCESS_README:f:root:-:644
  206. $readme_directory/SMTPD_POLICY_README:f:root:-:644
  207. $readme_directory/SMTPD_PROXY_README:f:root:-:644
  208. $readme_directory/STANDARD_CONFIGURATION_README:f:root:-:644
  209. $readme_directory/TLS_README:f:root:-:644
  210. $readme_directory/TUNING_README:f:root:-:644
  211. $readme_directory/ULTRIX_README:f:root:-:644
  212. $readme_directory/UUCP_README:f:root:-:644
  213. $readme_directory/VERP_README:f:root:-:644
  214. $readme_directory/VIRTUAL_README:f:root:-:644
  215. $readme_directory/XCLIENT_README:f:root:-:644
  216. $readme_directory/XFORWARD_README:f:root:-:644
  217. $html_directory/ADDRESS_CLASS_README.html:f:root:-:644
  218. $html_directory/ADDRESS_REWRITING_README.html:f:root:-:644
  219. $html_directory/ADDRESS_VERIFICATION_README.html:f:root:-:644
  220. $html_directory/BACKSCATTER_README.html:f:root:-:644
  221. $html_directory/BASIC_CONFIGURATION_README.html:f:root:-:644
  222. $html_directory/BUILTIN_FILTER_README.html:f:root:-:644
  223. $html_directory/CDB_README.html:f:root:-:644
  224. $html_directory/CONNECTION_CACHE_README.html:f:root:-:644
  225. $html_directory/CONTENT_INSPECTION_README.html:f:root:-:644
  226. $html_directory/CYRUS_README.html:f:root:-:644
  227. $html_directory/DATABASE_README.html:f:root:-:644
  228. $html_directory/DB_README.html:f:root:-:644
  229. $html_directory/DEBUG_README.html:f:root:-:644
  230. $html_directory/ETRN_README.html:f:root:-:644
  231. $html_directory/FILTER_README.html:f:root:-:644
  232. $html_directory/INSTALL.html:f:root:-:644
  233. $html_directory/IPV6_README.html:f:root:-:644
  234. $html_directory/LDAP_README.html:f:root:-:644
  235. $html_directory/LINUX_README.html:f:root:-:644
  236. $html_directory/LMTP_README.html:f:root:-:644
  237. $html_directory/LOCAL_RECIPIENT_README.html:f:root:-:644
  238. $html_directory/MAILDROP_README.html:f:root:-:644
  239. $html_directory/MYSQL_README.html:f:root:-:644
  240. $html_directory/NFS_README.html:f:root:-:644
  241. $html_directory/OVERVIEW.html:f:root:-:644
  242. $html_directory/PACKAGE_README.html:f:root:-:644
  243. $html_directory/PCRE_README.html:f:root:-:644
  244. $html_directory/PGSQL_README.html:f:root:-:644
  245. $html_directory/QMQP_README.html:f:root:-:644
  246. $html_directory/QSHAPE_README.html:f:root:-:644
  247. $html_directory/RESTRICTION_CLASS_README.html:f:root:-:644
  248. $html_directory/SASL_README.html:f:root:-:644
  249. $html_directory/SCHEDULER_README.html:f:root:-:644
  250. $html_directory/SMTPD_ACCESS_README.html:f:root:-:644
  251. $html_directory/SMTPD_POLICY_README.html:f:root:-:644
  252. $html_directory/SMTPD_PROXY_README.html:f:root:-:644
  253. $html_directory/STANDARD_CONFIGURATION_README.html:f:root:-:644
  254. $html_directory/TLS_README.html:f:root:-:644
  255. $html_directory/TUNING_README.html:f:root:-:644
  256. $html_directory/ULTRIX_README.html:f:root:-:644
  257. $html_directory/UUCP_README.html:f:root:-:644
  258. $html_directory/VERP_README.html:f:root:-:644
  259. $html_directory/VIRTUAL_README.html:f:root:-:644
  260. $html_directory/XCLIENT_README.html:f:root:-:644
  261. $html_directory/XFORWARD_README.html:f:root:-:644
  262. $html_directory/access.5.html:f:root:-:644
  263. $html_directory/aliases.5.html:f:root:-:644
  264. $html_directory/anvil.8.html:f:root:-:644
  265. $html_directory/bounce.8.html:f:root:-:644
  266. $html_directory/canonical.5.html:f:root:-:644
  267. $html_directory/cidr_table.5.html:f:root:-:644
  268. $html_directory/cleanup.8.html:f:root:-:644
  269. $html_directory/defer.8.html:f:root:-:644
  270. $html_directory/discard.8.html:f:root:-:644
  271. $html_directory/error.8.html:f:root:-:644
  272. $html_directory/flush.8.html:f:root:-:644
  273. $html_directory/generics.5.html:f:root:-:644:o
  274. $html_directory/generic.5.html:f:root:-:644
  275. $html_directory/header_checks.5.html:f:root:-:644
  276. $html_directory/index.html:f:root:-:644
  277. $html_directory/ldap_table.5.html:f:root:-:644
  278. $html_directory/lmtp.8.html:f:root:-:644
  279. $html_directory/local.8.html:f:root:-:644
  280. $html_directory/mailq.1.html:f:root:-:644
  281. $html_directory/master.5.html:f:root:-:644
  282. $html_directory/master.8.html:f:root:-:644
  283. $html_directory/mysql_table.5.html:f:root:-:644
  284. $html_directory/nisplus_table.5.html:f:root:-:644
  285. $html_directory/newaliases.1.html:f:root:-:644
  286. $html_directory/oqmgr.8.html:f:root:-:644
  287. $html_directory/pcre_table.5.html:f:root:-:644
  288. $html_directory/pgsql_table.5.html:f:root:-:644
  289. $html_directory/pickup.8.html:f:root:-:644
  290. $html_directory/pipe.8.html:f:root:-:644
  291. $html_directory/postalias.1.html:f:root:-:644
  292. $html_directory/postcat.1.html:f:root:-:644
  293. $html_directory/postconf.1.html:f:root:-:644
  294. $html_directory/postconf.5.html:f:root:-:644
  295. $html_directory/postdrop.1.html:f:root:-:644
  296. $html_directory/postfix-logo.jpg:f:root:-:644
  297. $html_directory/postfix.1.html:f:root:-:644
  298. $html_directory/postkick.1.html:f:root:-:644
  299. $html_directory/postlock.1.html:f:root:-:644
  300. $html_directory/postlog.1.html:f:root:-:644
  301. $html_directory/postmap.1.html:f:root:-:644
  302. $html_directory/postqueue.1.html:f:root:-:644
  303. $html_directory/postsuper.1.html:f:root:-:644
  304. $html_directory/qshape.1.html:f:root:-:644
  305. $html_directory/proxymap.8.html:f:root:-:644
  306. $html_directory/qmgr.8.html:f:root:-:644
  307. $html_directory/qmqp-sink.1.html:f:root:-:644
  308. $html_directory/qmqp-source.1.html:f:root:-:644
  309. $html_directory/qmqpd.8.html:f:root:-:644
  310. $html_directory/regexp_table.5.html:f:root:-:644
  311. $html_directory/relocated.5.html:f:root:-:644
  312. $html_directory/sendmail.1.html:f:root:-:644
  313. $html_directory/showq.8.html:f:root:-:644
  314. $html_directory/smtp-sink.1.html:f:root:-:644
  315. $html_directory/smtp-source.1.html:f:root:-:644
  316. $html_directory/smtp.8.html:f:root:-:644
  317. $html_directory/smtpd.8.html:f:root:-:644
  318. $html_directory/spawn.8.html:f:root:-:644
  319. $html_directory/tcp_table.5.html:f:root:-:644:o
  320. $html_directory/trace.8.html:f:root:-:644
  321. $html_directory/transport.5.html:f:root:-:644
  322. $html_directory/trivial-rewrite.8.html:f:root:-:644
  323. $html_directory/verify.8.html:f:root:-:644
  324. $html_directory/virtual.5.html:f:root:-:644
  325. $html_directory/virtual.8.html:f:root:-:644
  326.