Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/32644730ee7344254cac98cc39d0b3e1 to your computer and use it in GitHub Desktop.
Save ryantm/32644730ee7344254cac98cc39d0b3e1 to your computer and use it in GitHub Desktop.
/nix/store/hnj6bgy6khhv3wgy642p2w6b98p702xy-postfix-3.4.8
├── bin
│   ├── mailq -> sendmail
│   ├── newaliases -> sendmail
│   ├── postalias
│   ├── postcat
│   ├── postconf
│   ├── postdrop
│   ├── postfix
│   ├── postkick
│   ├── postlock
│   ├── postlog
│   ├── postmap
│   ├── postmulti
│   ├── postqueue
│   ├── postsuper
│   └── sendmail
├── etc
│   └── postfix
│   ├── access
│   ├── aliases
│   ├── bounce.cf.default
│   ├── canonical
│   ├── generic
│   ├── header_checks
│   ├── LICENSE
│   ├── main.cf
│   ├── main.cf.default
│   ├── main.cf.proto
│   ├── makedefs.out
│   ├── master.cf
│   ├── master.cf.proto
│   ├── postfix-files
│   ├── postfix-files.d
│   ├── relocated
│   ├── TLS_LICENSE
│   ├── transport
│   └── virtual
├── libexec
│   └── postfix
│   ├── anvil
│   ├── bounce
│   ├── cleanup
│   ├── discard
│   ├── dnsblog
│   ├── error
│   ├── flush
│   ├── lmtp
│   ├── local
│   ├── master
│   ├── nqmgr
│   ├── oqmgr
│   ├── pickup
│   ├── pipe
│   ├── postfix-script
│   ├── postfix-tls-script
│   ├── postfix-wrapper
│   ├── post-install
│   ├── postlogd
│   ├── postmulti-script
│   ├── postscreen
│   ├── proxymap
│   ├── qmgr
│   ├── qmqpd
│   ├── scache
│   ├── showq
│   ├── smtp
│   ├── smtpd
│   ├── spawn
│   ├── tlsmgr
│   ├── tlsproxy
│   ├── trivial-rewrite
│   ├── verify
│   └── virtual
├── sbin -> bin
└── share
├── man
│   ├── man1
│   │   ├── mailq.1.gz
│   │   ├── newaliases.1.gz
│   │   ├── postalias.1.gz
│   │   ├── postcat.1.gz
│   │   ├── postconf.1.gz
│   │   ├── postdrop.1.gz
│   │   ├── postfix.1.gz
│   │   ├── postfix-tls.1.gz
│   │   ├── postkick.1.gz
│   │   ├── postlock.1.gz
│   │   ├── postlog.1.gz
│   │   ├── postmap.1.gz
│   │   ├── postmulti.1.gz
│   │   ├── postqueue.1.gz
│   │   ├── postsuper.1.gz
│   │   └── sendmail.1.gz
│   ├── man5
│   │   ├── access.5.gz
│   │   ├── aliases.5.gz
│   │   ├── body_checks.5.gz
│   │   ├── bounce.5.gz
│   │   ├── canonical.5.gz
│   │   ├── cidr_table.5.gz
│   │   ├── generic.5.gz
│   │   ├── header_checks.5.gz
│   │   ├── ldap_table.5.gz
│   │   ├── lmdb_table.5.gz
│   │   ├── master.5.gz
│   │   ├── memcache_table.5.gz
│   │   ├── mysql_table.5.gz
│   │   ├── nisplus_table.5.gz
│   │   ├── pcre_table.5.gz
│   │   ├── pgsql_table.5.gz
│   │   ├── postconf.5.gz
│   │   ├── postfix-wrapper.5.gz
│   │   ├── regexp_table.5.gz
│   │   ├── relocated.5.gz
│   │   ├── socketmap_table.5.gz
│   │   ├── sqlite_table.5.gz
│   │   ├── tcp_table.5.gz
│   │   ├── transport.5.gz
│   │   └── virtual.5.gz
│   └── man8
│   ├── anvil.8.gz
│   ├── bounce.8.gz
│   ├── cleanup.8.gz
│   ├── defer.8.gz
│   ├── discard.8.gz
│   ├── dnsblog.8.gz
│   ├── error.8.gz
│   ├── flush.8.gz
│   ├── lmtp.8.gz
│   ├── local.8.gz
│   ├── master.8.gz
│   ├── oqmgr.8.gz
│   ├── pickup.8.gz
│   ├── pipe.8.gz
│   ├── postlogd.8.gz
│   ├── postscreen.8.gz
│   ├── proxymap.8.gz
│   ├── qmgr.8.gz
│   ├── qmqpd.8.gz
│   ├── scache.8.gz
│   ├── showq.8.gz
│   ├── smtp.8.gz
│   ├── smtpd.8.gz
│   ├── spawn.8.gz
│   ├── tlsmgr.8.gz
│   ├── tlsproxy.8.gz
│   ├── trace.8.gz
│   ├── trivial-rewrite.8.gz
│   ├── verify.8.gz
│   └── virtual.8.gz
└── postfix
└── doc
├── AAAREADME
├── ADDRESS_CLASS_README
├── ADDRESS_REWRITING_README
├── ADDRESS_VERIFICATION_README
├── BACKSCATTER_README
├── BASIC_CONFIGURATION_README
├── BUILTIN_FILTER_README
├── CDB_README
├── COMPATIBILITY_README
├── CONNECTION_CACHE_README
├── CONTENT_INSPECTION_README
├── DATABASE_README
├── DB_README
├── DEBUG_README
├── DSN_README
├── ETRN_README
├── FILTER_README
├── FORWARD_SECRECY_README
├── html
│   ├── access.5.html
│   ├── ADDRESS_CLASS_README.html
│   ├── ADDRESS_REWRITING_README.html
│   ├── ADDRESS_VERIFICATION_README.html
│   ├── aliases.5.html
│   ├── anvil.8.html
│   ├── BACKSCATTER_README.html
│   ├── BASIC_CONFIGURATION_README.html
│   ├── bounce.8.html
│   ├── BUILTIN_FILTER_README.html
│   ├── canonical.5.html
│   ├── CDB_README.html
│   ├── cidr_table.5.html
│   ├── cleanup.8.html
│   ├── COMPATIBILITY_README.html
│   ├── CONNECTION_CACHE_README.html
│   ├── CONTENT_INSPECTION_README.html
│   ├── DATABASE_README.html
│   ├── DB_README.html
│   ├── DEBUG_README.html
│   ├── defer.8.html
│   ├── discard.8.html
│   ├── dnsblog.8.html
│   ├── DSN_README.html
│   ├── error.8.html
│   ├── ETRN_README.html
│   ├── FILTER_README.html
│   ├── flush.8.html
│   ├── FORWARD_SECRECY_README.html
│   ├── generic.5.html
│   ├── header_checks.5.html
│   ├── index.html
│   ├── INSTALL.html
│   ├── IPV6_README.html
│   ├── LDAP_README.html
│   ├── ldap_table.5.html
│   ├── LINUX_README.html
│   ├── LMDB_README.html
│   ├── lmtp.8.html
│   ├── local.8.html
│   ├── LOCAL_RECIPIENT_README.html
│   ├── MAILDROP_README.html
│   ├── mailq.1.html
│   ├── master.5.html
│   ├── master.8.html
│   ├── memcache_table.5.html
│   ├── MILTER_README.html
│   ├── MULTI_INSTANCE_README.html
│   ├── MYSQL_README.html
│   ├── mysql_table.5.html
│   ├── newaliases.1.html
│   ├── NFS_README.html
│   ├── nisplus_table.5.html
│   ├── oqmgr.8.html
│   ├── OVERVIEW.html
│   ├── PACKAGE_README.html
│   ├── PCRE_README.html
│   ├── pcre_table.5.html
│   ├── PGSQL_README.html
│   ├── pgsql_table.5.html
│   ├── pickup.8.html
│   ├── pipe.8.html
│   ├── postalias.1.html
│   ├── postcat.1.html
│   ├── postconf.1.html
│   ├── postconf.5.html
│   ├── postdrop.1.html
│   ├── postfix.1.html
│   ├── postfix-logo.jpg
│   ├── postfix-manuals.html
│   ├── postfix-wrapper.5.html
│   ├── postkick.1.html
│   ├── postlock.1.html
│   ├── postlog.1.html
│   ├── postlogd.8.html
│   ├── postmap.1.html
│   ├── postmulti.1.html
│   ├── postqueue.1.html
│   ├── postscreen.8.html
│   ├── POSTSCREEN_README.html
│   ├── postsuper.1.html
│   ├── proxymap.8.html
│   ├── qmgr.8.html
│   ├── qmqpd.8.html
│   ├── qmqp-sink.1.html
│   ├── qmqp-source.1.html
│   ├── qshape.1.html
│   ├── QSHAPE_README.html
│   ├── regexp_table.5.html
│   ├── relocated.5.html
│   ├── RESTRICTION_CLASS_README.html
│   ├── SASL_README.html
│   ├── SCHEDULER_README.html
│   ├── sendmail.1.html
│   ├── showq.8.html
│   ├── smtp.8.html
│   ├── smtpd.8.html
│   ├── SMTPD_ACCESS_README.html
│   ├── SMTPD_POLICY_README.html
│   ├── SMTPD_PROXY_README.html
│   ├── smtp-sink.1.html
│   ├── smtp-source.1.html
│   ├── SOHO_README.html
│   ├── spawn.8.html
│   ├── SQLITE_README.html
│   ├── sqlite_table.5.html
│   ├── STANDARD_CONFIGURATION_README.html
│   ├── STRESS_README.html
│   ├── tcp_table.5.html
│   ├── TLS_LEGACY_README.html
│   ├── tlsproxy.8.html
│   ├── TLS_README.html
│   ├── trace.8.html
│   ├── transport.5.html
│   ├── trivial-rewrite.8.html
│   ├── TUNING_README.html
│   ├── UUCP_README.html
│   ├── verify.8.html
│   ├── VERP_README.html
│   ├── virtual.5.html
│   ├── virtual.8.html
│   ├── VIRTUAL_README.html
│   ├── XCLIENT_README.html
│   └── XFORWARD_README.html
├── INSTALL
├── IPV6_README
├── LDAP_README
├── LINUX_README
├── LMDB_README
├── LOCAL_RECIPIENT_README
├── MAILDROP_README
├── MEMCACHE_README
├── MILTER_README
├── MULTI_INSTANCE_README
├── MYSQL_README
├── NFS_README
├── OVERVIEW
├── PACKAGE_README
├── PCRE_README
├── PGSQL_README
├── POSTSCREEN_README
├── QSHAPE_README
├── RELEASE_NOTES
├── RESTRICTION_CLASS_README
├── SASL_README
├── SCHEDULER_README
├── SMTPD_ACCESS_README
├── SMTPD_POLICY_README
├── SMTPD_PROXY_README
├── SOHO_README
├── SQLITE_README
├── STANDARD_CONFIGURATION_README
├── STRESS_README
├── TLS_LEGACY_README
├── TLS_README
├── TUNING_README
├── ULTRIX_README
├── UUCP_README
├── VERP_README
├── VIRTUAL_README
├── XCLIENT_README
└── XFORWARD_README
15 directories, 318 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment