File: sendmail

package info (click to toggle)
lsb 10.2019051400
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 1,159; sh: 188; makefile: 64; perl: 6
file content (3 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (6)
1
2
3
#!/bin/sh
echo "Please install an MTA on this system if you want to use sendmail!" >&2
exit 255