Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 00:25
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 r-ryantm/2c08105d7e930a754eb906d703af18f1 to your computer and use it in GitHub Desktop.
Save r-ryantm/2c08105d7e930a754eb906d703af18f1 to your computer and use it in GitHub Desktop.
/nix/store/14730j4q4561w3x9lzf6h8v3wyk6ijck-opensmtpd-6.7.0p1
├── bin
│   ├── smtp
│   ├── smtpctl
│   └── smtpd
├── etc
│   └── smtpd.conf
├── libexec
│   └── opensmtpd
│   ├── encrypt
│   ├── lockspool
│   ├── mail.lmtp
│   ├── mail.local
│   ├── mail.maildir
│   ├── mail.mboxfile
│   └── mail.mda
├── sbin -> bin
└── share
└── man
├── man1
│   └── smtp.1.gz
├── man5
│   ├── aliases.5.gz
│   ├── forward.5.gz
│   ├── smtpd.conf.5.gz
│   └── table.5.gz
└── man8
├── makemap.8.gz
├── newaliases.8.gz
├── sendmail.8.gz
├── smtpctl.8.gz
└── smtpd.8.gz
10 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment